diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-06-08 05:59:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-06-08 05:59:09 +0000 |
commit | 6a70a5f8cb19b0b95eea2127f2f23665101b5cb9 (patch) | |
tree | f32c3f61bc12faf2e4c9653c93ccd3d3830f8809 /man | |
parent | Output a message reminding the user to source /etc/profile. (diff) | |
download | eselect-6a70a5f8cb19b0b95eea2127f2f23665101b5cb9.tar.gz eselect-6a70a5f8cb19b0b95eea2127f2f23665101b5cb9.tar.bz2 eselect-6a70a5f8cb19b0b95eea2127f2f23665101b5cb9.zip |
Update man pages.
svn path=/trunk/; revision=586
Diffstat (limited to 'man')
-rw-r--r-- | man/editor.eselect.5 | 4 | ||||
-rw-r--r-- | man/package-manager.eselect.5 | 2 | ||||
-rw-r--r-- | man/pager.eselect.5 | 4 | ||||
-rw-r--r-- | man/visual.eselect.5 | 4 |
4 files changed, 11 insertions, 3 deletions
diff --git a/man/editor.eselect.5 b/man/editor.eselect.5 index 5230301..e334c5e 100644 --- a/man/editor.eselect.5 +++ b/man/editor.eselect.5 @@ -2,7 +2,7 @@ .\" Distributed under the terms of the GNU General Public License v2 .\" $Id$ .\" -.TH editor.eselect 5 "April 2009" "Gentoo Linux" eselect +.TH editor.eselect 5 "June 2009" "Gentoo Linux" eselect .SH NAME editor.eselect \- The EDITOR management module for Gentoo's eselect .SH SYNOPSIS @@ -51,6 +51,8 @@ or the name of an installed text editor. # eselect editor set emacs .br Setting EDITOR to /usr/bin/emacs ... +.br +Run "source /etc/profile" to update the variable in your shell. .SH ACTION: SHOW .B eselect editor show .br diff --git a/man/package-manager.eselect.5 b/man/package-manager.eselect.5 index 0bced1a..d6cbf78 100644 --- a/man/package-manager.eselect.5 +++ b/man/package-manager.eselect.5 @@ -50,6 +50,8 @@ or the corresponding package manager's name. # eselect package-manager set pkgcore .br Setting PACKAGE_MANAGER to pkgcore ... +.br +Run "source /etc/profile" to update the variable in your shell. .SH ACTION: SHOW .B eselect package-manager show .br diff --git a/man/pager.eselect.5 b/man/pager.eselect.5 index 7a24467..8067ec9 100644 --- a/man/pager.eselect.5 +++ b/man/pager.eselect.5 @@ -2,7 +2,7 @@ .\" Distributed under the terms of the GNU General Public License v2 .\" $Id$ .\" -.TH pager.eselect 5 "April 2009" "Gentoo Linux" eselect +.TH pager.eselect 5 "June 2009" "Gentoo Linux" eselect .SH NAME pager.eselect \- The PAGER management module for Gentoo's eselect .SH SYNOPSIS @@ -50,6 +50,8 @@ or the name of an installed terminal pager program. # eselect pager set 2 .br Setting PAGER to /usr/bin/less ... +.br +Run "source /etc/profile" to update the variable in your shell. .SH ACTION: SHOW .B eselect pager show .br diff --git a/man/visual.eselect.5 b/man/visual.eselect.5 index 393ffce..db3d7e4 100644 --- a/man/visual.eselect.5 +++ b/man/visual.eselect.5 @@ -2,7 +2,7 @@ .\" Distributed under the terms of the GNU General Public License v2 .\" $Id$ .\" -.TH visual.eselect 5 "April 2009" "Gentoo Linux" eselect +.TH visual.eselect 5 "June 2009" "Gentoo Linux" eselect .SH NAME visual.eselect \- The VISUAL management module for Gentoo's eselect .SH SYNOPSIS @@ -53,6 +53,8 @@ or the name of an installed text editor. # eselect visual set emacs .br Setting VISUAL to /usr/bin/emacs ... +.br +Run "source /etc/profile" to update the variable in your shell. .SH ACTION: SHOW .B eselect visual show .br |