From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E5D2138010 for ; Sat, 15 Sep 2012 20:36:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A31C21C01C; Sat, 15 Sep 2012 20:35:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E07DC21C01C for ; Sat, 15 Sep 2012 20:35:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52BFF33D31C for ; Sat, 15 Sep 2012 20:35:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0BE87E5444 for ; Sat, 15 Sep 2012 20:35:48 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1347739813.fdf56c71c6c4a77966215e7c8edce71b115c6b47.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: man/ X-VCS-Repository: proj/eselect X-VCS-Files: man/editor.eselect.5 man/pager.eselect.5 man/visual.eselect.5 X-VCS-Directories: man/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: fdf56c71c6c4a77966215e7c8edce71b115c6b47 X-VCS-Branch: master Date: Sat, 15 Sep 2012 20:35:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 55054bf4-f23a-4a9a-ba43-8bf4027bb305 X-Archives-Hash: 0b5337732baf73682538e29aa9bdb4bc commit: fdf56c71c6c4a77966215e7c8edce71b115c6b47 Author: Ulrich Müller gentoo org> AuthorDate: Sat Sep 15 20:10:13 2012 +0000 Commit: Ulrich Mueller gentoo 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