summaryrefslogtreecommitdiff
path: root/sbin/modunload
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-17 04:15:04 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-17 04:15:04 +0000
commitafa9f8ccda18c5ff879f432ae6f0b9a601b992b3 (patch)
tree8356bdc65590449d1a86d64a309c95681f802ad2 /sbin/modunload
parent90e9edeb57b7efe3b1aba0ddeda30341b7e9fd0c (diff)
sbin/ man page fixes
Diffstat (limited to 'sbin/modunload')
-rw-r--r--sbin/modunload/modunload.85
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8
index cf513cf202e..b2e3d703749 100644
--- a/sbin/modunload/modunload.8
+++ b/sbin/modunload/modunload.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: modunload.8,v 1.4 1996/10/08 01:20:25 michaels Exp $
+.\" $OpenBSD: modunload.8,v 1.5 1998/09/17 04:14:54 aaron Exp $
.\" $NetBSD: modunload.8,v 1.3 1995/03/18 14:56:49 cgd Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
@@ -59,8 +59,7 @@ Unload the module with the name
.Sh DIAGNOSTICS
The
.Nm
-utility exits with a status of 0 on success
-and with a nonzero status if an error occurs.
+utility exits 0 on success or with a non-zero status if an error occurred.
.Sh SEE ALSO
.Xr lkm 4 ,
.Xr modload 8 ,