diff options
author | wosch <wosch@FreeBSD.org> | 1996-08-29 21:24:19 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-08-29 21:24:19 +0000 |
commit | f868347963d18183249f939fde7a2017b8735561 (patch) | |
tree | fa119c5dc14467e96d2660032aaa9fa5689e8154 /lib/libc/sys/chown.2 | |
parent | 1c3ce4d726eee93d933cd83629e0bfee0ee602c8 (diff) | |
download | FreeBSD-src-f868347963d18183249f939fde7a2017b8735561.zip FreeBSD-src-f868347963d18183249f939fde7a2017b8735561.tar.gz |
function appeared in Version 7 AT&T UNIX
Obtained from: ftp://netlib.att.com/netlib/att/cs/v7man/man2
Diffstat (limited to 'lib/libc/sys/chown.2')
-rw-r--r-- | lib/libc/sys/chown.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2 index 89656f3..5499528 100644 --- a/lib/libc/sys/chown.2 +++ b/lib/libc/sys/chown.2 @@ -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 |