summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-09-03 10:08:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-09-03 10:08:23 +0000
commit26b56439121533d8ce5c2cefdda8aa87b565829b (patch)
tree75922383209837462d6dd6b96e9f51d6b54094df
parent5695e85b8d1904b84dec99f72b17aabaa5610bff (diff)
add an EXIT STATUS section for /sbin;
-rw-r--r--sbin/mknod/mkfifo.16
-rw-r--r--sbin/modload/modload.86
-rw-r--r--sbin/modunload/modunload.86
-rw-r--r--sbin/nfsd/nfsd.86
-rw-r--r--sbin/swapctl/swapctl.88
5 files changed, 16 insertions, 16 deletions
diff --git a/sbin/mknod/mkfifo.1 b/sbin/mknod/mkfifo.1
index 820d00337dd..7edd9532766 100644
--- a/sbin/mknod/mkfifo.1
+++ b/sbin/mknod/mkfifo.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mkfifo.1,v 1.12 2009/02/08 17:15:09 jmc Exp $
+.\" $OpenBSD: mkfifo.1,v 1.13 2010/09/03 10:08:22 jmc Exp $
.\" $NetBSD: mkfifo.1,v 1.4 1994/12/23 07:16:54 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94
.\"
-.Dd $Mdocdate: February 8 2009 $
+.Dd $Mdocdate: September 3 2010 $
.Dt MKFIFO 1
.Os
.Sh NAME
@@ -66,7 +66,7 @@ and
are interpreted relative to an initial mode of
.Dq a=rw .
.El
-.Pp
+.Sh EXIT STATUS
.Ex -std mkfifo
.Sh SEE ALSO
.Xr mkdir 1 ,
diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8
index 4e08d5da0bb..4e082dfd8f8 100644
--- a/sbin/modload/modload.8
+++ b/sbin/modload/modload.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: modload.8,v 1.25 2008/08/02 09:17:47 jmc Exp $
+.\" $OpenBSD: modload.8,v 1.26 2010/09/03 10:08:22 jmc Exp $
.\" $NetBSD: modload.8,v 1.17 2001/11/16 11:57:16 wiz Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
@@ -33,7 +33,7 @@
.\"
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
.\"
-.Dd $Mdocdate: August 2 2008 $
+.Dd $Mdocdate: September 3 2010 $
.Dt MODLOAD 8
.Os
.Sh NAME
@@ -111,7 +111,7 @@ references in the module.
.It Pa /usr/include/sys/lkm.h
File containing definitions of module types.
.El
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
The
.Nm
utility exits with a status of 0 on success
diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8
index 41087f6ec0a..7147513e359 100644
--- a/sbin/modunload/modunload.8
+++ b/sbin/modunload/modunload.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: modunload.8,v 1.14 2008/08/02 09:17:47 jmc Exp $
+.\" $OpenBSD: modunload.8,v 1.15 2010/09/03 10:08:22 jmc Exp $
.\" $NetBSD: modunload.8,v 1.3 1995/03/18 14:56:49 cgd Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 2 2008 $
+.Dd $Mdocdate: September 3 2010 $
.Dt MODUNLOAD 8
.Os
.Sh NAME
@@ -61,7 +61,7 @@ Specify the name of a shell script or program that will be executed if the
module is successfully unloaded.
This program is passed no arguments.
.El
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
The
.Nm
utility exits 0 on success or with a non-zero status if an error occurred.
diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8
index 74a1c15fdc3..80c930dd909 100644
--- a/sbin/nfsd/nfsd.8
+++ b/sbin/nfsd/nfsd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nfsd.8,v 1.16 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: nfsd.8,v 1.17 2010/09/03 10:08:22 jmc Exp $
.\" $NetBSD: nfsd.8,v 1.7 1996/02/18 11:58:24 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)nfsd.8 8.4 (Berkeley) 3/29/95
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: September 3 2010 $
.Dt NFSD 8
.Os
.Sh NAME
@@ -99,7 +99,7 @@ server specification; see
.%T "Network File System Protocol Specification" ,
RFC 1094 and
.%T "NFS: Network File System Version 3 Protocol Specification" .
-.Pp
+.Sh EXIT STATUS
.Ex -std nfsd
.Sh SEE ALSO
.Xr nfsstat 1 ,
diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8
index 04505c52a84..3cd96d4e307 100644
--- a/sbin/swapctl/swapctl.8
+++ b/sbin/swapctl/swapctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: swapctl.8,v 1.29 2007/07/17 18:18:36 jmc Exp $
+.\" $OpenBSD: swapctl.8,v 1.30 2010/09/03 10:08:22 jmc Exp $
.\" $NetBSD: swapctl.8,v 1.14 1998/05/22 18:27:52 msaitoh Exp $
.\"
.\" Copyright (c) 1997 Matthew R. Green
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 17 2007 $
+.Dd $Mdocdate: September 3 2010 $
.Dt SWAPCTL 8
.Os
.Sh NAME
@@ -167,8 +167,6 @@ This option is useful in early system startup, where swapping
may be needed before all file systems are available, such as during
disk checks of large file systems.
.El
-.Pp
-.Ex -std swapctl
.Sh SWAP OPTIONS
When parsing the
.Pa /etc/fstab
@@ -201,6 +199,8 @@ For example:
server:/export/swap/client none swap sw,nfsmntpt=/swap
.Ed
.El
+.Sh EXIT STATUS
+.Ex -std swapctl
.Sh SEE ALSO
.Xr swapctl 2 ,
.Xr vnd 4 ,