summaryrefslogtreecommitdiff
path: root/usr.bin/mkfifo
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2017-07-04 07:01:07 +0000
committerwiz <wiz@NetBSD.org>2017-07-04 07:01:07 +0000
commit24c9ca8eee8bdd6a8bc331f019bc5c040a7c09fa (patch)
tree23f6ca70df4c8d6f33721469b5a252fe8a03b6d3 /usr.bin/mkfifo
parente61b6ad9f3225d9412c83e17e7b8612d45a3501f (diff)
Add EXIT STATUS section. Use Ex.
Diffstat (limited to 'usr.bin/mkfifo')
-rw-r--r--usr.bin/mkfifo/mkfifo.17
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1
index 2b3fb83a3f0..a178dc2ab3a 100644
--- a/usr.bin/mkfifo/mkfifo.1
+++ b/usr.bin/mkfifo/mkfifo.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: mkfifo.1,v 1.12 2017/07/03 21:34:20 wiz Exp $
+.\" $NetBSD: mkfifo.1,v 1.13 2017/07/04 07:03:32 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -67,9 +67,8 @@ operators are interpreted relative to an assumed initial mode of
.Pp
.Nm
requires write permission in the parent directory.
-.Pp
-.Nm
-exits 0 if successful, and >0 if an error occurred.
+.Sh EXIT STATUS
+.Ex -std
.Sh SEE ALSO
.Xr mkdir 1 ,
.Xr rm 1 ,