Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 1998 02:51:48 +0900
From:      horikawa@jp.freebsd.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/8506: kbdcontrol.1 contains typo ("proceeded" should be "preceded")
Message-ID:  <19981031025148C.k-horik@yk.rim.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         8506
>Category:       docs
>Synopsis:       kbdcontrol.1 contains typo ("proceeded" should be "preceded")
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 30 10:00:01 PST 1998
>Last-Modified:
>Originator:     Kazuo Horikawa
>Organization:
jpman Project, Japan FreeBSD Users Group.
>Release:        FreeBSD 2.2.5-RELEASE i386
>Environment:

	src/usr.sbin/kbdcontrol/kbdcontrol.1 revision 1.10 (HEAD)

>Description:

	"man 1 kbdcontrol" shows:

	SYNOPSIS
	     kbdcontrol [-dFx] [-b duration.pitch | [quiet.]belltype] ...
	[snip]
     -b duration.pitch | belltype
             Set the bell duration in miliseconds and pitch in hertz.  If a
             belltype argument is specified, it may be one of normal which set
             sound parameters back to normal values, or visual which set the
             bell to visual mode, i.e. flashes the screen instead.  If
             belltype is proceeded by the word quiet., the bell will not be
                         ^^^^^^^^^
             rung when the ringing process is in the background vty.
	[snip]

	I think that "proceeded" should be "precedted".	

>How-To-Repeat:

	% man 1 kbdcontrol

>Fix:
	
--- kbdcontrol.1.orig	Sun Oct 25 04:12:09 1998
+++ kbdcontrol.1	Sat Oct 31 02:40:39 1998
@@ -36,7 +36,7 @@
 .Pp
 The following command line options are supported:
 .Bl -tag -width indent
-.It Fl b Ar duration.pitch | Ar belltype
+.It Fl b Ar duration.pitch | Ar [quiet.]belltype
 Set the bell duration in miliseconds and pitch in hertz. 
 If a 
 .Ar belltype
@@ -47,7 +47,7 @@
 which set the bell to visual mode, i.e. flashes the screen instead.
 If 
 .Ar belltype
-is proceeded by the word
+is preceded by the word
 .Ar quiet. ,
 the bell will not be rung when the ringing process is in the background vty.
 .It Fl r Ar delay.repeat | Ar speed
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981031025148C.k-horik>