aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-09-22 13:56:37 +0000
committerUlrich Müller <ulm@gentoo.org>2008-09-22 13:56:37 +0000
commit079dab68e28b28b3d38042baf42aa9f12bb22a5e (patch)
treeb3480f4760250e6c870e3dceaa1679401d2236d6 /man
parentFix man page issues, bug 172636. (diff)
downloadeselect-079dab68e28b28b3d38042baf42aa9f12bb22a5e.tar.gz
eselect-079dab68e28b28b3d38042baf42aa9f12bb22a5e.tar.bz2
eselect-079dab68e28b28b3d38042baf42aa9f12bb22a5e.zip
Sync from current stable eselect-emacs-1.5 version.
svn path=/trunk/; revision=390
Diffstat (limited to 'man')
-rw-r--r--man/ctags.eselect.522
-rw-r--r--man/emacs.eselect.517
2 files changed, 26 insertions, 13 deletions
diff --git a/man/ctags.eselect.5 b/man/ctags.eselect.5
index f0972d3..ff2cf40 100644
--- a/man/ctags.eselect.5
+++ b/man/ctags.eselect.5
@@ -1,10 +1,11 @@
-.\" Copyright 1999-2007 Gentoo Foundation
+.\" Copyright 1999-2008 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
-.TH "ESELECT" "5" "August 2007" "Gentoo Linux" "eselect"
+.TH "ESELECT" "5" "May 2008" "Gentoo Linux" "eselect"
.SH "NAME"
-ctags.eselect \- The ctags management module for Gentoo's eselect
+ctags.eselect, etags.eselect \- The ctags and etags management module
+for Gentoo's eselect
.SH "SYNOPSIS"
\fBeselect ctags\fR [\fBhelp\fR|\fBusage\fR]
.br
@@ -18,6 +19,9 @@ ctags.eselect \- The ctags management module for Gentoo's eselect
.SH "DESCRIPTION"
\fBeselect\fR is Gentoo's configuration and management tool. It features
modules that care for the individual administrative tasks.
+
+The \fBctags\fR and \fBetags\fR eselect modules share a common syntax,
+therefore this man page collectively refers to them as \fBctags\fR.
.SH "ACTION: LIST"
\fBeselect ctags list\fR
.br
@@ -38,7 +42,7 @@ one installed version.
# eselect ctags set 2
.br
-Switching to exuberant-ctags ...
+Switching ctags to exuberant-ctags ...
.SH "ACTION: SHOW"
\fBeselect ctags show\fR
.br
@@ -58,10 +62,16 @@ but not the provider (i.e. Emacs vs Exuberant). At the moment only
# eselect ctags update
.br
-Switching to exuberant-ctags ...
+Switching ctags to exuberant-ctags ...
+.br
+Switching etags to etags-emacs-22 ...
.SH "BUGS"
Under FreeBSD, \fBeselect ctags\fR does not work since \fBctags\fR is
-a real binary (owned by package freebsd-ubin).
+a real binary, owned by package freebsd-ubin. (\fBeselect etags\fR
+does work though.)
+
+\fBeselect etags\fR does not display any valid targets if there is no
+Emacs variant installed. This is a feature.
.SH "AUTHOR"
Ulrich Mueller <ulm@gentoo.org>
.SH "SEE ALSO"
diff --git a/man/emacs.eselect.5 b/man/emacs.eselect.5
index 4bf664e..694108e 100644
--- a/man/emacs.eselect.5
+++ b/man/emacs.eselect.5
@@ -1,8 +1,8 @@
-.\" Copyright 1999-2007 Gentoo Foundation
+.\" Copyright 1999-2008 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
-.TH "ESELECT" "5" "August 2007" "Gentoo Linux" "eselect"
+.TH "ESELECT" "5" "May 2008" "Gentoo Linux" "eselect"
.SH "NAME"
emacs.eselect \- The Emacs management module for Gentoo's eselect
.SH "SYNOPSIS"
@@ -40,9 +40,11 @@ one installed version.
# eselect emacs set 3
.br
-Switching to emacs-22 ...
+Switching emacs to emacs-22 ...
.br
-Switching to ctags-emacs-22 ...
+Switching ctags to ctags-emacs-22 ...
+.br
+Switching etags to etags-emacs-22 ...
.SH "ACTION: SHOW"
\fBeselect emacs show\fR
.br
@@ -62,10 +64,11 @@ overridden.
# eselect emacs update
.br
-Switching to emacs-22 ...
+Switching emacs to emacs-22 ...
.br
-Switching to ctags-emacs-22 ...
-
+Switching ctags to ctags-emacs-22 ...
+.br
+Switching etags to etags-emacs-22 ...
.SH "AUTHORS"
Christian Faulhammer <opfer@gentoo.org>
.br