From: Zac Medico Date: Sat, 9 Feb 2008 22:18:52 +0000 (-0000) Subject: Bug #208743 - Update dosed docs to indicate that "s:${D}::g" is used X-Git-Tag: v2.1.4.4~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=86c61ffb0b100ef5c14c1242a184e5ee739f967f;p=portage.git Bug #208743 - Update dosed docs to indicate that "s:${D}::g" is used as the default expression if none other is given. (trunk r9313) svn path=/main/branches/2.1.2/; revision=9314 --- diff --git a/man/ebuild.5 b/man/ebuild.5 index 61d3df7a3..9885175cc 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -727,7 +727,8 @@ multiple directories. .PD 1 .TP \fBdosed\fR \fI"s:orig:change:g" \fR -Performs sed in place on \fIfilename\fR inside ${D}. +Performs sed in place on \fIfilename\fR inside ${D}. If no expression is +given then \fI"s:${D}::g"\fR is used as the default expression. .br .BR 'dosed\ "s:/usr/local:/usr:g"\ /usr/bin/some\-script' runs sed on ${D}/usr/bin/some\-script