diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-06-29 11:43:56 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-06-29 11:43:56 +0000 |
commit | cb3493721e0f08d42f41165a7c089d9c11dcecab (patch) | |
tree | d917206209d9efde4db73277cb63e7b64fdf330a /usr/src/man | |
parent | c1b04cc49941ba5f94d242452bc2d3d0009e4050 (diff) | |
parent | 947cdb3fe001e3ae9c98143dd04cc7d9ee13f40c (diff) | |
download | illumos-joyent-cb3493721e0f08d42f41165a7c089d9c11dcecab.tar.gz |
[illumos-gate merge]
commit 947cdb3fe001e3ae9c98143dd04cc7d9ee13f40c
12893 inconsistencies in mkfifo(1M)
commit 9117d17eb29235fc103fe0fa874b149d3f8a9a0e
12901 loader: can not read zfs pool with slog removed
commit 9b9e3196fde9c0f47c8cc4ab00f3bc5b539ceaca
12770 stop including exception unwind info in the kernel
commit dfecc46651d2b074027544a9c03682fd51d51054
12661 null.h: enable NULL pointer for SPARC
commit 4df3b64db8cae3f054ccdd573395ba7807bcd868
12654 nxge: smatch and NULL pointer errors
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man1m/mkfifo.1m | 40 |
1 files changed, 9 insertions, 31 deletions
diff --git a/usr/src/man/man1m/mkfifo.1m b/usr/src/man/man1m/mkfifo.1m index 3d9323ef43..bbfa415651 100644 --- a/usr/src/man/man1m/mkfifo.1m +++ b/usr/src/man/man1m/mkfifo.1m @@ -44,25 +44,21 @@ .\" Copyright (c) 1992, X/Open Company Limited All Rights Reserved .\" Portions Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved .\" -.TH MKFIFO 1M "Aug 11, 2009" +.TH MKFIFO 1M "Jun 24, 2020" .SH NAME mkfifo \- make FIFO special file .SH SYNOPSIS -.LP .nf -\fB/usr/bin/mkfifo\fR [\fB-m\fR \fImode\fR] \fIpath\fR... +\fB/usr/bin/mkfifo\fR [\fB-m\fR \fImode\fR] \fIfile\fR... .fi .SS "ksh93" -.LP .nf mkfifo [ \fIoptions\fR ] \fIfile\fR... .fi .SH DESCRIPTION .SS "/usr/bin/mkfifo" -.sp -.LP The \fBmkfifo\fR utility creates the \fBFIFO\fR special files named by its argument list. The arguments are taken sequentially, in the order specified; and each \fBFIFO\fR special file is either created completely or, in the case @@ -70,23 +66,19 @@ of an error or signal, not created at all. .sp .LP If errors are encountered in creating one of the special files, \fBmkfifo\fR -writes a diagnostic message to the standard error and continues with the +writes a diagnostic message to standard error and continues with the remaining arguments, if any. .sp .LP -The \fBmkfifo\fR utility calls the library routine \fBmkfifo\fR(3C), with the -\fIpath\fR argument is passed as the \fIpath\fR argument from the command line, -and \fImode\fR is set to the equivalent of \fBa=rw\fR, modified by the current +The \fBmkfifo\fR utility calls the library routine \fBmkfifo\fR(3C), with a +\fIpath\fR argument equivalent to the \fIfile\fR argument from the command line, +and \fImode\fR is set to the equivalent of \fBa=rw\fR, modified by the current value of the file mode creation mask \fBumask\fR(1). .SS "ksh93" -.sp -.LP The \fBmkfifo\fR utility creates one or more \fBFIFO\fRs. By default, the mode of the created FIFO is \fBa=rw\fR minus the bits set in \fBumask\fR(1). .SH OPTIONS -.SS "/usr/bin/ksh93" -.sp -.LP +.SS "/usr/bin/mkfifo" The following option is supported for \fB/usr/bin/mkfifo\fR: .sp .ne 2 @@ -96,14 +88,12 @@ The following option is supported for \fB/usr/bin/mkfifo\fR: .RS 11n Set the file permission bits of the newly-created \fBFIFO\fR to the specified \fImode\fR value. The \fImode\fR option-argument will be the same as the -\fImode\fR operand defined for the \fBchmod\fR(1) command. In -<\fIsymbolic\fRmode> strings, the \fIop\fR characters \fB+\fR and \fB\(mi\fR +\fImode\fR operand defined for the \fBchmod\fR(1) command. For a +symbolic mode option-argument, the \fIop\fR characters \fB+\fR and \fB\(mi\fR will be interpreted relative to an assumed initial mode of \fBa=rw\fR. .RE .SS "ksh93" -.sp -.LP The following option is supported for \fBksh93\fR: .sp .ne 2 @@ -121,8 +111,6 @@ initial mode of \fBa=rw\fR. .RE .SH OPERANDS -.sp -.LP The following operand is supported: .sp .ne 2 @@ -134,19 +122,13 @@ A path name of the \fBFIFO\fR special file to be created. .RE .SH USAGE -.sp -.LP See \fBlargefile\fR(5) for the description of the behavior of \fBmkfifo\fR when encountering files greater than or equal to 2 Gbyte ( 2^31 bytes). .SH ENVIRONMENT VARIABLES -.sp -.LP See \fBenviron\fR(5) for descriptions of the following environment variables that affect the execution of \fBmkfifo\fR: \fBLANG\fR, \fBLC_ALL\fR, \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR. .SH EXIT STATUS -.sp -.LP The following exit values are returned: .sp .ne 2 @@ -167,8 +149,6 @@ An error occurred. .RE .SH ATTRIBUTES -.sp -.LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -183,7 +163,5 @@ Interface Stability Standard .TE .SH SEE ALSO -.sp -.LP \fBchmod\fR(1), \fBumask\fR(1), \fBmkfifo\fR(3C), \fBattributes\fR(5), \fBenviron\fR(5), \fBlargefile\fR(5), \fBstandards\fR(5) |