diff options
Diffstat (limited to 'lib/libc/stdio/fopen.3')
| -rw-r--r-- | lib/libc/stdio/fopen.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index dcb9bf88fb8..31bcd5cdb5b 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: fopen.3,v 1.17 2002/07/10 14:37:16 yamt Exp $ +.\" $NetBSD: fopen.3,v 1.18 2002/10/01 17:24:05 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -97,7 +97,8 @@ and has no effect; the ``b'' is ignored. The letter ``f'' in the mode string restricts fopen to regular files; if the file opened is not a regular file, .Fn fopen -will fail. This is a non +will fail. +This is a non .St -ansiC extension. .Pp |
