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/close.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/close.2')
-rw-r--r-- | lib/libc/sys/close.2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index 3a64dac..b864545 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -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 . |