summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-02-08 00:33:33 +0000
committerZac Medico <zmedico@gentoo.org>2008-02-08 00:33:33 +0000
commitd165b71efad44d3486a73efd68367f51404e506c (patch)
tree0350b3f62d2002a2ae795b8f39b42eddbe583eb7
parentBug #208782 - Consistently use double quotes rather than mixining in single (diff)
downloadportage-multirepo-d165b71efad44d3486a73efd68367f51404e506c.tar.gz
portage-multirepo-d165b71efad44d3486a73efd68367f51404e506c.tar.bz2
portage-multirepo-d165b71efad44d3486a73efd68367f51404e506c.zip
Bug #208743 - Clarify dosed docs to indicate that sed is performed
in place of a file in ${D}. (trunk r9287) svn path=/main/branches/2.1.2/; revision=9288
-rw-r--r--man/ebuild.52
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 2eaffcbc..61d3df7a 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -727,7 +727,7 @@ multiple directories.
.PD 1
.TP
\fBdosed\fR \fI"s:orig:change:g" <filename>\fR
-Performs sed (including cp/mv \fIfilename\fR) on \fIfilename\fR.
+Performs sed in place on \fIfilename\fR inside ${D}.
.br
.BR 'dosed\ "s:/usr/local:/usr:g"\ /usr/bin/some\-script'
runs sed on ${D}/usr/bin/some\-script