Module Name: src Committed By: njoly Date: Sun Jul 14 14:29:09 UTC 2013
Modified Files: src/lib/libc/sys: getgroups.2 link.2 read.2 recv.2 send.2 setgroups.2 write.2 Log Message: Switch a few remaining system/pathname configuration variables from "Dv {xxx}" to "Brq Dv xxx". To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/getgroups.2 cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/link.2 src/lib/libc/sys/send.2 cvs rdiff -u -r1.34 -r1.35 src/lib/libc/sys/read.2 cvs rdiff -u -r1.35 -r1.36 src/lib/libc/sys/recv.2 cvs rdiff -u -r1.18 -r1.19 src/lib/libc/sys/setgroups.2 cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/write.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/getgroups.2 diff -u src/lib/libc/sys/getgroups.2:1.22 src/lib/libc/sys/getgroups.2:1.23 --- src/lib/libc/sys/getgroups.2:1.22 Fri Oct 13 20:51:28 2006 +++ src/lib/libc/sys/getgroups.2 Sun Jul 14 14:29:09 2013 @@ -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 @@ indicates the number of entries that may 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 Index: src/lib/libc/sys/link.2 diff -u src/lib/libc/sys/link.2:1.30 src/lib/libc/sys/link.2:1.31 --- src/lib/libc/sys/link.2:1.30 Sun Jan 13 08:15:02 2013 +++ src/lib/libc/sys/link.2 Sun Jul 14 14:29:09 2013 @@ -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 @@ Too many symbolic links were encountered 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 Index: src/lib/libc/sys/send.2 diff -u src/lib/libc/sys/send.2:1.30 src/lib/libc/sys/send.2:1.31 --- src/lib/libc/sys/send.2:1.30 Fri Jun 22 22:54:26 2012 +++ src/lib/libc/sys/send.2 Sun Jul 14 14:29:09 2013 @@ -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 @@ member of the .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 , Index: src/lib/libc/sys/read.2 diff -u src/lib/libc/sys/read.2:1.34 src/lib/libc/sys/read.2:1.35 --- src/lib/libc/sys/read.2:1.34 Mon Dec 12 19:11:21 2011 +++ src/lib/libc/sys/read.2 Sun Jul 14 14:29:09 2013 @@ -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 @@ points outside the process's allocated a .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 Index: src/lib/libc/sys/recv.2 diff -u src/lib/libc/sys/recv.2:1.35 src/lib/libc/sys/recv.2:1.36 --- src/lib/libc/sys/recv.2:1.35 Sat Jun 23 05:47:50 2012 +++ src/lib/libc/sys/recv.2 Sun Jul 14 14:29:09 2013 @@ -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 @@ member of the .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 , Index: src/lib/libc/sys/setgroups.2 diff -u src/lib/libc/sys/setgroups.2:1.18 src/lib/libc/sys/setgroups.2:1.19 --- src/lib/libc/sys/setgroups.2:1.18 Fri Oct 13 20:53:21 2006 +++ src/lib/libc/sys/setgroups.2 Sun Jul 14 14:29:09 2013 @@ -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 @@ The parameter .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 @@ call will fail if: 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 Index: src/lib/libc/sys/write.2 diff -u src/lib/libc/sys/write.2:1.32 src/lib/libc/sys/write.2:1.33 --- src/lib/libc/sys/write.2:1.32 Mon Apr 5 07:53:47 2010 +++ src/lib/libc/sys/write.2 Sun Jul 14 14:29:09 2013 @@ -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 @@ may return one of the following errors: .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