Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111570 - ebuild(5) man page typo
Summary: ebuild(5) man page typo
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: Portage Documentation (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-05 09:42 UTC by Thomas Pani
Modified: 2005-11-05 12:54 UTC (History)
0 users

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 Thomas Pani 2005-11-05 09:42:28 UTC
The example's header in the ebuild.5 man page reads 
'# $Header:' though it should be 
'# $Header: $'

Reproducible: Always
Steps to Reproduce:
1. man 5 ebuild
2. EXAMPLES section
Comment 1 SpanKY gentoo-dev 2005-11-05 12:54:16 UTC
this was because cvs would replace that automatically with the expanded header
value for ebuild.5 in cvs, but since we're using svn now, it should be safe to
change