svn commit: r271177 - in stable: 10/sbin/gbde 8/sbin/gbde 9/sbin/gbde
John Baldwin
jhb at FreeBSD.org
Fri Sep 5 17:44:12 UTC 2014
Author: jhb
Date: Fri Sep 5 17:44:10 2014
New Revision: 271177
URL: http://svnweb.freebsd.org/changeset/base/271177
Log:
MFC 270722:
Correct the destroy example. The -n argument is not needed (and is not
valid).
Approved by: re (gjb for 10)
Modified:
stable/9/sbin/gbde/gbde.8
Directory Properties:
stable/9/sbin/gbde/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/10/sbin/gbde/gbde.8
stable/8/sbin/gbde/gbde.8
Directory Properties:
stable/10/ (props changed)
stable/8/sbin/gbde/ (props changed)
Modified: stable/9/sbin/gbde/gbde.8
==============================================================================
--- stable/9/sbin/gbde/gbde.8 Fri Sep 5 17:22:20 2014 (r271176)
+++ stable/9/sbin/gbde/gbde.8 Fri Sep 5 17:44:10 2014 (r271177)
@@ -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-stable-9
mailing list