summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-09-16 20:49:12 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-09-16 20:49:12 +0000
commitf317f6f160126ebac2b8a392dc9a59e65ef2b928 (patch)
tree0e34f7695450d6b67a1824f918282c9f21367892
parentac719d1ccab34c24fd5b39cf8cfe49039289b033 (diff)
parent677071471e7d81c72fc4e4a71e04441d010611ab (diff)
downloadpw-darwin-f317f6f160126ebac2b8a392dc9a59e65ef2b928.tar.gz
pw-darwin-f317f6f160126ebac2b8a392dc9a59e65ef2b928.tar.zst
pw-darwin-f317f6f160126ebac2b8a392dc9a59e65ef2b928.zip
Merge ^/head r305687 through r305890.
-rw-r--r--pw/pw.87
1 files changed, 6 insertions, 1 deletions
diff --git a/pw/pw.8 b/pw/pw.8
index 4cf52b6..5a93c52 100644
--- 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