s/normal file/regular file/

This commit is contained in:
Michael Kerrisk 2008-03-19 11:56:53 +00:00
parent 972a8ec74e
commit 2103596438
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ The file type must be one of
or
.B S_IFSOCK
.\" (S_IFSOCK since Linux 1.2.4)
to specify a normal file (which will be created empty), character
to specify a regular file (which will be created empty), character
special file, block special file, FIFO (named pipe), or Unix domain socket,
respectively.
(Zero file type is equivalent to type
@ -112,7 +112,7 @@ already exists.
.TP
.B EINVAL
.I mode
requested creation of something other than a normal file, device
requested creation of something other than a regular file, device
special file, FIFO or socket.
.TP
.B ELOOP

View File

@ -95,7 +95,7 @@ is an integer that has one of the following values:
.TP
.B FTW_F
.I fpath
is a normal file.
is a regular file.
.TP
.B FTW_D
.I fpath