mirror of git://git.suckless.org/ubase
Break line in mknod.1
This commit is contained in:
parent
c35d668de3
commit
6ba1d6e048
3
mknod.1
3
mknod.1
|
@ -9,7 +9,8 @@ with major number \fImajor\fR, and minor number \fIminor\fR.
|
||||||
\fItype\fR specifies what kind of special file will be created
|
\fItype\fR specifies what kind of special file will be created
|
||||||
and must be one of:
|
and must be one of:
|
||||||
.TP
|
.TP
|
||||||
\fBu\fR or \fBc\fR A character device.
|
\fBu\fR or \fBc\fR
|
||||||
|
A character device.
|
||||||
.TP
|
.TP
|
||||||
\fBb\fR
|
\fBb\fR
|
||||||
A block device.
|
A block device.
|
||||||
|
|
Loading…
Reference in New Issue