Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION
to 199009L, bump existing statements to 1003.1-1990.
This commit is contained in:
parent
034bf6b188
commit
c213a3af8b
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ctermid.3,v 1.4 1995/02/25 15:39:12 cgd Exp $
|
||||
.\" $NetBSD: ctermid.3,v 1.5 1997/07/14 23:19:39 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -62,7 +62,7 @@ is assumed to point to an array at least
|
||||
.Dv L_ctermid
|
||||
(as defined in the include
|
||||
file
|
||||
.Aq Pa stdio.h )
|
||||
.Aq .Pa stdio.h )
|
||||
bytes long.
|
||||
.Pp
|
||||
The current implementation simply returns
|
||||
@ -84,7 +84,7 @@ The current implementation detects no error conditions.
|
||||
The
|
||||
.Xr ctermid
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh BUGS
|
||||
By default the
|
||||
.Fn ctermid
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: directory.3,v 1.7 1995/02/25 08:51:10 cgd Exp $
|
||||
.\" $NetBSD: directory.3,v 1.8 1997/07/14 23:19:40 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -171,6 +171,15 @@ return NOT_FOUND;
|
||||
.Xr read 2 ,
|
||||
.Xr lseek 2 ,
|
||||
.Xr dir 5
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn opendir ,
|
||||
.Fn readdir ,
|
||||
.Fn rewinddir
|
||||
and
|
||||
.Fn closedir
|
||||
functions conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn opendir ,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: exec.3,v 1.5 1995/02/27 03:42:53 cgd Exp $
|
||||
.\" $NetBSD: exec.3,v 1.6 1997/07/14 23:19:40 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -218,7 +218,7 @@ for any of the errors specified for the library function
|
||||
.Xr trace 2 ,
|
||||
.Xr environ 7 ,
|
||||
.Xr ptrace 2 ,
|
||||
.Xr environ 7 ,
|
||||
.Xr environ 7 .
|
||||
.Sh COMPATIBILITY
|
||||
Historically, the default path for the
|
||||
.Fn execlp
|
||||
@ -257,4 +257,4 @@ They now return if any error other than the ones described above occurs.
|
||||
and
|
||||
.Fn execvp
|
||||
conform to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getgrent.3,v 1.9 1997/03/08 13:36:38 mouse Exp $
|
||||
.\" $NetBSD: getgrent.3,v 1.10 1997/07/14 23:19:41 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -149,6 +149,13 @@ group database file
|
||||
.Sh SEE ALSO
|
||||
.Xr getpwent 3 ,
|
||||
.Xr group 5
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn getgrnam
|
||||
and
|
||||
.Fn getgrgid
|
||||
functions conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The functions
|
||||
.Fn endgrent ,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getpwent.3,v 1.10 1997/07/14 02:12:10 mikel Exp $
|
||||
.\" $NetBSD: getpwent.3,v 1.11 1997/07/14 23:19:42 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1988, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -169,6 +169,13 @@ A Version 7 format password file
|
||||
.Xr passwd 5 ,
|
||||
.Xr pwd_mkdb 8 ,
|
||||
.Xr vipw 8
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn getpwnam
|
||||
and
|
||||
.Fn getpwuid
|
||||
functions conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm getpwent ,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sysconf.3,v 1.3 1995/10/12 15:39:31 jtc Exp $
|
||||
.\" $NetBSD: sysconf.3,v 1.4 1997/07/14 23:19:42 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -179,7 +179,7 @@ small and misleading number.
|
||||
The
|
||||
.Fn sysconf
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm sysconf
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: time.3,v 1.5 1995/02/27 05:53:51 cgd Exp $
|
||||
.\" $NetBSD: time.3,v 1.6 1997/07/14 23:19:43 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -80,6 +80,11 @@ An argument address referenced invalid memory.
|
||||
.Sh SEE ALSO
|
||||
.Xr gettimeofday 2 ,
|
||||
.Xr ctime 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn time
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn time
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: times.3,v 1.4 1995/02/27 05:54:02 cgd Exp $
|
||||
.\" $NetBSD: times.3,v 1.5 1997/07/14 23:19:44 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -135,6 +135,5 @@ and
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn times
|
||||
function
|
||||
conforms to
|
||||
.St -p1003.1-88 .
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ttyname.3,v 1.3 1995/02/27 05:54:52 cgd Exp $
|
||||
.\" $NetBSD: ttyname.3,v 1.4 1997/07/14 23:19:45 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -110,6 +110,13 @@ the value zero is returned.
|
||||
.Sh SEE ALSO
|
||||
.Xr ioctl 2 ,
|
||||
.Xr ttys 5
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn ttyname
|
||||
and
|
||||
.Fn isatty
|
||||
functions conform to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn isatty ,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: uname.3,v 1.3 1997/05/29 01:48:18 cgd Exp $
|
||||
.\" $NetBSD: uname.3,v 1.4 1997/07/14 23:19:45 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -87,7 +87,7 @@ for any of the errors specified for the library functions
|
||||
The
|
||||
.Fn uname
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm uname
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: utime.3,v 1.7 1995/02/25 15:39:54 cgd Exp $
|
||||
.\" $NetBSD: utime.3,v 1.8 1997/07/14 23:19:46 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -140,6 +140,5 @@ function appeared in
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn utime
|
||||
function
|
||||
conforms to
|
||||
.St -p1003.1-88 .
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: setlocale.3,v 1.2 1997/07/12 19:13:12 kleink Exp $
|
||||
.\" $NetBSD: setlocale.3,v 1.3 1997/07/14 23:19:47 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -38,7 +38,7 @@
|
||||
.\"
|
||||
.Dd June 9, 1993
|
||||
.Dt SETLOCALE 3
|
||||
.Os
|
||||
.Os NetBSD
|
||||
.Sh NAME
|
||||
.Nm setlocale ,
|
||||
.Nm localeconv
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: fopen.3,v 1.4 1995/02/02 01:15:39 jtc Exp $
|
||||
.\" $NetBSD: fopen.3,v 1.5 1997/07/14 23:19:48 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -234,6 +234,5 @@ conform to
|
||||
.St -ansiC .
|
||||
The
|
||||
.Fn fdopen
|
||||
function
|
||||
conforms to
|
||||
.St -p1003.1-88 .
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: _exit.2,v 1.7 1997/05/16 16:03:56 kleink Exp $
|
||||
.\" $NetBSD: _exit.2,v 1.8 1997/07/14 23:19:49 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -111,4 +111,4 @@ can never return.
|
||||
The
|
||||
.Nm _exit
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: access.2,v 1.8 1997/04/23 20:29:52 mycroft Exp $
|
||||
.\" $NetBSD: access.2,v 1.9 1997/07/14 23:19:50 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -131,7 +131,7 @@ An I/O error occurred while reading from or writing to the file system.
|
||||
The
|
||||
.Fn access
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh CAVEAT
|
||||
.Fn Access
|
||||
is a potential security hole and
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: chdir.2,v 1.8 1997/05/16 15:31:01 kleink Exp $
|
||||
.\" $NetBSD: chdir.2,v 1.9 1997/07/14 23:19:51 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -124,7 +124,7 @@ is not a valid file descriptor.
|
||||
The
|
||||
.Fn chdir
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn fchdir
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: chmod.2,v 1.10 1997/07/12 18:38:06 perry Exp $
|
||||
.\" $NetBSD: chmod.2,v 1.11 1997/07/14 23:19:51 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -196,7 +196,7 @@ does not refer to a directory.
|
||||
The
|
||||
.Fn chmod
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn fchmod
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: chown.2,v 1.11 1997/04/30 19:35:33 kleink Exp $
|
||||
.\" $NetBSD: chown.2,v 1.12 1997/07/14 23:19:52 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -139,7 +139,7 @@ An I/O error occurred while reading from or writing to the file system.
|
||||
The
|
||||
.Fn chown
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn fchown
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: close.2,v 1.5 1995/02/27 12:32:14 cgd Exp $
|
||||
.\" $NetBSD: close.2,v 1.6 1997/07/14 23:19:53 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -117,6 +117,7 @@ An interrupt was received.
|
||||
.Xr execve 2 ,
|
||||
.Xr fcntl 2
|
||||
.Sh STANDARDS
|
||||
.Fn Close
|
||||
conforms to
|
||||
.St -p1003.1-88 .
|
||||
The
|
||||
.Fn close
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: dup.2,v 1.6 1997/06/06 04:03:19 mikel Exp $
|
||||
.\" $NetBSD: dup.2,v 1.7 1997/07/14 23:19:54 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -126,8 +126,9 @@ Too many descriptors are active.
|
||||
.Xr socketpair 2 ,
|
||||
.Xr getdtablesize 3
|
||||
.Sh STANDARDS
|
||||
.Fn Dup
|
||||
The
|
||||
.Fn dup
|
||||
and
|
||||
.Fn dup2
|
||||
conform to
|
||||
.St -p1003.1-88 .
|
||||
functions conform to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: execve.2,v 1.11 1997/07/10 07:54:12 mikel Exp $
|
||||
.\" $NetBSD: execve.2,v 1.12 1997/07/14 23:19:55 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -263,6 +263,11 @@ of a super-user as well.
|
||||
.Xr fork 2 ,
|
||||
.Xr execl 3 ,
|
||||
.Xr environ 7
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn execve
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn execve
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: fcntl.2,v 1.8 1997/07/10 07:44:49 mikel Exp $
|
||||
.\" $NetBSD: fcntl.2,v 1.9 1997/07/14 23:19:56 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -480,7 +480,7 @@ the process ID given as argument is not in use.
|
||||
The
|
||||
.Fn fcntl
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn fcntl
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: fork.2,v 1.7 1997/03/11 07:27:59 mikel Exp $
|
||||
.\" $NetBSD: fork.2,v 1.8 1997/07/14 23:19:57 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -104,6 +104,11 @@ There is insufficient swap space for the new process.
|
||||
.Xr execve 2 ,
|
||||
.Xr setrlimit 2 ,
|
||||
.Xr wait 2
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn fork
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn fork
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getgid.2,v 1.5 1995/02/27 12:32:53 cgd Exp $
|
||||
.\" $NetBSD: getgid.2,v 1.6 1997/07/14 23:19:58 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -79,4 +79,4 @@ indicate an error.
|
||||
and
|
||||
.Fn getegid
|
||||
conform to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getgroups.2,v 1.8 1995/02/27 12:32:57 cgd Exp $
|
||||
.\" $NetBSD: getgroups.2,v 1.9 1997/07/14 23:19:59 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -91,6 +91,11 @@ an invalid address.
|
||||
.Sh SEE ALSO
|
||||
.Xr setgroups 2 ,
|
||||
.Xr initgroups 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn getgroups
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn getgroups
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getlogin.2,v 1.4 1995/02/27 12:33:03 cgd Exp $
|
||||
.\" $NetBSD: getlogin.2,v 1.5 1997/07/14 23:19:59 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -104,6 +104,11 @@ The caller tried to set the login name and was not the super-user.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr setsid 2
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn getlogin
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
.Sh BUGS
|
||||
Login names are limited in length by
|
||||
.Fn setlogin .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getpgrp.2,v 1.9 1996/08/09 10:32:18 mrg Exp $
|
||||
.\" $NetBSD: getpgrp.2,v 1.10 1997/07/14 23:20:00 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -94,10 +94,10 @@ differs from past Berkeley versions by not taking a
|
||||
.Fa "pid_t pid"
|
||||
argument.
|
||||
This incompatibility is required by
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Pp
|
||||
From the
|
||||
.St -p1003.1-88
|
||||
.St -p1003.1-90
|
||||
Rationale:
|
||||
.sp
|
||||
4.3BSD provides a
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getpid.2,v 1.6 1997/07/11 08:05:51 mikel Exp $
|
||||
.\" $NetBSD: getpid.2,v 1.7 1997/07/14 23:20:01 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -72,4 +72,4 @@ indicate an error.
|
||||
and
|
||||
.Fn getppid
|
||||
conform to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: getuid.2,v 1.6 1995/02/27 12:33:37 cgd Exp $
|
||||
.\" $NetBSD: getuid.2,v 1.7 1997/07/14 23:20:03 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -75,8 +75,9 @@ indicate an error.
|
||||
.Xr getgid 2 ,
|
||||
.Xr setreuid 2
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn Geteuid
|
||||
and
|
||||
.Fn getuid
|
||||
functions conform to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: kill.2,v 1.7 1995/02/27 12:33:53 cgd Exp $
|
||||
.\" $NetBSD: kill.2,v 1.8 1997/07/14 23:20:04 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -129,4 +129,4 @@ of the group could not be signaled.
|
||||
The
|
||||
.Fn kill
|
||||
function is expected to conform to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: link.2,v 1.9 1997/03/27 07:57:12 mikel Exp $
|
||||
.\" $NetBSD: link.2,v 1.10 1997/07/14 23:20:05 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -163,4 +163,4 @@ is outside the process's allocated address space.
|
||||
The
|
||||
.Fn link
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: lseek.2,v 1.8 1997/06/21 07:02:40 lukem Exp $
|
||||
.\" $NetBSD: lseek.2,v 1.9 1997/07/14 23:20:05 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -133,4 +133,4 @@ is incorrect English, but is maintained for historical reasons.
|
||||
The
|
||||
.Fn lseek
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: mkdir.2,v 1.9 1996/11/12 01:04:37 lukem Exp $
|
||||
.\" $NetBSD: mkdir.2,v 1.10 1997/07/14 23:20:06 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -111,4 +111,4 @@ points outside the process's allocated address space.
|
||||
The
|
||||
.Fn mkdir
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: mkfifo.2,v 1.8 1995/02/27 12:34:27 cgd Exp $
|
||||
.\" $NetBSD: mkfifo.2,v 1.9 1997/07/14 23:20:07 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -121,4 +121,4 @@ points outside the process's allocated address space.
|
||||
The
|
||||
.Nm mkfifo
|
||||
function call conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: pathconf.2,v 1.3 1997/05/16 15:31:03 kleink Exp $
|
||||
.\" $NetBSD: pathconf.2,v 1.4 1997/07/14 23:20:08 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -163,7 +163,7 @@ The
|
||||
and
|
||||
.Fn fpathconf
|
||||
functions conform to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm pathconf
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: pipe.2,v 1.7 1997/05/15 17:05:18 kleink Exp $
|
||||
.\" $NetBSD: pipe.2,v 1.8 1997/07/14 23:20:09 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -111,7 +111,7 @@ space.
|
||||
The
|
||||
.Fn pipe
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn pipe
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: read.2,v 1.6 1995/02/27 12:35:47 cgd Exp $
|
||||
.\" $NetBSD: read.2,v 1.7 1997/07/14 23:20:10 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -178,8 +178,8 @@ points outside the process's allocated address space.
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn read
|
||||
function is expected to conform to
|
||||
.St -p1003.1-88 .
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn readv
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: rmdir.2,v 1.8 1997/05/16 15:31:04 kleink Exp $
|
||||
.\" $NetBSD: rmdir.2,v 1.9 1997/07/14 23:20:12 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -106,7 +106,7 @@ points outside the process's allocated address space.
|
||||
The
|
||||
.Fn rmdir
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn rmdir
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: setpgid.2,v 1.9 1997/03/27 06:14:04 mikel Exp $
|
||||
.\" $NetBSD: setpgid.2,v 1.10 1997/07/14 23:20:13 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -94,7 +94,7 @@ child process of the calling process.
|
||||
The
|
||||
.Fn setpgid
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh COMPATIBILITY
|
||||
.Fn Setpgrp
|
||||
is identical to
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: setsid.2,v 1.4 1997/05/29 01:48:25 cgd Exp $
|
||||
.\" $NetBSD: setsid.2,v 1.5 1997/07/14 23:20:14 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -77,6 +77,5 @@ ID of the calling process.
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nm setsid
|
||||
function is expected to be compliant with the
|
||||
.St -p1003.1-88
|
||||
specification.
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: setuid.2,v 1.4 1996/05/21 23:42:05 mycroft Exp $
|
||||
.\" $NetBSD: setuid.2,v 1.5 1997/07/14 23:20:15 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -109,7 +109,7 @@ The
|
||||
and
|
||||
.Fn setgid
|
||||
functions are compliant with the
|
||||
.St -p1003.1-88
|
||||
.St -p1003.1-90
|
||||
specification with
|
||||
.Li _POSIX_SAVED_IDS
|
||||
not defined.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sigaction.2,v 1.9 1997/03/27 07:52:27 mikel Exp $
|
||||
.\" $NetBSD: sigaction.2,v 1.10 1997/07/14 23:20:17 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -333,7 +333,7 @@ or
|
||||
The
|
||||
.Fn sigaction
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
The
|
||||
.Dv SA_ONSTACK
|
||||
and
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sigpending.2,v 1.3 1997/05/16 16:03:56 kleink Exp $
|
||||
.\" $NetBSD: sigpending.2,v 1.4 1997/07/14 23:20:18 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -71,4 +71,4 @@ function does not currently detect any errors.
|
||||
The
|
||||
.Nm sigpending
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sigprocmask.2,v 1.7 1997/05/16 16:03:57 kleink Exp $
|
||||
.\" $NetBSD: sigprocmask.2,v 1.8 1997/07/14 23:20:19 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -118,4 +118,4 @@ has a value other than those listed here.
|
||||
The
|
||||
.Fn sigprocmask
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sigsuspend.2,v 1.4 1995/02/27 12:37:46 cgd Exp $
|
||||
.\" $NetBSD: sigsuspend.2,v 1.5 1997/07/14 23:20:20 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -77,6 +77,5 @@ set to
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nm sigsupend
|
||||
function call
|
||||
conforms to
|
||||
.St -p1003.1-88 .
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: stat.2,v 1.11 1997/05/16 15:31:05 kleink Exp $
|
||||
.\" $NetBSD: stat.2,v 1.12 1997/07/14 23:20:20 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -285,7 +285,7 @@ The
|
||||
and
|
||||
.Fn fstat
|
||||
functions conform to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn lstat
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: umask.2,v 1.7 1997/05/16 15:31:05 kleink Exp $
|
||||
.\" $NetBSD: umask.2,v 1.8 1997/07/14 23:20:21 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -85,4 +85,4 @@ function is always successful.
|
||||
The
|
||||
.Fn umask
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: unlink.2,v 1.9 1997/07/01 09:52:53 kleink Exp $
|
||||
.\" $NetBSD: unlink.2,v 1.10 1997/07/14 23:20:22 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -116,7 +116,7 @@ points outside the process's allocated address space.
|
||||
The
|
||||
.Fn unlink
|
||||
function conforms to
|
||||
.St -p1003.1-88 .
|
||||
.St -p1003.1-90 .
|
||||
.Sh HISTORY
|
||||
An
|
||||
.Fn unlink
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: wait.2,v 1.8 1997/07/10 07:54:15 mikel Exp $
|
||||
.\" $NetBSD: wait.2,v 1.9 1997/07/14 23:20:23 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -289,11 +289,14 @@ The
|
||||
.Fn wait
|
||||
and
|
||||
.Fn waitpid
|
||||
functions are defined by POSIX;
|
||||
.Fn wait4
|
||||
and
|
||||
functions conform to
|
||||
.St -p1003.1-90 ;
|
||||
the
|
||||
.Fn wait3
|
||||
are not specified by POSIX.
|
||||
function conforms to
|
||||
.St -xpg4 ;
|
||||
.Fn wait4
|
||||
is an extension.
|
||||
The
|
||||
.Fn WCOREDUMP
|
||||
macro
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: tcgetpgrp.3,v 1.2 1997/05/29 01:48:26 cgd Exp $
|
||||
.\" $NetBSD: tcgetpgrp.3,v 1.3 1997/07/14 23:20:24 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -76,6 +76,5 @@ is not the controlling terminal.
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nm tcgetpgrp
|
||||
function is expected to be compliant with the
|
||||
.St -p1003.1-88
|
||||
specification.
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: tcsetpgrp.3,v 1.2 1997/05/29 01:48:31 cgd Exp $
|
||||
.\" $NetBSD: tcsetpgrp.3,v 1.3 1997/07/14 23:20:25 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
@ -97,6 +97,5 @@ session as the calling process.
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nm tcsetpgprp
|
||||
function is expected to be compliant with the
|
||||
.St -p1003.1-88
|
||||
specification.
|
||||
function conforms to
|
||||
.St -p1003.1-90 .
|
||||
|
Loading…
Reference in New Issue
Block a user