Fix character case in examples for "camcontrol security" - should be

"-U user" not "-u user".

PR:		193179
Submitted by:	milios ccsys com
MFC after:	3 days
This commit is contained in:
Gavin Atkinson 2014-08-31 10:28:31 +00:00
parent d903c21a64
commit 91804910e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270872

View File

@ -27,7 +27,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd November 20, 2013 .Dd August 31, 2014
.Dt CAMCONTROL 8 .Dt CAMCONTROL 8
.Os .Os
.Sh NAME .Sh NAME
@ -1884,12 +1884,12 @@ camcontrol security ada0
.Pp .Pp
Report security support and settings for ada0 Report security support and settings for ada0
.Bd -literal -offset indent .Bd -literal -offset indent
camcontrol security ada0 -u user -s MyPass camcontrol security ada0 -U user -s MyPass
.Ed .Ed
.Pp .Pp
Enable security on device ada0 with the password MyPass Enable security on device ada0 with the password MyPass
.Bd -literal -offset indent .Bd -literal -offset indent
camcontrol security ada0 -u user -e MyPass camcontrol security ada0 -U user -e MyPass
.Ed .Ed
.Pp .Pp
Secure erase ada0 which has had security enabled with user password MyPass Secure erase ada0 which has had security enabled with user password MyPass