From: Zac Medico Date: Sat, 9 Feb 2008 22:05:24 +0000 (-0000) Subject: Bug #208743 - Update dosed docs to indicate that "s:${D}::g" is used X-Git-Tag: v2.2_pre1~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc7c0c205767bd091fe14044ba7e108e2d14062c;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. svn path=/main/trunk/; revision=9313 --- 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