diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-19 09:47:00 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-19 09:47:00 +0000 |
commit | 8b2cb27beb21f979a77b72576a5c157703e6ca59 (patch) | |
tree | 033b38eeb630685aa7e9adbeed7bd6c675e853ac /usr.sbin/user/groupdel.8 | |
parent | 7225d7141835b9cb38f6ca9f1a090e1e6046ae70 (diff) |
replace standardized text concerning the exit values of applications
with the right mdoc macros.
Diffstat (limited to 'usr.sbin/user/groupdel.8')
-rw-r--r-- | usr.sbin/user/groupdel.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/user/groupdel.8 b/usr.sbin/user/groupdel.8 index 51143c38414..abcf59b12e9 100644 --- a/usr.sbin/user/groupdel.8 +++ b/usr.sbin/user/groupdel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: groupdel.8,v 1.12 2007/05/31 19:20:30 jmc Exp $ +.\" $OpenBSD: groupdel.8,v 1.13 2009/01/19 09:46:59 sobrado Exp $ .\" $NetBSD: groupdel.8,v 1.9 2003/02/14 16:11:37 grant Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -31,7 +31,7 @@ .\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 19 2009 $ .Dt GROUPDEL 8 .Os .Sh NAME @@ -51,9 +51,7 @@ The options are as follows: enables verbose mode - explain the commands as they are executed. .El .Pp -The -.Nm -utility exits 0 on success, and \*(Gt0 if an error occurs. +.Ex -std groupdel .Sh SEE ALSO .Xr group 5 , .Xr groupadd 8 , |