diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 20:48:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 20:48:36 +0000 |
commit | c77ed1f1fec0c2219c5f3a1dc9d47b417505762a (patch) | |
tree | fd9bb1e60ec748001cfbe170c16229a9f2071253 /lib/libc/stdio/fopen.3 | |
parent | 10e005b77fba6674ccb1fcaf98674a3ac9a97356 (diff) |
.Xr typos;
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 |