diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-10-15 21:37:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-10-15 21:37:49 +0000 |
commit | 341c8c8ed59a438ab9c5441d9aa63d6e8eb17c20 (patch) | |
tree | 5d1ba6aca9080c217a27282400c9bdb8dbfc3960 | |
parent | 87669c06359a4afd1d04867d0188892092d3e978 (diff) | |
download | portage-341c8c8ed59a438ab9c5441d9aa63d6e8eb17c20.tar.gz portage-341c8c8ed59a438ab9c5441d9aa63d6e8eb17c20.tar.bz2 portage-341c8c8ed59a438ab9c5441d9aa63d6e8eb17c20.zip |
Add back info_vars docs accidentally removed in r14587. Thanks to Arfrever for
reporting.
svn path=/main/trunk/; revision=14609
-rw-r--r-- | man/portage.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/portage.5 b/man/portage.5 index 963a9d4f9..bcf065825 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -683,6 +683,9 @@ sys\-kernel .BR info_pkgs A list of all the packages which will be displayed when you run `emerge info`. .TP +.BR info_vars +A list of all the variables which will be displayed when you run `emerge info`. +.TP .BR license_groups This contains groups of licenses that may be specifed in the \fBACCEPT_LICENSE\fR variable (see \fBmake.conf\fR(5)). Refer |