summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-02-09 22:18:52 +0000
committerZac Medico <zmedico@gentoo.org>2008-02-09 22:18:52 +0000
commit86c61ffb0b100ef5c14c1242a184e5ee739f967f (patch)
tree615ca275020f6771a0c359c6cf0b9cd48b52e178 /man
parent35ff488dd57b6c131766e9bec82ae9c0b6fffe0f (diff)
downloadportage-86c61ffb0b100ef5c14c1242a184e5ee739f967f.tar.gz
portage-86c61ffb0b100ef5c14c1242a184e5ee739f967f.tar.bz2
portage-86c61ffb0b100ef5c14c1242a184e5ee739f967f.zip
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
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.53
1 files changed, 2 insertions, 1 deletions
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" <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