From 23207f2f39ce98bbb55d8b7291b4fe7e5c5e02d1 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 15 Dec 2006 14:14:17 +0000 Subject: Fix markup. --- usr.bin/mkfifo/mkfifo.1 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1 index 3fd31765c478..b29c48aae037 100644 --- a/usr.bin/mkfifo/mkfifo.1 +++ b/usr.bin/mkfifo/mkfifo.1 @@ -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. -- cgit v1.3