summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-14 07:17:59 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-14 07:17:59 +0000
commitd443c0baa17cad13096f77537fc266fae8a6ae77 (patch)
tree0d6d0d987af7063a7e26856f0913bda6a797a8c3 /man
parentNote that USE dependencies appear on the right hand side of SLOT dependencies. (diff)
downloadportage-multirepo-d443c0baa17cad13096f77537fc266fae8a6ae77.tar.gz
portage-multirepo-d443c0baa17cad13096f77537fc266fae8a6ae77.tar.bz2
portage-multirepo-d443c0baa17cad13096f77537fc266fae8a6ae77.zip
Add newlines so that first lines of tables display properly with man2html.
svn path=/main/trunk/; revision=11900
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.52
1 files changed, 2 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index e2fb43d6..a2b067dd 100644
--- 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] )