Module Name:    src
Committed By:   njoly
Date:           Tue Jun 14 13:19:32 UTC 2011

Modified Files:
        src/share/man/man4: termios.4

Log Message:
Consistently use "Brq Dv" macros for pathconf(2) variables.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man4/termios.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/termios.4
diff -u src/share/man/man4/termios.4:1.34 src/share/man/man4/termios.4:1.35
--- src/share/man/man4/termios.4:1.34	Mon Mar 22 18:58:31 2010
+++ src/share/man/man4/termios.4	Tue Jun 14 13:19:32 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: termios.4,v 1.34 2010/03/22 18:58:31 joerg Exp $
+.\"	$NetBSD: termios.4,v 1.35 2011/06/14 13:19:32 njoly Exp $
 .\"
 .\" Copyright (c) 1991, 1992, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -243,7 +243,7 @@
 which incoming data is stored by the system before being read by a
 process.
 The system imposes a limit,
-.Pf \&{ Dv MAX_INPUT Ns \&} ,
+.Brq Dv MAX_INPUT ,
 on the number of
 bytes that may be stored in the input queue.
 The behavior of the system
@@ -335,12 +335,12 @@
 read a whole line at once; any number of bytes, even one, may be
 requested in a read without losing information.
 .Pp
-.Pf \&{ Dv MAX_CANON Ns \&}
+.Brq Dv MAX_CANON
 is a limit on the
 number of bytes in a line.
 The behavior of the system when this limit is
 exceeded is the same as when the input queue limit
-.Pf \&{ Dv MAX_INPUT Ns \&} ,
+.Brq Dv MAX_INPUT ,
 is exceeded.
 .Pp
 Erase and kill processing occur when either of two special characters,
@@ -400,7 +400,7 @@
 If
 .Dv VMIN
 is greater than
-.Dv \&{ Dv MAX_INPUT Ns \&} ,
+.Brq Dv MAX_INPUT ,
 the response to the
 request is undefined.
 The four possible values for
@@ -774,7 +774,7 @@
 Special
 character functions associated with changeable special control characters
 can be disabled individually by setting their value to
-.Dv {_POSIX_VDISABLE};
+.Brq Dv _POSIX_VDISABLE ;
 see
 .Sx "Special Control Characters" .
 .Pp
@@ -1548,14 +1548,14 @@
 value of one of the changeable special control characters (see
 .Sx "Special Characters" )
 is
-.Dv {_POSIX_VDISABLE} ,
+.Brq Dv _POSIX_VDISABLE ,
 that function is disabled; that is, no input
 data is recognized as the disabled special character.
 If
 .Dv ICANON
 is
 not set, the value of
-.Dv {_POSIX_VDISABLE}
+.Brq Dv _POSIX_VDISABLE
 has no special meaning for the
 .Dv VMIN
 and

Reply via email to