summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2014-08-31 10:28:31 +0000
committergavin <gavin@FreeBSD.org>2014-08-31 10:28:31 +0000
commitd5f758fb1506ec33434d0f540d320ef0a61d4c57 (patch)
treec0ec12cef40f5aea3be2d920a9b2c62cbdc1b5f9 /sbin
parent3baf385084145c28ca0e0236e26e8dc4c0bc7519 (diff)
downloadFreeBSD-src-d5f758fb1506ec33434d0f540d320ef0a61d4c57.zip
FreeBSD-src-d5f758fb1506ec33434d0f540d320ef0a61d4c57.tar.gz
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
Diffstat (limited to 'sbin')
-rw-r--r--sbin/camcontrol/camcontrol.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8
index 0c42564..0fc7c1a 100644
--- a/sbin/camcontrol/camcontrol.8
+++ b/sbin/camcontrol/camcontrol.8
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 20, 2013
+.Dd August 31, 2014
.Dt CAMCONTROL 8
.Os
.Sh NAME
@@ -1884,12 +1884,12 @@ camcontrol security ada0
.Pp
Report security support and settings for ada0
.Bd -literal -offset indent
-camcontrol security ada0 -u user -s MyPass
+camcontrol security ada0 -U user -s MyPass
.Ed
.Pp
Enable security on device ada0 with the password MyPass
.Bd -literal -offset indent
-camcontrol security ada0 -u user -e MyPass
+camcontrol security ada0 -U user -e MyPass
.Ed
.Pp
Secure erase ada0 which has had security enabled with user password MyPass
OpenPOWER on IntegriCloud