Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 10:28:31 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270872 - head/sbin/camcontrol
Message-ID:  <201408311028.s7VASVsX052385@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Sun Aug 31 10:28:31 2014
New Revision: 270872
URL: http://svnweb.freebsd.org/changeset/base/270872

Log:
  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

Modified:
  head/sbin/camcontrol/camcontrol.8

Modified: head/sbin/camcontrol/camcontrol.8
==============================================================================
--- head/sbin/camcontrol/camcontrol.8	Sun Aug 31 09:05:02 2014	(r270871)
+++ head/sbin/camcontrol/camcontrol.8	Sun Aug 31 10:28:31 2014	(r270872)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408311028.s7VASVsX052385>