projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a51d64d
)
Bug #208743 - Clarify dosed docs to indicate that sed is performed
author
Zac Medico
<zmedico@gentoo.org>
Fri, 8 Feb 2008 00:33:33 +0000
(
00:33
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 8 Feb 2008 00:33:33 +0000
(
00:33
-0000)
in place of a file in ${D}. (trunk r9287)
svn path=/main/branches/2.1.2/; revision=9288
man/ebuild.5
patch
|
blob
|
history
diff --git
a/man/ebuild.5
b/man/ebuild.5
index 2eaffcbc145ae34f2a54af588e561f0291972a47..61d3df7a3ff87b4c6e72759a692dea4a7b2961cc 100644
(file)
--- 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