Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/mkfifo.2
| Show All 26 Lines | |||||
| .\" | .\" | ||||
| .Dd March 30, 2020 | .Dd March 30, 2020 | ||||
| .Dt MKFIFO 2 | .Dt MKFIFO 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm mkfifo , | .Nm mkfifo , | ||||
| .Nm mkfifoat | .Nm mkfifoat | ||||
| .Nd make a fifo file | .Nd make a fifo file | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/types.h | .In sys/types.h | ||||
| .In sys/stat.h | .In sys/stat.h | ||||
| .Ft int | .Ft int | ||||
| .Fn mkfifo "const char *path" "mode_t mode" | .Fn mkfifo "const char *path" "mode_t mode" | ||||
| .Ft int | .Ft int | ||||
| .Fn mkfifoat "int fd" "const char *path" "mode_t mode" | .Fn mkfifoat "int fd" "const char *path" "mode_t mode" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| ▲ Show 20 Lines • Show All 135 Lines • Show Last 20 Lines | |||||