svn commit: r270722 - head/sbin/gbde

John Baldwin jhb at FreeBSD.org
Wed Aug 27 17:45:00 UTC 2014


Author: jhb
Date: Wed Aug 27 17:44:59 2014
New Revision: 270722
URL: http://svnweb.freebsd.org/changeset/base/270722

Log:
  Correct the destroy example.  The -n argument is not needed (and is not
  valid).
  
  Reported by:	mwlucas
  Reviewed by:	phk
  MFC after:	1 week

Modified:
  head/sbin/gbde/gbde.8

Modified: head/sbin/gbde/gbde.8
==============================================================================
--- head/sbin/gbde/gbde.8	Wed Aug 27 17:16:52 2014	(r270721)
+++ head/sbin/gbde/gbde.8	Wed Aug 27 17:44:59 2014	(r270722)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 1, 2013
+.Dd August 27, 2014
 .Dt GBDE 8
 .Os
 .Sh NAME
@@ -235,7 +235,7 @@ pass-phrase:
 .Pp
 To destroy all copies of the masterkey:
 .Pp
-.Dl "gbde destroy ada0s1f -n -1"
+.Dl "gbde destroy ada0s1f"
 .Sh SEE ALSO
 .Xr gbde 4 ,
 .Xr geom 4


More information about the svn-src-head mailing list