Bug #208743 - Update dosed docs to indicate that "s:${D}::g" is used
authorZac Medico <zmedico@gentoo.org>
Sat, 9 Feb 2008 22:18:52 +0000 (22:18 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 9 Feb 2008 22:18:52 +0000 (22:18 -0000)
as the default expression if none other is given. (trunk r9313)

svn path=/main/branches/2.1.2/; revision=9314

man/ebuild.5

index 61d3df7a3ff87b4c6e72759a692dea4a7b2961cc..9885175ccc39a56f6689919be24f65a380d29bd0 100644 (file)
@@ -727,7 +727,8 @@ multiple directories.
 .PD 1
 .TP
 \fBdosed\fR \fI"s:orig:change:g" <filename>\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