mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
function appeared in Version 7 AT&T UNIX
Obtained from: ftp://netlib.att.com/netlib/att/cs/v7man/man2
This commit is contained in:
parent
0f10dec0a6
commit
28eac3d225
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17906
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)_exit.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt EXIT 2
|
||||
@ -110,3 +111,8 @@ The
|
||||
.Fn _exit
|
||||
function is defined by
|
||||
.St -p1003.1-88 .
|
||||
.Sh HISTORY
|
||||
An
|
||||
.Fn _exit
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)access.2 8.2 (Berkeley) 4/1/94
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd April 1, 1994
|
||||
.Dt ACCESS 2
|
||||
@ -128,3 +129,8 @@ conforms to IEEE Std 1003.1-1988
|
||||
.Fn Access
|
||||
is a potential security hole and
|
||||
should never be used.
|
||||
.Sh HISTORY
|
||||
An
|
||||
.Fn access
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)chdir.2 8.2 (Berkeley) 12/11/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd December 11, 1993
|
||||
.Dt CHDIR 2
|
||||
@ -122,6 +123,10 @@ is not a valid file descriptor.
|
||||
is expected to conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn chdir
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
The
|
||||
.Fn fchdir
|
||||
function call
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)chmod.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt CHMOD 2
|
||||
@ -170,6 +171,10 @@ An I/O error occurred while reading from or writing to the file system.
|
||||
is expected to conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn chmod
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
The
|
||||
.Fn fchmod
|
||||
function call
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)chown.2 8.4 (Berkeley) 4/19/94
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd April 19, 1994
|
||||
.Dt CHOWN 2
|
||||
@ -135,6 +136,10 @@ An I/O error occurred while reading from or writing to the file system.
|
||||
is expected to conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn chown
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
The
|
||||
.Fn fchown
|
||||
function call
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)close.2 8.2 (Berkeley) 4/19/94
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd April 19, 1994
|
||||
.Dt CLOSE 2
|
||||
@ -140,3 +141,8 @@ An interrupt was received.
|
||||
.Fn Close
|
||||
conforms to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn close
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)dup.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt DUP 2
|
||||
@ -177,3 +178,10 @@ and
|
||||
are expected to conform
|
||||
to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn dup
|
||||
and a
|
||||
.Fn dup2
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)getpid.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt GETPID 2
|
||||
@ -70,3 +71,8 @@ and
|
||||
.Fn getppid
|
||||
conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn getpid
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)getuid.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt GETUID 2
|
||||
@ -78,3 +79,10 @@ and
|
||||
.Fn getuid
|
||||
conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn getuid
|
||||
and a
|
||||
.Fn geteuid
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)kill.2 8.3 (Berkeley) 4/19/94
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd April 19, 1994
|
||||
.Dt KILL 2
|
||||
@ -129,3 +130,8 @@ The
|
||||
function is expected to
|
||||
conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn kill
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)link.2 8.3 (Berkeley) 1/12/94
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd January 12, 1994
|
||||
.Dt LINK 2
|
||||
@ -148,6 +149,10 @@ is expected to
|
||||
conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn link
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
.Pp
|
||||
The
|
||||
.Fn link
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)lseek.2 8.3 (Berkeley) 4/19/94
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd April 19, 1994
|
||||
.Dt LSEEK 2
|
||||
@ -134,3 +135,8 @@ The
|
||||
function
|
||||
conforms to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn lseek
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
|
@ -33,6 +33,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)profil.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd "June 4, 1993"
|
||||
.Dt PROFIL 2
|
||||
@ -117,8 +118,11 @@ contains an invalid address.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr gprof 1
|
||||
.\" .Sh HISTORY
|
||||
.\" wish I knew... probably v7.
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn profil
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
.Sh BUGS
|
||||
This routine should be named
|
||||
.Fn profile .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: ptrace.2,v 1.2 1996/01/20 17:56:06 nate Exp $
|
||||
.\" $Id: ptrace.2,v 1.3 1996/01/24 20:17:17 nate Exp $
|
||||
.\" $NetBSD: ptrace.2,v 1.2 1995/02/27 12:35:37 cgd Exp $
|
||||
.\"
|
||||
.\" This file is in the public domain.
|
||||
@ -281,3 +281,8 @@ above.
|
||||
.Xr wait 2
|
||||
.Xr execve 2
|
||||
.Xr execv 3
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn ptrace
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)setuid.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt SETUID 2
|
||||
@ -120,3 +121,10 @@ functions are extensions based on the
|
||||
concept of
|
||||
.Li _POSIX_SAVED_IDS ,
|
||||
and have been proposed for a future revision of the standard.
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn setuid
|
||||
and a
|
||||
setgid
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)stat.2 8.3 (Berkeley) 4/19/94
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd April 19, 1994
|
||||
.Dt STAT 2
|
||||
@ -271,6 +272,12 @@ conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn stat
|
||||
and a
|
||||
.Fn fstat
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
A
|
||||
.Fn lstat
|
||||
function call appeared in
|
||||
.Bx 4.2 .
|
||||
|
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)umask.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt UMASK 2
|
||||
@ -80,3 +81,8 @@ The
|
||||
.Fn umask
|
||||
function call is expected to conform to IEEE Std 1003.1-1988
|
||||
.Pq Dq Tn POSIX .
|
||||
.Sh HISTORY
|
||||
An
|
||||
.Fn umask
|
||||
function call appeared in
|
||||
.At v7 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user