summaryrefslogtreecommitdiff
path: root/sbin/bioctl
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-08-05 02:40:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-08-05 02:40:31 +0000
commit89b42dfbd24f1a88f5a3e8e4abe6c8299471223e (patch)
treec9318d73b30fb27242fbdcfbdd6a6e25e4497587 /sbin/bioctl
parent4c0ca52b954ce1d076f59b304c7cfe448b3ce046 (diff)
flash up the man page
Diffstat (limited to 'sbin/bioctl')
-rw-r--r--sbin/bioctl/bioctl.832
1 files changed, 16 insertions, 16 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8
index ac2311b6689..5c05bd6e990 100644
--- a/sbin/bioctl/bioctl.8
+++ b/sbin/bioctl/bioctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bioctl.8,v 1.21 2005/08/03 21:15:01 deraadt Exp $
+.\" $OpenBSD: bioctl.8,v 1.22 2005/08/05 02:40:30 deraadt Exp $
.\"
.\" Copyright (c) 2004, 2005 Marco Peereboom
.\"
@@ -33,7 +33,7 @@
.Nm bioctl
.Bk -words
.Op Fl Di
-.Op Fl a Ar function
+.Op Fl a Ar alarm-function
.Ar device
.Ek
.Sh DESCRIPTION
@@ -42,23 +42,23 @@ provides a generic interface for RAID management.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl a Ar function
-Control the RAID card's alarm functionality,
-if it supports it.
+.It Fl a Ar alarm-function
+Control the RAID card's alarm functionality, if supported.
.Ar function
may be one of:
-.Dq get
-(retrieve the current state of the alarm (enabled or disabled)),
-.Dq enable
-(enable the alarm on the RAID controller),
-.Dq disable
-(disable the alarm on the RAID controller),
-.Dq silence
-or
-.Dq quiet
-(silence the alarm if it is currently beeping).
+.Bl -tag -width Ds
+.It Ar get
+Retrieve the current alarm state (enabled or disabled)
+.It Ar enable
+Enable the alarm on the RAID controller
+.It Ar disable
+Disable the alarm on the RAID controller
+.It Ar silence | Ar quiet
+Silence the alarm if it is currently beeping
+.El
.Pp
-.Ar function
+The
+.Ar alarm-function
may be specified as given above,
or by the first letter only
(e.g. -a e).