summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mkfifo.2
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-16 00:06:50 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-16 00:06:50 +0000
commita6cc394d9390cbb8d3dde17da653bc669e183116 (patch)
treeb338d1bd01dccfd4f6033148ed11907234b9fba5 /lib/libc/sys/mkfifo.2
parent87388fe1bd8b340b4f81e2a2db0f6a6ea749d21d (diff)
use .In and delete .Tn; from Kaspars at Bankovskis dot net
Diffstat (limited to 'lib/libc/sys/mkfifo.2')
-rw-r--r--lib/libc/sys/mkfifo.219
1 files changed, 8 insertions, 11 deletions
diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2
index 104507f4fe9..cf1b4628117 100644
--- a/lib/libc/sys/mkfifo.2
+++ b/lib/libc/sys/mkfifo.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mkfifo.2,v 1.12 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: mkfifo.2,v 1.13 2014/12/16 00:06:49 schwarze Exp $
.\" $NetBSD: mkfifo.2,v 1.8 1995/02/27 12:34:27 cgd Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)mkfifo.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: December 16 2014 $
.Dt MKFIFO 2
.Os
.Sh NAME
@@ -38,11 +38,11 @@
.Nm mkfifoat
.Nd make a FIFO file
.Sh SYNOPSIS
-.Fd #include <sys/stat.h>
+.In sys/stat.h
.Ft int
.Fn mkfifo "const char *path" "mode_t mode"
-.Fd #include <sys/stat.h>
-.Fd #include <fcntl.h>
+.In sys/stat.h
+.In fcntl.h
.Ft int
.Fn mkfifoat "int fd" "const char *path" "mode_t mode"
.Sh DESCRIPTION
@@ -127,13 +127,10 @@ containing the directory has been exhausted.
The user's quota of inodes on the file system on
which the FIFO is being created has been exhausted.
.It Bq Er EIO
-An
-.Tn I/O
-error occurred while making the directory entry or allocating the inode.
+An I/O error occurred while making the directory entry or allocating
+the inode.
.It Bq Er EIO
-An
-.Tn I/O
-error occurred while reading from or writing to the file system.
+An I/O error occurred while reading from or writing to the file system.
.It Bq Er EFAULT
.Fa path
points outside the process's allocated address space.