diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-11 05:18:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-11 05:18:46 +0000 |
commit | 0a8c9169b0d9511766739edf7a54baf73b766e3e (patch) | |
tree | 16095fca6eaa37caaf6c36ee18b88e6fb060b460 /lib/libc | |
parent | e905b550c263d54bb85997afb6286a06d1ec3722 (diff) |
wording; ok jaredy@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/close.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index d136f39cd7b..b654e7469b6 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: close.2,v 1.12 2005/08/10 01:25:51 jaredy Exp $ +.\" $OpenBSD: close.2,v 1.13 2005/08/11 05:18:45 jmc Exp $ .\" $NetBSD: close.2,v 1.5 1995/02/27 12:32:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -55,7 +55,7 @@ on the last close of a .Xr socket 2 , associated naming information and queued data are discarded; and on the last close of a file holding an advisory lock, -the lock is released (see further +the lock is released (see .Xr flock 2 ) . However, the semantics of System V and .St -p1003.1-88 |