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/userdel.8 | |
parent | 7225d7141835b9cb38f6ca9f1a090e1e6046ae70 (diff) |
replace standardized text concerning the exit values of applications
with the right mdoc macros.
Diffstat (limited to 'usr.sbin/user/userdel.8')
-rw-r--r-- | usr.sbin/user/userdel.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/user/userdel.8 b/usr.sbin/user/userdel.8 index b33af46ef45..51599edb702 100644 --- a/usr.sbin/user/userdel.8 +++ b/usr.sbin/user/userdel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: userdel.8,v 1.11 2007/05/31 19:20:30 jmc Exp $ +.\" $OpenBSD: userdel.8,v 1.12 2009/01/19 09:46:59 sobrado Exp $ .\" $NetBSD: userdel.8,v 1.24 2003/02/25 10:36:21 wiz 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 USERDEL 8 .Os .Sh NAME @@ -122,9 +122,7 @@ at very large sites could take several minutes. Until this update is completed, the password file is unavailable for other updates and the new information is not available to programs. .Pp -The -.Nm -utility exits 0 on success, and \*(Gt0 if an error occurs. +.Ex -std userdel .Sh FILES .Bl -tag -width /etc/usermgmt.conf -compact .It Pa /etc/usermgmt.conf |