Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Consistent wording: plain files -> regular fi...



details:   https://anonhg.NetBSD.org/src/rev/7dd9eb917b4b
branches:  trunk
changeset: 526977:7dd9eb917b4b
user:      kleink <kleink%NetBSD.org@localhost>
date:      Wed May 15 07:00:22 2002 +0000

description:
Consistent wording: plain files -> regular files.

diffstat:

 lib/libc/stdio/fopen.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 69352fa97966 -r 7dd9eb917b4b lib/libc/stdio/fopen.3
--- a/lib/libc/stdio/fopen.3    Wed May 15 06:57:49 2002 +0000
+++ b/lib/libc/stdio/fopen.3    Wed May 15 07:00:22 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fopen.3,v 1.14 2002/02/07 07:00:25 ross Exp $
+.\"    $NetBSD: fopen.3,v 1.15 2002/05/15 07:00:22 kleink Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -94,8 +94,8 @@
 .St -ansiC
 and has no effect; the ``b'' is ignored.
 .Pp
-The letter ``f'' in the mode string restricts fopen to plain
-files; if the file opened is not a plain file,
+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
 .St -ansiC
@@ -198,7 +198,7 @@
 .Fn freopen
 was invalid.
 .It Bq Er EFTYPE
-The file is not a plain file and the character ``f'' is specified
+The file is not a regular file and the character ``f'' is specified
 in the mode.
 .El
 .Pp



Home | Main Index | Thread Index | Old Index