diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 10:08:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 10:08:23 +0000 |
commit | 26b56439121533d8ce5c2cefdda8aa87b565829b (patch) | |
tree | 75922383209837462d6dd6b96e9f51d6b54094df /sbin/modunload | |
parent | 5695e85b8d1904b84dec99f72b17aabaa5610bff (diff) |
add an EXIT STATUS section for /sbin;
Diffstat (limited to 'sbin/modunload')
-rw-r--r-- | sbin/modunload/modunload.8 | 6 |
1 files changed, 3 insertions, 3 deletions
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. |