diff options
| author | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
| commit | ce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch) | |
| tree | 450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libc/sys/close.2 | |
| parent | ed88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff) | |
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libc/sys/close.2')
| -rw-r--r-- | lib/libc/sys/close.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index f1c57bfd643..db122a96fb5 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: close.2,v 1.7 1998/04/28 22:28:30 fair Exp $ +.\" $NetBSD: close.2,v 1.8 1998/08/29 08:32:36 lukem Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -109,11 +109,11 @@ Otherwise, a value of -1 is returned and the global integer variable .Va errno is set to indicate the error. .Sh ERRORS -.Fn Close +.Fn close will fail if: .Bl -tag -width Er .It Bq Er EBADF -.Fa D +.Fa d is not an active descriptor. .It Bq Er EINTR An interrupt was received. |
