diff options
Diffstat (limited to 'lib/libc/stdio/fopen.3')
-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 a9c667d603a..ce2dbff7c07 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fopen.3,v 1.13 2001/12/07 23:07:35 millert Exp $ +.\" $OpenBSD: fopen.3,v 1.14 2003/03/06 20:48:35 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -144,7 +144,7 @@ fails. The .Fa mode argument is used just as in the -.Xr fopen +.Fn fopen function. The primary use of the .Fn freopen |