summaryrefslogtreecommitdiffstats
path: root/sbin/ccdconfig/ccdconfig.8
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-06-04 06:41:26 +0000
committercharnier <charnier@FreeBSD.org>1998-06-04 06:41:26 +0000
commit74e9afca63d14aec311117ed6198d6ce5cb7e152 (patch)
tree8e00f1973a60ed0346fce8d29f92bcd506a388fc /sbin/ccdconfig/ccdconfig.8
parent65791359e874dca192d08d40eec1d2b51a757e9d (diff)
downloadFreeBSD-src-74e9afca63d14aec311117ed6198d6ce5cb7e152.zip
FreeBSD-src-74e9afca63d14aec311117ed6198d6ce5cb7e152.tar.gz
Correct use of .Nm, use .Bl/.El in FILES section. Add rcsid. Remove unused
#includes and make it a little more -Wall-friendly.
Diffstat (limited to 'sbin/ccdconfig/ccdconfig.8')
-rw-r--r--sbin/ccdconfig/ccdconfig.823
1 files changed, 14 insertions, 9 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8
index 3dfe787..16974e3 100644
--- a/sbin/ccdconfig/ccdconfig.8
+++ b/sbin/ccdconfig/ccdconfig.8
@@ -12,7 +12,7 @@
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
-.\" must display the following acknowledgement:
+.\" must display the following acknowledgment:
.\" This product includes software developed for the NetBSD Project
.\" by Jason R. Thorpe.
.\" 4. The name of the author may not be used to endorse or promote products
@@ -30,6 +30,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $Id$
+.\"
.Dd July 17, 1995
.Dt CCDCONFIG 8
.Os FreeBSD
@@ -43,7 +45,7 @@
.Ar ileave
.Op Ar flags
.Ar dev
-.Op Ar ...
+.Op Ar
.Nm ccdconfig
.Fl C
.Op Fl v
@@ -52,7 +54,7 @@
.Fl u
.Op Fl v
.Ar ccd
-.Op Ar ...
+.Op Ar
.Nm ccdconfig
.Fl U
.Op Fl v
@@ -75,7 +77,7 @@ The options are as follows:
.Bl -tag -width indent
.It Fl c
Configure a ccd. This is the default behavior of
-.Nm ccdconfig .
+.Nm Ns .
.It Fl C
Configure all ccd devices listed in the ccd configuration file.
.It Fl f Ar config_file
@@ -102,8 +104,8 @@ Unconfigure a ccd.
.It Fl U
Unconfigure all ccd devices listed the ccd configuration file.
.It Fl v
-Causes
-.Nm ccdconfig
+Cause
+.Nm
to be verbose.
.El
.Pp
@@ -145,12 +147,15 @@ interleave factor of 32 blocks.
.Ed
.Pp
.Sh FILES
-/etc/ccd.conf - default ccd configuration file.
+.Bl -tag -width /etc/ccd.conf -compact
+.It Pa /etc/ccd.conf
+default ccd configuration file
+.El
.Sh SEE ALSO
.Xr ccd 4 ,
-.Xr rc 8 .
+.Xr rc 8
.Sh HISTORY
The
-.Nm ccdconfig
+.Nm
command first appeared in
.Nx 1.0a .
OpenPOWER on IntegriCloud