Subject: misc/36707: Two little errors in options.4 and ksh.Man
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <jn_164@iinet.net.au>
List: netbsd-bugs
Date: 07/30/2007 14:35:00
>Number:         36707
>Category:       misc
>Synopsis:       Two little errors in options.4 and ksh.Man
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 30 14:35:00 +0000 2007
>Originator:     Joerg Niendorf
>Release:        options.4 rev 1.351  &  ksh.Man rev. 1.19
>Organization:
none
>Environment:
N/A

>Description:
In options.4 under "amd64-specific Options"/"options POWERNOW_K8" it
reads: "Include support for AMD Athlon 64 PowerNow! and Cool`n'Quiet
Technology, used to change the cpu and voltage frequency on the fly."

I think that should be "...cpu voltage and frequency" instead.

And in ksh.Man there is one "be" too many.

Please refer to the attached diffs.

>How-To-Repeat:
N/A

>Fix:
Index: options.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/options.4,v
retrieving revision 1.351
diff -b -u -r1.351 options.4
--- options.4	3 Jun 2007 19:35:26 -0000	1.351
+++ options.4	30 Jul 2007 12:21:15 -0000
@@ -2407,7 +2407,7 @@
 if supported.
 .It Cd options POWERNOW_K8
 Include support for AMD Athlon 64 PowerNow! and Cool`n'Quiet
-Technology, used to change the cpu and voltage frequency
+Technology, used to change the cpu voltage and frequency
 on the fly.
 .El
 .Ss atari-specific Options
Index: ksh.Man
===================================================================
RCS file: /cvsroot/src/bin/ksh/ksh.Man,v
retrieving revision 1.19
diff -b -u -r1.19 ksh.Man
--- ksh.Man	24 Oct 2006 18:30:25 -0000	1.19
+++ ksh.Man	30 Jul 2007 12:22:05 -0000
@@ -439,7 +439,7 @@
 .IP \ \ \(bu
 The single argument form
 of \fBtest\fP, which tests if the argument has non-zero length, is not valid
-- explicit operators must be always be used, \fIe.g.\fP, instead of
+- explicit operators must always be used, \fIe.g.\fP, instead of
 .ce
 \fB[\fP \fIstr\fP \fB]\fP
 use