Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15498 - Typos and grammatical errors in baselayout
Summary: Typos and grammatical errors in baselayout
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-11 09:33 UTC by kfm
Modified: 2003-02-28 09:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
rc-help.sh.patch (rc-help.sh.patch,7.38 KB, patch)
2003-02-11 12:41 UTC, SpanKY
Details | Diff
depscan.sh.bash.patch (depscan.sh.bash.patch,896 bytes, patch)
2003-02-11 12:46 UTC, SpanKY
Details | Diff
functions.sh.patch (functions.sh.patch,314 bytes, patch)
2003-02-11 12:48 UTC, SpanKY
Details | Diff
runscript.sh.patch (runscript.sh.patch,825 bytes, patch)
2003-02-11 12:50 UTC, SpanKY
Details | Diff
gendepends.awk.patch (gendepends.awk.patch,537 bytes, patch)
2003-02-11 12:53 UTC, SpanKY
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kfm 2003-02-11 09:33:47 UTC
Hi, 
 
I've noticed some types and grammatical issues in the help that's printed when you run an init.d 
script without any parameters (for example, /etc/init.d/modules). I've also noticed an issue with 
the help displayed by emerge --help. In the case of the latter I propose that the following text: 
 
"without checking for outdated. versions. This thus effectively removes" 
 
is changed to: 
 
"without checking for outdated versions, effectively removing" 
 
as this makes for better English and gets rid of the erroneous fullstop :-) 
 
The following shows all the adjustments I propose for the former (the standard help text given 
by running an init.d script), in the order that the mistakes occur in the text: 
 
"dependancies" should be "dependencies" 
"usefull" should be "useful" 
 
"lists the services that depends on this one" should be "lists the 
services that depend on this one" 
 
"Gentoo RC-Scritps" should be "Gentoo RC-Scripts" 
 
"This is all the services" should be "These are all the services" 
 
"this service will nerver get started" should be "this service will 
never get started" 
 
"This can be seen as optional services this service depends on, but is 
not critical for it to start" better written as "This can be seen as 
representing optional services this service depends on that are not 
critical for it to start" 
 
"do not denote dependancy" better written as "do not denote a 
dependency" 
 
"should be used for order changes that should only be honoured during a 
change of runlevel" should be "should be used for order changes that 
will only be honoured during a change of runlevel" 
 
"All services listed will get started *after* the current service, in 
other words, this service" better written as "All services listed will 
get started *after* the current service. In other words, this service" 
 
"This is not really a dependancy type, but rather enable" should be 
"This is not really a dependency type, rather it will enable" 
 
"This is usefull if there" should be "This is useful if there" 
 
"specific service type, like system loggers or crons for instance"  
better written as "specific service type, system loggers or crons for 
instance" (or you could even use a ; instead of a ,) 
 
"will make the service be the first to start" better written as "will 
make the service start first" (IMO) 
 
"be carefull" should be "be careful" 
 
"as I really will not recommend" better written as "as it is not 
recommended to" (or if you want to keep it personal: "as I cannot 
recommend") 
 
"A few examples is the" should be "A few examples are the" 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2003-02-11 12:40:03 UTC
az: you may have to do some research/testing due to the 'dependancy' misspelling ... i dont know what all uses that word when spelled with an a ...
Comment 2 SpanKY gentoo-dev 2003-02-11 12:41:59 UTC
Created attachment 8166 [details, diff]
rc-help.sh.patch
Comment 3 SpanKY gentoo-dev 2003-02-11 12:46:18 UTC
Created attachment 8167 [details, diff]
depscan.sh.bash.patch
Comment 4 SpanKY gentoo-dev 2003-02-11 12:48:16 UTC
Created attachment 8168 [details, diff]
functions.sh.patch
Comment 5 SpanKY gentoo-dev 2003-02-11 12:50:31 UTC
Created attachment 8169 [details, diff]
runscript.sh.patch
Comment 6 SpanKY gentoo-dev 2003-02-11 12:53:50 UTC
Created attachment 8170 [details, diff]
gendepends.awk.patch
Comment 7 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-28 09:50:16 UTC
Fixed on CVS, thanks.