Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2016 02:18:29 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305758 - head/usr.sbin/pw
Message-ID:  <201609130218.u8D2ITdv023137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock (doc committer)
Date: Tue Sep 13 02:18:29 2016
New Revision: 305758
URL: https://svnweb.freebsd.org/changeset/base/305758

Log:
  Add another badly-needed simple example to the pw(8) man page.

Modified:
  head/usr.sbin/pw/pw.8

Modified: head/usr.sbin/pw/pw.8
==============================================================================
--- head/usr.sbin/pw/pw.8	Mon Sep 12 23:00:31 2016	(r305757)
+++ head/usr.sbin/pw/pw.8	Tue Sep 13 02:18:29 2016	(r305758)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 23, 2016
+.Dd September 12, 2016
 .Dt PW 8
 .Os
 .Sh NAME
@@ -966,6 +966,11 @@ Finally, a random password is generated 
 .Bd -literal -offset indent
 pw useradd -n gsmith -c "Glurmo Smith" -s /bin/csh -m -w random
 .Ed
+.Pp
+Delete the gsmith user and their home directory, including contents.
+.Bd -literal -offset indent
+pw userdel -n gsmith -r
+.Ed
 .Sh EXIT STATUS
 The
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609130218.u8D2ITdv023137>