This commit is contained in:
Michael Kerrisk 2007-11-18 06:31:17 +00:00
parent f4708374d6
commit 360a229782
3 changed files with 3 additions and 3 deletions

View File

@ -589,7 +589,7 @@ specified.
\fImessage\fP
The \fImessage\fP to be printed if the test succeeds. The \fImessage\fP
shall be interpreted using the notation for the \fIprintf\fP formatting
specification; see \fIprintf\fP() . If the
specification; see \fIprintf\fP(). If the
\fIvalue\fP field was a string, then the value from the file shall
be the argument for the \fIprintf\fP formatting specification; otherwise,
the value from the file shall be the

View File

@ -143,7 +143,7 @@ If the hyphen is omitted, the primary shall evaluate as true when
the file permission bits exactly match the value of the octal
number \fIonum\fP and only the bits corresponding to the octal mask
07777 shall be compared. (See the description of the octal
\fImode\fP in \fIchmod\fP() .) Otherwise, if \fIonum\fP is prefixed
\fImode\fP in \fIchmod\fP().) Otherwise, if \fIonum\fP is prefixed
by a hyphen, the primary shall
evaluate as true if at least all of the bits specified in \fIonum\fP
that are also set in the octal mask 07777 are set.

View File

@ -26,7 +26,7 @@ bits and contents for the file to be produced shall be
contained in that data. The mode bits of the created file (other than
standard output) shall be set from the file access permission
bits contained in the data; that is, other attributes of the mode,
including the file mode creation mask (see \fIumask\fP() ), shall
including the file mode creation mask (see \fIumask\fP()), shall
not affect the file being produced.
.LP
If the pathname of the file to be produced exists, and the user does