add mkfifo

This commit is contained in:
Connor Lane Smith
2011-05-25 11:00:15 +01:00
parent da757ff7d1
commit a9c970b973
7 changed files with 30 additions and 6 deletions

9
mkfifo.1 Normal file
View File

@@ -0,0 +1,9 @@
.TH MKFIFO 1 sbase\-VERSION
.SH NAME
mkfifo \- make named pipe
.SH SYNOPSIS
.B mkfifo
.RI [ name ...]
.SH DESCRIPTION
.B mkfifo
creates named pipes (FIFOs) with the given names.