Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36849 - ROOTPATH description in Env.d Document is incorrect.
Summary: ROOTPATH description in Env.d Document is incorrect.
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: env.d HOWTO (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/env.d-ho...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-30 14:58 UTC by Shane Bush
Modified: 2003-12-31 02:47 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shane Bush 2003-12-30 14:58:26 UTC
ROOTPATH description in Env.d Document is incorrectly worded.  Located in the first Variable/Function block

Currently it states:  "This variable is like the one above, but it sets the default root for programs for root. An example of this would be something like ROOTPATH=/usr/local/bin:/opt/bin."

Note the first sentence at the end.  "sets the default *root* for programs for root".  I have put astericks above around the problem word, "root".  this should read: "sets the default path for programs for root."  OR preferably: "sets the default Path for programs ran as root."

And the corrected entry in its entirety:
"This variable is like the one above, but it sets the default Path for programs ran as root. An example of this would be something like ROOTPATH=/usr/local/bin:/opt/bin."

Very minor change, but will do lots for readability and coherence.

Thanks!

Reproducible: Always
Steps to Reproduce:
1. Go to Env.d Guide and look at the first Variable/Function block for ROOTPATH
2. ?
3. Profit?  (sorry had to do it) ;-)

Actual Results:  
n/a

Expected Results:  
Explained fully in Details section

n/a
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-12-31 02:47:15 UTC
Okay, thanks. The sentence was indeed flawed. I've corrected it by describing ROOTPATH as the variable that sets the PATH for the root user (which is the most accurate I believe).

The new documentation on the environment variables (in the handbook) doesn't suffer from this though.