[Midnightbsd-cvs] src: mkfifo.1:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 25 18:17:52 EDT 2009


Log Message:
-----------


Modified Files:
--------------
    src/usr.bin/mkfifo:
        mkfifo.1 (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: mkfifo.1
===================================================================
RCS file: /home/cvs/src/usr.bin/mkfifo/mkfifo.1,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.bin/mkfifo/mkfifo.1 -L usr.bin/mkfifo/mkfifo.1 -u -r1.1.1.1 -r1.2
--- usr.bin/mkfifo/mkfifo.1
+++ usr.bin/mkfifo/mkfifo.1
@@ -33,7 +33,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)mkfifo.1	8.2 (Berkeley) 1/5/94
-.\" $FreeBSD: src/usr.bin/mkfifo/mkfifo.1,v 1.14 2005/01/18 13:43:51 ru Exp $
+.\" $FreeBSD: src/usr.bin/mkfifo/mkfifo.1,v 1.15 2006/12/15 14:14:17 ru Exp $
 .\"
 .Dd January 5, 1994
 .Dt MKFIFO 1
@@ -57,22 +57,24 @@
 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.


More information about the Midnightbsd-cvs mailing list