aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-04-20 20:07:29 +0000
committerUlrich Müller <ulm@gentoo.org>2009-04-20 20:07:29 +0000
commit56076613435e985d159e9b746c3299a845f17f97 (patch)
tree351203254d2475fe22eb3bffba763fab36f24ab3 /man
parentAdd a comment. (diff)
downloadeselect-56076613435e985d159e9b746c3299a845f17f97.tar.gz
eselect-56076613435e985d159e9b746c3299a845f17f97.tar.bz2
eselect-56076613435e985d159e9b746c3299a845f17f97.zip
Add man pages for the new modules.
svn path=/trunk/; revision=480
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am7
-rw-r--r--man/editor.eselect.583
-rw-r--r--man/pager.eselect.581
-rw-r--r--man/visual.eselect.585
4 files changed, 254 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 0b78432..7d7f63d 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,11 +1,14 @@
man_MANS = eselect.1 \
bashcomp.eselect.5 \
binutils.eselect.5 \
+ editor.eselect.5 \
env.eselect.5 \
- profile.eselect.5 \
+ kernel.eselect.5 \
mailer.eselect.5 \
+ pager.eselect.5 \
+ profile.eselect.5 \
rc.eselect.5 \
- kernel.eselect.5
+ visual.eselect.5
EXTRA_DIST = $(man_MANS)
MAINTAINERCLEANFILES = Makefile.in
diff --git a/man/editor.eselect.5 b/man/editor.eselect.5
new file mode 100644
index 0000000..228e121
--- /dev/null
+++ b/man/editor.eselect.5
@@ -0,0 +1,83 @@
+.\" Copyright 2009 Gentoo Foundation
+.\" Distributed under the terms of the GNU General Public License v2
+.\" $Id$
+.\"
+.TH ESELECT 5 "April 2009" "Gentoo Linux" eselect
+.SH NAME
+editor.eselect \- The EDITOR management module for Gentoo's eselect
+.SH SYNOPSIS
+.B eselect editor
+.RB [ help | usage | version ]
+.br
+.B eselect editor list
+.br
+.B eselect editor set
+.I target
+.br
+.B eselect editor show
+.br
+.B eselect editor update
+.SH DESCRIPTION
+.B eselect
+is Gentoo's configuration and management tool. It features modules
+that care for the individual administrative tasks.
+.SH ACTION: LIST
+.B eselect editor list
+.br
+List available targets for the
+.I EDITOR
+variable.
+
+# eselect editor list
+.br
+Available targets for the EDITOR variable:
+.br
+ [1] /bin/nano *
+ [2] /usr/bin/emacs
+ [3] /usr/bin/vi
+ [ ] (free form)
+.SH ACTION: SET
+.B eselect editor set
+.I target
+.br
+Set the
+.I EDITOR
+variable in the system profile.
+.I target
+can be either an identification number given by
+.B eselect editor list
+or the name of an installed text editor.
+
+# eselect editor set emacs
+.br
+Setting EDITOR to /usr/bin/emacs ...
+.SH ACTION: SHOW
+.B eselect editor show
+.br
+Show the value of the
+.I EDITOR
+variable in the system profile.
+
+# eselect editor show
+.br
+EDITOR variable in profile:
+.br
+ /usr/bin/emacs
+.SH ACTION: UPDATE
+.B eselect editor update
+.br
+Update the
+.I EDITOR
+variable if it is unset or invalid.
+.SH FILES
+.TP
+.B /etc/env.d/99editor
+Configuration file where the variable is stored.
+.SH AUTHOR
+Ulrich Mueller <ulm@gentoo.org>
+.SH SEE ALSO
+.BR eselect (1),
+.BR visual.eselect (5),
+.BR environ (7)
+.SH REVISION
+$Id$
diff --git a/man/pager.eselect.5 b/man/pager.eselect.5
new file mode 100644
index 0000000..54335b8
--- /dev/null
+++ b/man/pager.eselect.5
@@ -0,0 +1,81 @@
+.\" Copyright 2009 Gentoo Foundation
+.\" Distributed under the terms of the GNU General Public License v2
+.\" $Id$
+.\"
+.TH ESELECT 5 "April 2009" "Gentoo Linux" eselect
+.SH NAME
+pager.eselect \- The PAGER management module for Gentoo's eselect
+.SH SYNOPSIS
+.B eselect pager
+.RB [ help | usage | version ]
+.br
+.B eselect pager list
+.br
+.B eselect pager set
+.I target
+.br
+.B eselect pager show
+.br
+.B eselect pager update
+.SH DESCRIPTION
+.B eselect
+is Gentoo's configuration and management tool. It features modules
+that care for the individual administrative tasks.
+.SH ACTION: LIST
+.B eselect pager list
+.br
+List available targets for the
+.I PAGER
+variable.
+
+# eselect pager list
+.br
+Available targets for the PAGER variable:
+.br
+ [1] /bin/more *
+ [2] /usr/bin/less
+ [ ] (free form)
+.SH ACTION: SET
+.B eselect pager set
+.I target
+.br
+Set the
+.I PAGER
+variable in the system profile.
+.I target
+can be either an identification number given by
+.B eselect pager list
+or the name of an installed terminal pager program.
+
+# eselect pager set 2
+.br
+Setting PAGER to /usr/bin/less ...
+.SH ACTION: SHOW
+.B eselect pager show
+.br
+Show the value of the
+.I PAGER
+variable in the system profile.
+
+# eselect pager show
+.br
+PAGER variable in profile:
+.br
+ /usr/bin/less
+.SH ACTION: UPDATE
+.B eselect pager update
+.br
+Update the
+.I PAGER
+variable if it is unset or invalid.
+.SH FILES
+.TP
+.B /etc/env.d/99pager
+Configuration file where the variable is stored.
+.SH AUTHOR
+Ulrich Mueller <ulm@gentoo.org>
+.SH SEE ALSO
+.BR eselect (1),
+.BR environ (7)
+.SH REVISION
+$Id$
diff --git a/man/visual.eselect.5 b/man/visual.eselect.5
new file mode 100644
index 0000000..394cd1e
--- /dev/null
+++ b/man/visual.eselect.5
@@ -0,0 +1,85 @@
+.\" Copyright 2009 Gentoo Foundation
+.\" Distributed under the terms of the GNU General Public License v2
+.\" $Id$
+.\"
+.TH ESELECT 5 "April 2009" "Gentoo Linux" eselect
+.SH NAME
+visual.eselect \- The VISUAL management module for Gentoo's eselect
+.SH SYNOPSIS
+.B eselect visual
+.RB [ help | usage | version ]
+.br
+.B eselect visual list
+.br
+.B eselect visual set
+.I target
+.br
+.B eselect visual show
+.br
+.B eselect visual update
+.SH DESCRIPTION
+.B eselect
+is Gentoo's configuration and management tool. It features modules
+that care for the individual administrative tasks.
+.SH ACTION: LIST
+.B eselect visual list
+.br
+List available targets for the
+.I VISUAL
+variable.
+
+# eselect visual list
+.br
+Available targets for the
+.I VISUAL
+variable:
+.br
+ [1] /bin/nano *
+ [2] /usr/bin/emacs
+ [3] /usr/bin/vi
+ [ ] (free form)
+.SH ACTION: SET
+.B eselect visual set
+.I target
+.br
+Set the
+.I VISUAL
+variable in the system profile.
+.I target
+can be either an identification number given by
+.B eselect visual list
+or the name of an installed text editor.
+
+# eselect visual set emacs
+.br
+Setting VISUAL to /usr/bin/emacs ...
+.SH ACTION: SHOW
+.B eselect visual show
+.br
+Show the value of the
+.I VISUAL
+variable in the system profile.
+
+# eselect visual show
+.br
+VISUAL variable in profile:
+.br
+ /usr/bin/emacs
+.SH ACTION: UPDATE
+.B eselect visual update
+.br
+Update the
+.I VISUAL
+variable if it is unset or invalid.
+.SH FILES
+.TP
+.B /etc/env.d/99editor
+Configuration file where the variable is stored.
+.SH AUTHOR
+Ulrich Mueller <ulm@gentoo.org>
+.SH SEE ALSO
+.BR eselect (1),
+.BR editor.eselect (5),
+.BR environ (7)
+.SH REVISION
+$Id$