summaryrefslogtreecommitdiff
path: root/lib/libc/sys/close.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/close.2')
-rw-r--r--lib/libc/sys/close.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2
index 5943bea2552..8a3295ab47c 100644
--- a/lib/libc/sys/close.2
+++ b/lib/libc/sys/close.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: close.2,v 1.7 1999/05/23 14:10:50 aaron Exp $
+.\" $OpenBSD: close.2,v 1.8 1999/06/29 14:09:53 aaron Exp $
.\" $NetBSD: close.2,v 1.5 1995/02/27 12:32:14 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
@@ -64,7 +64,7 @@ the lock is released. However, the semantics of System V and
dictate that all
.Xr fcntl 2
advisory record locks associated with a file for a given process
-are removed when
+are removed when
.Em any
file descriptor for that file is closed by that process (see
further
@@ -103,7 +103,7 @@ restores the default,
which is to not close the descriptor.
.Sh RETURN VALUES
Upon successful completion, a value of 0 is returned.
-Otherwise, a value of -1 is returned and the global integer variable
+Otherwise, a value of \-1 is returned and the global integer variable
.Va errno
is set to indicate the error.
.Sh ERRORS
@@ -127,5 +127,5 @@ An interrupt was received.
.Xr socketpair 2
.Sh STANDARDS
.Fn close
-conforms to
+conforms to
.St -p1003.1-88 .