shitbox/pkg/usr/share/man/man1/mkfifo.1

30 lines
947 B
Groff

.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH mkfifo 1 "mkfifo 0.1.0"
.SH NAME
mkfifo \- make FIFO special files
.SH SYNOPSIS
\fBmkfifo\fR [\fB\-m\fR|\fB\-\-mode\fR] [\fB\-v\fR|\fB\-\-verbose\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] <\fIfile\fR>
.SH DESCRIPTION
make FIFO special files
.SH OPTIONS
.TP
\fB\-m\fR, \fB\-\-mode\fR=\fIMODE\fR
Set the file permission bits of the newly\-created FIFO to the specified mode value. The mode option\-argument shall be the same as the mode operand defined for the chmod utility. In the symbolic_mode strings, the op characters \*(Aq+\*(Aq and \*(Aq\-\*(Aq shall be interpreted relative to an assumed initial mode of a=rw.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
output a diagnostic for every file processed
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help (see a summary with \*(Aq\-h\*(Aq)
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version
.TP
<\fIfile\fR>
.SH VERSION
v0.1.0
.SH AUTHORS
Nathan Fisher