diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
commit | 71e2293ad43d8745a8e735483e3f07631714be05 (patch) | |
tree | eb7d53179ad22344ae698f8aa866faa0e415686c /usr.sbin/mlxcontrol | |
parent | bb7634eb859aa29d7425840bb3ae3c7391c27b87 (diff) | |
download | FreeBSD-src-71e2293ad43d8745a8e735483e3f07631714be05.zip FreeBSD-src-71e2293ad43d8745a8e735483e3f07631714be05.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.sbin/mlxcontrol')
-rw-r--r-- | usr.sbin/mlxcontrol/mlxcontrol.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/mlxcontrol/mlxcontrol.8 b/usr.sbin/mlxcontrol/mlxcontrol.8 index dbc80df..723a780 100644 --- a/usr.sbin/mlxcontrol/mlxcontrol.8 +++ b/usr.sbin/mlxcontrol/mlxcontrol.8 @@ -30,31 +30,31 @@ .Nm mlxcontrol .Nd Mylex DAC-family RAID management utility .Sh SYNOPSIS -.Nm mlxcontrol +.Nm .Aq command .Op args -.Nm mlxcontrol +.Nm status .Op Fl qv .Op Ar drive -.Nm mlxcontrol +.Nm rescan .Ar controller .Op Ar controller ... -.Nm mlxcontrol +.Nm detach .Ar drive .Op Ar drive ... -.Nm mlxcontrol +.Nm detach .Fl a -.Nm mlxcontrol +.Nm check .Ar drive -.Nm mlxcontrol +.Nm config .Ar controller -.Nm mlxcontrol +.Nm help .Ar command .Sh DESCRIPTION |