projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb9fcb
)
Add newlines so that first lines of tables display properly with man2html.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 14 Nov 2008 07:17:59 +0000
(07:17 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 14 Nov 2008 07:17:59 +0000
(07:17 -0000)
svn path=/main/trunk/; revision=11900
man/ebuild.5
patch
|
blob
|
history
diff --git
a/man/ebuild.5
b/man/ebuild.5
index e2fb43d6b8ef2dc503cdd327eabe2f8f6b7f4b4d..a2b067dd4b595fa5504bf6de2e9e5216821de0bf 100644
(file)
--- a/
man/ebuild.5
+++ b/
man/ebuild.5
@@
-282,6
+282,7
@@
l l
__
l l.
Example Meaning
+
foo[bar] foo must have bar enabled
foo[bar,baz] foo must have both bar and baz enabled
foo[\-bar,baz] foo must have bar disabled and baz enabled
@@
-294,6
+295,7
@@
l l
__
l l.
Compact Form Equivalent Expanded Form
+
foo[bar?] bar? ( foo[bar] ) !bar? ( foo )
foo[!bar?] bar? ( foo ) !bar? ( foo[\-bar] )
foo[bar=] bar? ( foo[bar] ) !bar? ( foo[\-bar] )