Module Name: src
Committed By: wiz
Date: Tue Jul 4 07:03:32 UTC 2017
Modified Files:
src/usr.bin/mkfifo: mkfifo.1
Log Message:
Add EXIT STATUS section. Use Ex.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/mkfifo/mkfifo.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/mkfifo/mkfifo.1
diff -u src/usr.bin/mkfifo/mkfifo.1:1.12 src/usr.bin/mkfifo/mkfifo.1:1.13
--- src/usr.bin/mkfifo/mkfifo.1:1.12 Mon Jul 3 21:34:20 2017
+++ src/usr.bin/mkfifo/mkfifo.1 Tue Jul 4 07:03:32 2017
@@ -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
.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 ,