aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2016-09-13 02:18:29 +0000
committerWarren Block <wblock@FreeBSD.org>2016-09-13 02:18:29 +0000
commitbb00e5490be1df0cdc3c1f30aa4ddb131c500238 (patch)
treee0d6a253accc8abb6af375af1da9d1df3df88550 /usr.sbin/pw
parent04a5c73b303b4d4c51a323f725769072068ed7c6 (diff)
Notes
Diffstat (limited to 'usr.sbin/pw')
-rw-r--r--usr.sbin/pw/pw.87
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8
index 4cf52b6c21f6..5a93c52bee60 100644
--- a/usr.sbin/pw/pw.8
+++ b/usr.sbin/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