Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103536 - [fr] Correction for the Gentoo Handbook
Summary: [fr] Correction for the Gentoo Handbook
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Translated Documentation (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Xavier Neys (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-23 18:24 UTC by Olivier Fisette (RETIRED)
Modified: 2005-08-24 01:11 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 Olivier Fisette (RETIRED) gentoo-dev 2005-08-23 18:24:08 UTC
The French translation of the Gentoo Handbook contains a typo in code listing 
4 in chapter 7.b. "Installer les sources". The code listing reads: 
 
ln -s linux-6.11-gentoo-r3 linux 
 
This should be: 
 
ln -s linux-2.6.11-gentoo-r3 linux 
 
The major kernel version is missing. Thanks to Sylvain Alain for noticing. 
French translation of the Gentoo Handbook 2005.1 is correct.
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2005-08-24 01:11:08 UTC
Fixed. Thanks for reporting.