Correct the destroy example. The -n argument is not needed (and is not

valid).

Reported by:	mwlucas
Reviewed by:	phk
MFC after:	1 week
This commit is contained in:
John Baldwin 2014-08-27 17:44:59 +00:00
parent fa2694eec8
commit 3419bf0107

View File

@ -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