summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fopen.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-10-01 17:22:00 +0000
committerwiz <wiz@NetBSD.org>2002-10-01 17:22:00 +0000
commit6569c5c50996a3ffc19fc4b63fa6d74cd573f4f3 (patch)
treeb640f9cbe5bf5ee4b28d53fc73216174300f972e /lib/libc/stdio/fopen.3
parent45dfd29508988be493867313533f1d1c7652a81b (diff)
New sentence, new line. From Robert Elz.
Diffstat (limited to 'lib/libc/stdio/fopen.3')
-rw-r--r--lib/libc/stdio/fopen.35
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