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:
Wolfram Schneider 1996-12-02 20:03:58 +00:00
parent 932463226b
commit fd3bf33fd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20097
28 changed files with 100 additions and 91 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 .

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 .

View file

@ -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 .

View file

@ -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

View file

@ -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 .

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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 .

View file

@ -117,4 +117,4 @@ The
.Fn sigprocmask
function call is expected to
conform to
.St -p1003.1-88 .
.St -p1003.1-90 .

View file

@ -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 .

View file

@ -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

View file

@ -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

View file

@ -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