diff options
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 |