Switch a few remaining system/pathname configuration variables from
"Dv {xxx}" to "Brq Dv xxx".
This commit is contained in:
parent
0eb394b1d0
commit
dd3d742fd5
@ -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 be placed in
|
||||
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
|
||||
|
@ -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 in translating one of the pathnames.
|
||||
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
|
||||
|
@ -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 address space.
|
||||
.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
|
||||
|
@ -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 ,
|
||||
|
@ -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 ,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user