]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Add another badly-needed simple example to the pw(8) man page.
authorWarren Block <wblock@FreeBSD.org>
Tue, 13 Sep 2016 02:18:29 +0000 (02:18 +0000)
committerWarren Block <wblock@FreeBSD.org>
Tue, 13 Sep 2016 02:18:29 +0000 (02:18 +0000)
pw/pw.8

diff --git a/pw/pw.8 b/pw/pw.8
index 4cf52b6c21f68813c8ea71fd92f85d939a2ef3b3..5a93c52bee60192df635fb4b47f5dac39dfead79 100644 (file)
--- a/pw/pw.8
+++ b/pw/pw.8
@@ -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 and displayed:
 .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