debian/rules: Use `git' potty wrapper.
[qmail] / fifo_make.3
CommitLineData
2117e02e
MW
1.TH fifo_make 3
2.SH NAME
3fifo_make \- create a named pipe
4.SH SYNTAX
5.B #include <fifo.h>
6
7int \fBfifo_make\fP(\fIfn\fR,\fImode\fR);
8
9char *\fIfn\fR;
10.br
11int \fImode\fR;
12.SH DESCRIPTION
13.B fifo_make
14creates a new named pipe
15with name
16.I fn
17and mode
18.I mode
19(modified by the process umask).
20
21.B fifo_make
22returns 0 on success, -1 on error.
23.SH "SEE ALSO"
24mkfifo(2)