diff options
author | wosch <wosch@FreeBSD.org> | 1996-12-02 20:03:58 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-12-02 20:03:58 +0000 |
commit | 32491cf461dc595de0f3e4143c93e9729846fecf (patch) | |
tree | c6ae540f132ac67a292ccdede91d35abb08d70e3 /lib/libc | |
parent | 1fefcf3f952db15be627778a3bace442eb6d8a6c (diff) | |
download | FreeBSD-src-32491cf461dc595de0f3e4143c93e9729846fecf.zip FreeBSD-src-32491cf461dc595de0f3e4143c93e9729846fecf.tar.gz |
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
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/_exit.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/access.2 | 9 | ||||
-rw-r--r-- | lib/libc/sys/chdir.2 | 9 | ||||
-rw-r--r-- | lib/libc/sys/chmod.2 | 9 | ||||
-rw-r--r-- | lib/libc/sys/chown.2 | 9 | ||||
-rw-r--r-- | lib/libc/sys/close.2 | 9 | ||||
-rw-r--r-- | lib/libc/sys/dup.2 | 10 | ||||
-rw-r--r-- | lib/libc/sys/getgid.2 | 7 | ||||
-rw-r--r-- | lib/libc/sys/getpgrp.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/getpid.2 | 9 | ||||
-rw-r--r-- | lib/libc/sys/getuid.2 | 9 | ||||
-rw-r--r-- | lib/libc/sys/kill.2 | 7 | ||||
-rw-r--r-- | lib/libc/sys/link.2 | 10 | ||||
-rw-r--r-- | lib/libc/sys/lseek.2 | 7 | ||||
-rw-r--r-- | lib/libc/sys/mkdir.2 | 9 | ||||
-rw-r--r-- | lib/libc/sys/mkfifo.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/read.2 | 7 | ||||
-rw-r--r-- | lib/libc/sys/rename.2 | 9 | ||||
-rw-r--r-- | lib/libc/sys/setpgid.2 | 7 | ||||
-rw-r--r-- | lib/libc/sys/setsid.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/setuid.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/sigaction.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/sigpending.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/sigprocmask.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/sigsuspend.2 | 5 | ||||
-rw-r--r-- | lib/libc/sys/stat.2 | 7 | ||||
-rw-r--r-- | lib/libc/sys/umask.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/write.2 | 7 |
28 files changed, 100 insertions, 91 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index ad40a46..02c2fde 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -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 diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index 11b4211..a332df7 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -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 diff --git a/lib/libc/sys/chdir.2 b/lib/libc/sys/chdir.2 index 6594fcd..a8f3b1d 100644 --- a/lib/libc/sys/chdir.2 +++ b/lib/libc/sys/chdir.2 @@ -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 diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 41f08fa..3a82437 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -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 diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2 index 5499528..da5c62a 100644 --- a/lib/libc/sys/chown.2 +++ b/lib/libc/sys/chown.2 @@ -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 diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index b864545..d3bb331 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -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 diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2 index 1e42cdf..e35edc5 100644 --- a/lib/libc/sys/dup.2 +++ b/lib/libc/sys/dup.2 @@ -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 diff --git a/lib/libc/sys/getgid.2 b/lib/libc/sys/getgid.2 index 574c15a..21a7cc2 100644 --- a/lib/libc/sys/getgid.2 +++ b/lib/libc/sys/getgid.2 @@ -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 . diff --git a/lib/libc/sys/getpgrp.2 b/lib/libc/sys/getpgrp.2 index 13b7988..8410d4f 100644 --- a/lib/libc/sys/getpgrp.2 +++ b/lib/libc/sys/getpgrp.2 @@ -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 diff --git a/lib/libc/sys/getpid.2 b/lib/libc/sys/getpid.2 index 259a627..5db15e0 100644 --- a/lib/libc/sys/getpid.2 +++ b/lib/libc/sys/getpid.2 @@ -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 diff --git a/lib/libc/sys/getuid.2 b/lib/libc/sys/getuid.2 index f44332d..5626bcb 100644 --- a/lib/libc/sys/getuid.2 +++ b/lib/libc/sys/getuid.2 @@ -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 diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index 1db80c5..252a4b4 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -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 diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index 8da2bc5..751d5d0 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -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 diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2 index 8ef8cf4..80fd838 100644 --- a/lib/libc/sys/lseek.2 +++ b/lib/libc/sys/lseek.2 @@ -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 diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2 index 0ee02ed..93ca419 100644 --- a/lib/libc/sys/mkdir.2 +++ b/lib/libc/sys/mkdir.2 @@ -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 . diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2 index 79e5c50..4776dcd 100644 --- a/lib/libc/sys/mkfifo.2 +++ b/lib/libc/sys/mkfifo.2 @@ -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 . diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index a09cc37..2b4b4fa 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -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 diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index 2644d248..a240ca5 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -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 . diff --git a/lib/libc/sys/setpgid.2 b/lib/libc/sys/setpgid.2 index 141c203..4490edf 100644 --- a/lib/libc/sys/setpgid.2 +++ b/lib/libc/sys/setpgid.2 @@ -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 diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2 index e67aae4..d56ad1f 100644 --- a/lib/libc/sys/setsid.2 +++ b/lib/libc/sys/setsid.2 @@ -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. diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 9ea326e..959e37e 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -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 diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 03f5bc2..2f939cf 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -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 diff --git a/lib/libc/sys/sigpending.2 b/lib/libc/sys/sigpending.2 index e7b7c3b..e8c6b8d 100644 --- a/lib/libc/sys/sigpending.2 +++ b/lib/libc/sys/sigpending.2 @@ -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 . diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2 index b1452cb..9f6685c 100644 --- a/lib/libc/sys/sigprocmask.2 +++ b/lib/libc/sys/sigprocmask.2 @@ -117,4 +117,4 @@ The .Fn sigprocmask function call is expected to conform to -.St -p1003.1-88 . +.St -p1003.1-90 . diff --git a/lib/libc/sys/sigsuspend.2 b/lib/libc/sys/sigsuspend.2 index cbd6c52..33c4b338 100644 --- a/lib/libc/sys/sigsuspend.2 +++ b/lib/libc/sys/sigsuspend.2 @@ -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 . diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index a663381..20d710c 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -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 diff --git a/lib/libc/sys/umask.2 b/lib/libc/sys/umask.2 index 23849ab..f250a6e 100644 --- a/lib/libc/sys/umask.2 +++ b/lib/libc/sys/umask.2 @@ -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 diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index bd2fccc..5680b6d 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -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 |