diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
commit | 610a5778c5c8d73cb2bbbe7761f8cb312dc96392 (patch) | |
tree | 201726ab6d3926ac9639b0be8a4461fd45c51b66 /usr.sbin/kbdcontrol | |
parent | 1c59150ad7f1c8cbac72f0a1c662d910b25a3282 (diff) | |
download | src-test2-610a5778c5c8d73cb2bbbe7761f8cb312dc96392.tar.gz src-test2-610a5778c5c8d73cb2bbbe7761f8cb312dc96392.zip |
Notes
Diffstat (limited to 'usr.sbin/kbdcontrol')
-rw-r--r-- | usr.sbin/kbdcontrol/kbdcontrol.1 | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1 index a84652d00f6d..f2eaf2222acd 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.1 +++ b/usr.sbin/kbdcontrol/kbdcontrol.1 @@ -22,8 +22,14 @@ .Sh SYNOPSIS .Nm .Op Fl dFKix -.Op Fl b Ar duration.pitch | Ar belltype -.Op Fl r Ar delay.repeat | Ar speed +.Oo +.Fl b +.Ar duration . Ns Ar pitch | Ar belltype +.Oc +.Oo +.Fl r +.Ar delay . Ns Ar repeat | Ar speed +.Oc .Op Fl l Ar keymap_file .Op Fl f Ar # Ar string .Op Fl h Ar size @@ -47,7 +53,9 @@ below. .Pp The following command line options are supported: .Bl -tag -width indent -.It Fl b Ar duration.pitch | Ar belltype +.It Fl b Xo +.Ar duration . Ns Ar pitch | Ar belltype +.Xc Set the bell duration in milliseconds and pitch in hertz. If a .Ar belltype @@ -63,7 +71,9 @@ If is preceded by the word .Cm quiet. , the bell will not be rung when the ringing process is in the background vty. -.It Fl r Ar delay.repeat | Ar speed +.It Fl r Xo +.Ar delay . Ns Ar repeat | Ar speed +.Xc Set keyboard .Ar delay (250, 500, 750, 1000) |