Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Switch a few remaining system/pathname configur...



details:   https://anonhg.NetBSD.org/src/rev/63daf0b550c9
branches:  trunk
changeset: 787923:63daf0b550c9
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sun Jul 14 14:29:09 2013 +0000

description:
Switch a few remaining system/pathname configuration variables from
"Dv {xxx}" to "Brq Dv xxx".

diffstat:

 lib/libc/sys/getgroups.2 |  4 ++--
 lib/libc/sys/link.2      |  4 ++--
 lib/libc/sys/read.2      |  4 ++--
 lib/libc/sys/recv.2      |  4 ++--
 lib/libc/sys/send.2      |  4 ++--
 lib/libc/sys/setgroups.2 |  6 +++---
 lib/libc/sys/write.2     |  4 ++--
 7 files changed, 15 insertions(+), 15 deletions(-)

diffs (135 lines):

diff -r 529e7db1b75a -r 63daf0b550c9 lib/libc/sys/getgroups.2
--- a/lib/libc/sys/getgroups.2  Sat Jul 13 19:42:26 2013 +0000
+++ b/lib/libc/sys/getgroups.2  Sun Jul 14 14:29:09 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getgroups.2,v 1.22 2006/10/13 20:51:28 wiz Exp $
+.\"    $NetBSD: getgroups.2,v 1.23 2013/07/14 14:29:09 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -54,7 +54,7 @@
 returns the actual number of groups returned in
 .Fa gidset .
 No more than
-.Dv {NGROUPS_MAX}
+.Brq Dv NGROUPS_MAX
 will ever
 be returned.
 If
diff -r 529e7db1b75a -r 63daf0b550c9 lib/libc/sys/link.2
--- a/lib/libc/sys/link.2       Sat Jul 13 19:42:26 2013 +0000
+++ b/lib/libc/sys/link.2       Sun Jul 14 14:29:09 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: link.2,v 1.30 2013/01/13 08:15:02 dholland Exp $
+.\"    $NetBSD: link.2,v 1.31 2013/07/14 14:29:09 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 2011
 .\"    The Regents of the University of California.  All rights reserved.
@@ -164,7 +164,7 @@
 The link count of the file named by
 .Fa name1
 would exceed
-.Dv {LINK_MAX} .
+.Brq Dv LINK_MAX .
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
 .Brq Dv NAME_MAX
diff -r 529e7db1b75a -r 63daf0b550c9 lib/libc/sys/read.2
--- a/lib/libc/sys/read.2       Sat Jul 13 19:42:26 2013 +0000
+++ b/lib/libc/sys/read.2       Sun Jul 14 14:29:09 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: read.2,v 1.34 2011/12/12 19:11:21 njoly Exp $
+.\"    $NetBSD: read.2,v 1.35 2013/07/14 14:29:09 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -186,7 +186,7 @@
 .It Bq Er EINVAL
 .Fa iovcnt
 was less than or equal to 0, or greater than
-.Dv {IOV_MAX} ;
+.Brq Dv IOV_MAX ;
 or one of the
 .Fa iov_len
 values in the
diff -r 529e7db1b75a -r 63daf0b550c9 lib/libc/sys/recv.2
--- a/lib/libc/sys/recv.2       Sat Jul 13 19:42:26 2013 +0000
+++ b/lib/libc/sys/recv.2       Sun Jul 14 14:29:09 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: recv.2,v 1.35 2012/06/23 05:47:50 dholland Exp $
+.\"    $NetBSD: recv.2,v 1.36 2013/07/14 14:29:09 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -343,7 +343,7 @@
 .Fa msg
 structure is less than or equal to 0
 or is greater than
-.Dv {IOV_MAX} .
+.Brq Dv IOV_MAX .
 .El
 .Sh SEE ALSO
 .Xr fcntl 2 ,
diff -r 529e7db1b75a -r 63daf0b550c9 lib/libc/sys/send.2
--- a/lib/libc/sys/send.2       Sat Jul 13 19:42:26 2013 +0000
+++ b/lib/libc/sys/send.2       Sun Jul 14 14:29:09 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: send.2,v 1.30 2012/06/22 22:54:26 wiz Exp $
+.\"    $NetBSD: send.2,v 1.31 2013/07/14 14:29:09 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -255,7 +255,7 @@
 .Fa msg
 structure is less than or equal to 0
 or is greater than
-.Dv {IOV_MAX} .
+.Brq Dv IOV_MAX .
 .El
 .Sh SEE ALSO
 .Xr fcntl 2 ,
diff -r 529e7db1b75a -r 63daf0b550c9 lib/libc/sys/setgroups.2
--- a/lib/libc/sys/setgroups.2  Sat Jul 13 19:42:26 2013 +0000
+++ b/lib/libc/sys/setgroups.2  Sun Jul 14 14:29:09 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: setgroups.2,v 1.18 2006/10/13 20:53:21 wiz Exp $
+.\"    $NetBSD: setgroups.2,v 1.19 2013/07/14 14:29:09 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -51,7 +51,7 @@
 .Fa ngroups
 indicates the number of entries in the array and must be no
 more than
-.Dv {NGROUPS_MAX} .
+.Brq Dv NGROUPS_MAX .
 .Pp
 Only the super-user may set new groups.
 .Pp
@@ -69,7 +69,7 @@
 The value of
 .Fa ngroups
 is greater than
-.Dv {NGROUPS_MAX} .
+.Brq Dv NGROUPS_MAX .
 .It Bq Er EPERM
 The caller is not the super-user.
 .It Bq Er EFAULT
diff -r 529e7db1b75a -r 63daf0b550c9 lib/libc/sys/write.2
--- a/lib/libc/sys/write.2      Sat Jul 13 19:42:26 2013 +0000
+++ b/lib/libc/sys/write.2      Sun Jul 14 14:29:09 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: write.2,v 1.32 2010/04/05 07:53:47 wiz Exp $
+.\"    $NetBSD: write.2,v 1.33 2013/07/14 14:29:09 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -202,7 +202,7 @@
 .It Bq Er EINVAL
 .Fa iovcnt
 was less than or equal to 0, or greater than
-.Dv {IOV_MAX} ;
+.Brq Dv IOV_MAX ;
 or one of the
 .Fa iov_len
 values in the



Home | Main Index | Thread Index | Old Index