summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-02-09 22:05:24 +0000
committerZac Medico <zmedico@gentoo.org>2008-02-09 22:05:24 +0000
commitfc7c0c205767bd091fe14044ba7e108e2d14062c (patch)
tree616b897003537f8a7db3851ee39744b561696ab1
parentadd tagging capabilities and cli options (diff)
downloadportage-multirepo-fc7c0c205767bd091fe14044ba7e108e2d14062c.tar.gz
portage-multirepo-fc7c0c205767bd091fe14044ba7e108e2d14062c.tar.bz2
portage-multirepo-fc7c0c205767bd091fe14044ba7e108e2d14062c.zip
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
-rw-r--r--man/ebuild.53
1 files changed, 2 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 61d3df7a..9885175c 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