svn commit: r305758 - head/usr.sbin/pw

Warren Block wblock at FreeBSD.org
Tue Sep 13 02:18:30 UTC 2016


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


More information about the svn-src-all mailing list