Consistent wording: plain files -> regular files.

This commit is contained in:
kleink 2002-05-15 07:00:22 +00:00
parent 357945ce6f
commit eedae55de3
1 changed files with 4 additions and 4 deletions

View File

@ -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 @@ This is strictly for compatibility with
.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 @@ or
.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