Fix markup.

This commit is contained in:
Ruslan Ermilov 2006-12-15 14:14:17 +00:00
parent 8ad8d83a6b
commit 23207f2f39
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165246

View File

@ -57,22 +57,24 @@ Set the file permission bits of the created fifos to the
specified mode, ignoring the
.Xr umask 2
of the calling process.
The mode argument takes any format that can be specified to the
The
.Ar mode
argument takes any format that can be specified to the
.Xr chmod 1
command.
If a symbolic mode is specified, the op symbols
.Dq +
.Ql +
(plus) and
.Dq -
.Ql -
(hyphen) are interpreted relative to an assumed initial mode of
.Dq a=rw
.Dq Li a=rw
(read and write permissions for all).
.El
.Pp
If the
.Fl m
option is not specified, fifos are created with mode
.Li \&0666
.Li 0666
modified by the
.Xr umask 2
of the calling process.