Author: lwhsu
Date: Fri Sep 21 07:36:02 2018
New Revision: 338851
URL: https://svnweb.freebsd.org/changeset/base/338851

Log:
  Mention setting $lines to 0 in ddb can disable paging
  
  Reviewed by:  bcr (earlier version), markj
  Approved by:  re (kib), markj (mentor)
  MFC after:    3 days
  Sponsored by: The FreeBSD Foundation
  Differential Revision:        https://reviews.freebsd.org/D17068

Modified:
  head/share/man/man4/ddb.4

Modified: head/share/man/man4/ddb.4
==============================================================================
--- head/share/man/man4/ddb.4   Fri Sep 21 01:37:08 2018        (r338850)
+++ head/share/man/man4/ddb.4   Fri Sep 21 07:36:02 2018        (r338851)
@@ -60,7 +60,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 20, 2018
+.Dd September 7, 2018
 .Dt DDB 4
 .Os
 .Sh NAME
@@ -1280,6 +1280,7 @@ The width of the displayed line.
 .It Va lines
 The number of lines.
 It is used by the built-in pager.
+Setting it to 0 disables paging.
 .It Va tabstops
 Tab stop width.
 .It Va work Ns Ar xx
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to