diff options
author | 1999-09-26 14:54:10 +0000 | |
---|---|---|
committer | 1999-09-26 14:54:10 +0000 | |
commit | aeaaad8c7abd17dbf098fa8abe3664670558a72e (patch) | |
tree | fdd908ef79924e6c9649a93f102a91fb54528bf8 /lib/libc | |
parent | `may return following error' => `may return the following error' (diff) | |
download | wireguard-openbsd-aeaaad8c7abd17dbf098fa8abe3664670558a72e.tar.xz wireguard-openbsd-aeaaad8c7abd17dbf098fa8abe3664670558a72e.zip |
Remove extraneous comma
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/fopen.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index b0ea4875e54..15f281a297f 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fopen.3,v 1.5 1999/05/24 16:37:16 aaron Exp $ +.\" $OpenBSD: fopen.3,v 1.6 1999/09/26 14:54:10 espie Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -121,7 +121,7 @@ an input operation encounters end-of-file. .Pp The .Fn fdopen -function associates a stream with the existing file descriptor, +function associates a stream with the existing file descriptor .Fa fildes . The .Fa mode |