From 8639e39d6c13306661261a3cb66c6827bcd2d26c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 Jul 2012 01:41:48 -0400 Subject: ebuild(5): note that keepdir/dodir accept multiple paths Current documentation indicates these only take one path, but they both accept an arbitrary number of paths. Signed-off-by: Mike Frysinger --- man/ebuild.5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 8ed813683..a65fef23a 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -615,7 +615,7 @@ CFLAGS, CXXFLAGS, FFLAGS, FCFLAGS, and LDFLAGS variables. This should contain a list of file paths, relative to the image directory, of files that contain .hash sections. The paths may contain regular expressions with escape\-quoted special characters. This variable is deprecated. Use -\fBQA_FLAGS_IGNORED\f instead. +\fBQA_FLAGS_IGNORED\fR instead. .br This variable is intended to be used on files of binary packages which ignore LDFLAGS variable. @@ -1105,8 +1105,8 @@ that this expression does \fBNOT\fR use the offset prefix. .BR 'dosed\ "s:/usr/local:/usr:g"\ /usr/bin/some\-script' runs sed on ${ED}/usr/bin/some\-script .TP -\fBdodir\fR \fI\fR -Creates a directory inside of ${ED}. +\fBdodir\fR \fI [more paths]\fR +Creates directories inside of ${ED}. .br .BR 'dodir\ /usr/lib/apache' creates ${ED}/usr/lib/apache. Note that the do* functions will run @@ -1122,8 +1122,8 @@ Sets the root (\fIDESTTREE\fR) for other functions like \fBdobin\fR, .br The default root is /usr. .TP -\fBkeepdir\fR \fI\fR -Tells portage to leave a directory behind even if it is empty. Functions +\fBkeepdir\fR \fI [more paths]\fR +Tells portage to leave directories behind even if they're empty. Functions the same as \fBdodir\fR. .TP \fBdobin\fR \fI [list of more binaries]\fR -- cgit v1.2.3-1-g7c22