mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro
use ``is expected to conform to'' phrase, not ``conforms to'' Pointed out by: Bruce->NIST-PCTS
This commit is contained in:
parent
932463226b
commit
fd3bf33fd0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20097
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)_exit.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\" $Id: _exit.2,v 1.4 1996/08/29 21:23:51 wosch Exp $
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt EXIT 2
|
||||
@ -109,8 +109,8 @@ can never return.
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn _exit
|
||||
function is defined by
|
||||
.St -p1003.1-88 .
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
An
|
||||
.Fn _exit
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)access.2 8.2 (Berkeley) 4/1/94
|
||||
.\" $Id$
|
||||
.\" $Id: access.2,v 1.2 1996/08/29 21:23:53 wosch Exp $
|
||||
.\"
|
||||
.Dd April 1, 1994
|
||||
.Dt ACCESS 2
|
||||
@ -122,9 +122,10 @@ An I/O error occurred while reading from or writing to the file system.
|
||||
.Xr chmod 2 ,
|
||||
.Xr stat 2
|
||||
.Sh STANDARDS
|
||||
.Fn Access
|
||||
conforms to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
The
|
||||
.Fn access
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh CAVEAT
|
||||
.Fn Access
|
||||
is a potential security hole and
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)chdir.2 8.2 (Berkeley) 12/11/93
|
||||
.\" $Id$
|
||||
.\" $Id: chdir.2,v 1.2 1996/08/29 21:23:54 wosch Exp $
|
||||
.\"
|
||||
.Dd December 11, 1993
|
||||
.Dt CHDIR 2
|
||||
@ -119,9 +119,10 @@ is not a valid file descriptor.
|
||||
.Sh SEE ALSO
|
||||
.Xr chroot 2
|
||||
.Sh STANDARDS
|
||||
.Fn Chdir
|
||||
is expected to conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
The
|
||||
.Fn chdir
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn chdir
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)chmod.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\" $Id: chmod.2,v 1.3 1996/08/29 21:23:56 wosch Exp $
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt CHMOD 2
|
||||
@ -167,9 +167,10 @@ An I/O error occurred while reading from or writing to the file system.
|
||||
.Xr stat 2 ,
|
||||
.Xr sticky 8
|
||||
.Sh STANDARDS
|
||||
.Fn Chmod
|
||||
is expected to conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
The
|
||||
.Fn chmod
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn chmod
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)chown.2 8.4 (Berkeley) 4/19/94
|
||||
.\" $Id$
|
||||
.\" $Id: chown.2,v 1.4 1996/08/29 21:23:59 wosch Exp $
|
||||
.\"
|
||||
.Dd April 19, 1994
|
||||
.Dt CHOWN 2
|
||||
@ -132,9 +132,10 @@ An I/O error occurred while reading from or writing to the file system.
|
||||
.Xr chmod 2 ,
|
||||
.Xr flock 2
|
||||
.Sh STANDARDS
|
||||
.Fn Chown
|
||||
is expected to conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
The
|
||||
.Fn chown
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn chown
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)close.2 8.2 (Berkeley) 4/19/94
|
||||
.\" $Id$
|
||||
.\" $Id: close.2,v 1.4 1996/08/29 21:24:03 wosch Exp $
|
||||
.\"
|
||||
.Dd April 19, 1994
|
||||
.Dt CLOSE 2
|
||||
@ -138,9 +138,10 @@ An interrupt was received.
|
||||
.Xr execve 2 ,
|
||||
.Xr fcntl 2
|
||||
.Sh STANDARDS
|
||||
.Fn Close
|
||||
conforms to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
The
|
||||
.Fn close
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn close
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)dup.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\" $Id: dup.2,v 1.3 1996/08/29 21:24:06 wosch Exp $
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt DUP 2
|
||||
@ -172,12 +172,12 @@ Too many descriptors are active.
|
||||
.Xr socketpair 2 ,
|
||||
.Xr getdtablesize 2
|
||||
.Sh STANDARDS
|
||||
.Fn Dup
|
||||
The
|
||||
.Fn dup
|
||||
and
|
||||
.Fn dup2
|
||||
are expected to conform
|
||||
to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
function calls are expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn dup
|
||||
|
@ -72,8 +72,9 @@ indicate an error.
|
||||
.Xr setregid 2 ,
|
||||
.Xr setgid 2
|
||||
.Sh STANDARDS
|
||||
.Fn Getgid
|
||||
The
|
||||
.Fn getgid
|
||||
and
|
||||
.Fn getegid
|
||||
conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
function calls are expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -73,8 +73,8 @@ function call appeared in
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn getpgrp
|
||||
function conforms to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh COMPATIBILITY
|
||||
This version of
|
||||
.Fn getpgrp
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)getpid.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\" $Id: getpid.2,v 1.3 1996/08/29 21:24:07 wosch Exp $
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt GETPID 2
|
||||
@ -66,11 +66,12 @@ indicate an error.
|
||||
.Sh SEE ALSO
|
||||
.Xr gethostid 3
|
||||
.Sh STANDARDS
|
||||
.Fn Getpid
|
||||
The
|
||||
.Fn getpid
|
||||
and
|
||||
.Fn getppid
|
||||
conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
function calls are expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn getpid
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)getuid.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\" $Id: getuid.2,v 1.2 1996/08/29 21:24:08 wosch Exp $
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt GETUID 2
|
||||
@ -74,11 +74,12 @@ indicate an error.
|
||||
.Xr getgid 2 ,
|
||||
.Xr setreuid 2
|
||||
.Sh STANDARDS
|
||||
.Fn Geteuid
|
||||
The
|
||||
.Fn geteuid
|
||||
and
|
||||
.Fn getuid
|
||||
conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
function calls are expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn getuid
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)kill.2 8.3 (Berkeley) 4/19/94
|
||||
.\" $Id$
|
||||
.\" $Id: kill.2,v 1.2 1996/08/29 21:24:10 wosch Exp $
|
||||
.\"
|
||||
.Dd April 19, 1994
|
||||
.Dt KILL 2
|
||||
@ -127,9 +127,8 @@ of the group could not be signaled.
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn kill
|
||||
function is expected to
|
||||
conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn kill
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)link.2 8.3 (Berkeley) 1/12/94
|
||||
.\" $Id$
|
||||
.\" $Id: link.2,v 1.4 1996/08/29 21:24:11 wosch Exp $
|
||||
.\"
|
||||
.Dd January 12, 1994
|
||||
.Dt LINK 2
|
||||
@ -144,10 +144,10 @@ is outside the process's allocated address space.
|
||||
.Xr symlink 2 ,
|
||||
.Xr unlink 2
|
||||
.Sh STANDARDS
|
||||
.Fn Link
|
||||
is expected to
|
||||
conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
The
|
||||
.Fn link
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn link
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)lseek.2 8.3 (Berkeley) 4/19/94
|
||||
.\" $Id$
|
||||
.\" $Id: lseek.2,v 1.3 1996/08/29 21:24:12 wosch Exp $
|
||||
.\"
|
||||
.Dd April 19, 1994
|
||||
.Dt LSEEK 2
|
||||
@ -132,9 +132,8 @@ is incorrect English, but is maintained for historical reasons.
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn lseek
|
||||
function
|
||||
conforms to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn lseek
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)mkdir.2 8.2 (Berkeley) 12/11/93
|
||||
.\" $Id$
|
||||
.\" $Id: mkdir.2,v 1.2 1996/10/05 22:26:41 wosch Exp $
|
||||
.\"
|
||||
.Dd December 11, 1993
|
||||
.Dt MKDIR 2
|
||||
@ -109,6 +109,7 @@ points outside the process's allocated address space.
|
||||
.Xr stat 2 ,
|
||||
.Xr umask 2
|
||||
.Sh STANDARDS
|
||||
.Fn Mkdir
|
||||
conforms to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
The
|
||||
.Fn mkdir
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -120,5 +120,5 @@ points outside the process's allocated address space.
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn mkfifo
|
||||
function call conforms to
|
||||
.St -p1003.1-88 .
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -220,9 +220,10 @@ points outside the process's allocated address space.
|
||||
.Xr socket 2 ,
|
||||
.Xr socketpair 2
|
||||
.Sh STANDARDS
|
||||
.Fn Read
|
||||
is expected to conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
The
|
||||
.Fn read
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn readv
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)rename.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\" $Id: rename.2,v 1.2 1996/09/23 22:22:43 wosch Exp $
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt RENAME 2
|
||||
@ -195,6 +195,7 @@ is a directory and is not empty.
|
||||
.Xr open 2 ,
|
||||
.Xr symlink 7
|
||||
.Sh STANDARDS
|
||||
.Fn Rename
|
||||
conforms to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
The
|
||||
.Fn rename
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -77,9 +77,10 @@ of the calling process.
|
||||
.Sh SEE ALSO
|
||||
.Xr getpgrp 2
|
||||
.Sh STANDARDS
|
||||
.Fn Setpgid
|
||||
conforms to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
The
|
||||
.Fn setpgid
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh COMPATIBILITY
|
||||
.Fn Setpgrp
|
||||
is identical to
|
||||
|
@ -75,5 +75,5 @@ ID of the calling process.
|
||||
The
|
||||
.Fn setsid
|
||||
function is expected to be compliant with the
|
||||
.St -p1003.1-88
|
||||
.St -p1003.1-90
|
||||
specification.
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)setuid.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id: setuid.2,v 1.3 1996/09/01 22:42:13 ache Exp $
|
||||
.\" $Id: setuid.2,v 1.4 1996/09/03 11:32:01 ache Exp $
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt SETUID 2
|
||||
@ -130,7 +130,7 @@ The
|
||||
and
|
||||
.Fn setgid
|
||||
functions are compliant with the
|
||||
.St -p1003.1-88
|
||||
.St -p1003.1-90
|
||||
specification with
|
||||
.Li _POSIX_SAVED_IDS
|
||||
.\" Uncomment next line for !_POSIX_SAVED_IDS
|
||||
|
@ -338,8 +338,8 @@ or
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn sigaction
|
||||
function is defined by
|
||||
.St -p1003.1-88 .
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
The
|
||||
.Dv SA_ONSTACK
|
||||
and
|
||||
|
@ -68,5 +68,5 @@ function does not currently detect any errors.
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn sigpending
|
||||
function is defined by
|
||||
.St -p1003.1-88 .
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -117,4 +117,4 @@ The
|
||||
.Fn sigprocmask
|
||||
function call is expected to
|
||||
conform to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -75,6 +75,5 @@ set to
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn sigsupend
|
||||
function call
|
||||
conforms to
|
||||
.St -p1003.1-88 .
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)stat.2 8.3 (Berkeley) 4/19/94
|
||||
.\" $Id: stat.2,v 1.5 1996/08/29 21:24:17 wosch Exp $
|
||||
.\" $Id: stat.2,v 1.6 1996/09/23 22:22:46 wosch Exp $
|
||||
.\"
|
||||
.Dd April 19, 1994
|
||||
.Dt STAT 2
|
||||
@ -267,9 +267,8 @@ The
|
||||
.Fn stat
|
||||
and
|
||||
.Fn fstat
|
||||
function calls are expected to
|
||||
conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
function calls are expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn stat
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)umask.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\" $Id: umask.2,v 1.2 1996/08/29 21:24:19 wosch Exp $
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt UMASK 2
|
||||
@ -79,8 +79,8 @@ function is always successful.
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn umask
|
||||
function call is expected to conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
An
|
||||
.Fn umask
|
||||
|
@ -236,9 +236,10 @@ array overflowed a 32-bit integer.
|
||||
.Xr pipe 2 ,
|
||||
.Xr select 2
|
||||
.Sh STANDARDS
|
||||
.Fn Write
|
||||
is expected to conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
The
|
||||
.Fn write
|
||||
function call is expected to conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn writev
|
||||
|
Loading…
Reference in New Issue
Block a user