Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Consistently use "Brq Dv" macros for pathconf...



details:   https://anonhg.NetBSD.org/src/rev/fa1e810bc7cd
branches:  trunk
changeset: 766059:fa1e810bc7cd
user:      njoly <njoly%NetBSD.org@localhost>
date:      Tue Jun 14 13:19:32 2011 +0000

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

diffstat:

 share/man/man4/termios.4 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (68 lines):

diff -r bb6af0c44a78 -r fa1e810bc7cd share/man/man4/termios.4
--- a/share/man/man4/termios.4  Tue Jun 14 12:29:48 2011 +0000
+++ b/share/man/man4/termios.4  Tue Jun 14 13:19:32 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index