public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/eselect:master commit in: man/
@ 2012-09-15 20:35 Ulrich Mueller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller @ 2012-09-15 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     fdf56c71c6c4a77966215e7c8edce71b115c6b47
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 20:10:13 2012 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 20:10:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=fdf56c71

Update man pages for editor, pager, and visual modules.

This follows the change in libs/editor-variable.bash.in,
commit 1619d226b7a90347a525cd5a3042dcdce400a987.

---
 man/editor.eselect.5 |    4 ++--
 man/pager.eselect.5  |    4 ++--
 man/visual.eselect.5 |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/man/editor.eselect.5 b/man/editor.eselect.5
index b92e1bf..38aa4a5 100644
--- a/man/editor.eselect.5
+++ b/man/editor.eselect.5
@@ -2,7 +2,7 @@
 .\" Copyright 2009-2012 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
-.TH editor.eselect 5 "June 2009" "Gentoo Linux" eselect
+.TH editor.eselect 5 "September 2012" "Gentoo Linux" eselect
 .SH NAME
 editor.eselect \- The EDITOR management module for Gentoo's eselect
 .SH SYNOPSIS
@@ -52,7 +52,7 @@ or the name of an installed text editor.
 .br
 Setting EDITOR to /usr/bin/emacs ...
 .br
-Run "source /etc/profile" to update the variable in your shell.
+Run ". /etc/profile" to update the variable in your shell.
 .SH ACTION: SHOW
 .B eselect editor show
 .br

diff --git a/man/pager.eselect.5 b/man/pager.eselect.5
index 61aded7..56ee9fa 100644
--- a/man/pager.eselect.5
+++ b/man/pager.eselect.5
@@ -2,7 +2,7 @@
 .\" Copyright 2009-2012 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
-.TH pager.eselect 5 "June 2009" "Gentoo Linux" eselect
+.TH pager.eselect 5 "September 2012" "Gentoo Linux" eselect
 .SH NAME
 pager.eselect \- The PAGER management module for Gentoo's eselect
 .SH SYNOPSIS
@@ -51,7 +51,7 @@ or the name of an installed terminal pager program.
 .br
 Setting PAGER to /usr/bin/less ...
 .br
-Run "source /etc/profile" to update the variable in your shell.
+Run ". /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 02d594b..0a71f43 100644
--- a/man/visual.eselect.5
+++ b/man/visual.eselect.5
@@ -2,7 +2,7 @@
 .\" Copyright 2009-2012 Gentoo Foundation
 .\" Distributed under the terms of the GNU GPL version 2 or later
 .\"
-.TH visual.eselect 5 "June 2009" "Gentoo Linux" eselect
+.TH visual.eselect 5 "September 2012" "Gentoo Linux" eselect
 .SH NAME
 visual.eselect \- The VISUAL management module for Gentoo's eselect
 .SH SYNOPSIS
@@ -54,7 +54,7 @@ or the name of an installed text editor.
 .br
 Setting VISUAL to /usr/bin/emacs ...
 .br
-Run "source /etc/profile" to update the variable in your shell.
+Run ". /etc/profile" to update the variable in your shell.
 .SH ACTION: SHOW
 .B eselect visual show
 .br


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/eselect:master commit in: man/
@ 2013-08-05  6:43 Ulrich Mueller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller @ 2013-08-05  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2526faeaa46b81991abe6bbe6a8fe8232c232a4d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  5 06:43:51 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 06:43:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=2526faea

Remove stale man page for bashcomp module.

* man/bashcomp.eselect.5: Remove stale man page.
* man/Makefile.am (man_MANS): Remove bashcomp.eselect.5 from list.

---
 man/Makefile.am        |  1 -
 man/bashcomp.eselect.5 | 66 --------------------------------------------------
 2 files changed, 67 deletions(-)

diff --git a/man/Makefile.am b/man/Makefile.am
index f4c5e88..fa9964c 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,6 +1,5 @@
 man_MANS = \
 	eselect.1 \
-	bashcomp.eselect.5 \
 	binutils.eselect.5 \
 	editor.eselect.5 \
 	env.eselect.5 \

diff --git a/man/bashcomp.eselect.5 b/man/bashcomp.eselect.5
deleted file mode 100644
index eb87dcd..0000000
--- a/man/bashcomp.eselect.5
+++ /dev/null
@@ -1,66 +0,0 @@
-.\" Copyright 2005-2013 Gentoo Foundation
-.\" Distributed under the terms of the GNU GPL version 2 or later
-.\"
-.TH bashcomp.eselect 5 "April 2009" "Gentoo Linux" eselect
-.SH NAME
-bashcomp.eselect \- Manage contributed bash-completion scripts
-.SH SYNOPSIS
-.B eselect bashcomp
-.RB [ help | usage | version ]
-.br
-.B eselect bashcomp list
-.RB [ \-\-global ]
-.br
-.B eselect bashcomp enable
-.RB [ \-\-global ]
-.RI [ bashcomp ...]
-.br
-.B eselect bashcomp disable
-.RB [ \-\-global ]
-.RI [ bashcomp ...]
-.SH DESCRIPTION
-.B eselect
-is Gentoo's configuration and management tool.  It features modules
-that care for individual administrative tasks.
-.SH ACTION: LIST
-.B eselect bashcomp list
-.RB [ \-\-global ]
-.br
-Display a list of available contributed bash-completion scripts.
-Enabled bash-completions are marked with a '*'.  If the
-.B \-\-global
-option is specified, list globally enabled completions.
-
-$ eselect bashcomp list
-.br
-Available completions:
-  [1]  bitkeeper
-  [2]  cowsay *
-.SH ACTION: ENABLE
-.B eselect bashcomp enable
-.RB [ \-\-global ]
-.RI [ bashcomp ...]
-.br
-Enable the specified completion(s).  Arguments may be a completion
-name or a corresponding number produced by
-.B eselect bashcomp
-.BR list .
-If the
-.B \-\-global
-option is specified, enable globally (for all users).
-.SH ACTION: DISABLE
-.B eselect bashcomp disable
-.RB [ \-\-global ]
-.RI [ bashcomp ...]
-.br
-Disable the specified completion(s).  Arguments may be a completion
-name or a corresponding number produced by
-.B eselect bashcomp
-.BR list .
-If the
-.B \-\-global
-option is specified, disable globally (for all users).
-.SH AUTHOR
-Aaron Walker  <ka0ttic@gentoo.org>
-.SH SEE ALSO
-.BR eselect (1)


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/eselect:master commit in: man/
@ 2013-08-24 22:01 Ulrich Mueller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller @ 2013-08-24 22:01 UTC (permalink / raw
  To: gentoo-commits

commit:     56a0175eed12b4ddc9f1ce028019656d98c30e88
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 22:02:37 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 22:02:37 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=56a0175e

Use relative symlinks for man pages.

* man/Makefile.am (install-symlink-%): Use relative symlinks.

---
 man/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/Makefile.am b/man/Makefile.am
index fa9964c..f93b85b 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -20,5 +20,5 @@ install-data-local : $(foreach f, $(symlinks), install-symlink-$(f))
 
 install-symlink-% : install-man
 	ln -snf \
-		$(mandir)/man5/$(shell echo $* | $(dosed)) \
+		../man5/$(shell echo $* | $(dosed)) \
 		$(DESTDIR)$(mandir)/man1/$*.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-24 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-15 20:35 [gentoo-commits] proj/eselect:master commit in: man/ Ulrich Mueller
  -- strict thread matches above, loose matches on Subject: below --
2013-08-05  6:43 Ulrich Mueller
2013-08-24 22:01 Ulrich Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox