Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281852 - Typo in the head-and-tail reference
Summary: Typo in the head-and-tail reference
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Devmanual (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 01:51 UTC by nico
Modified: 2010-04-18 11:04 UTC (History)
1 user (show)

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


Attachments
proposed patch (0001-Fix-typo-in-sed-example-after-xslt.patch,1.05 KB, patch)
2010-04-13 22:58 UTC, Dror Levin (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nico 2009-08-18 01:51:21 UTC
sed -n -e '/somestring/h ; ${} x ; p }'

should be

sed -n -e '/somestring/h ; ${ x ; p }'
Comment 1 Dror Levin (RETIRED) gentoo-dev 2010-04-13 22:58:36 UTC
Created attachment 227681 [details, diff]
proposed patch
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2010-04-18 11:04:09 UTC
Pushed. Thanks for the fix.