public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Paul Varner" <fuzzyray@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: man/
Date: Thu, 17 Jan 2013 22:58:40 +0000 (UTC)	[thread overview]
Message-ID: <1358463422.66e2956afe8a0b333ecca68d7e618aa6d8aba71a.fuzzyray@gentoo> (raw)

commit:     66e2956afe8a0b333ecca68d7e618aa6d8aba71a
Author:     Paul Varner <fuzzyray <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 22:57:02 2013 +0000
Commit:     Paul Varner <fuzzyray <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 22:57:02 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=66e2956a

Change /etc/make.conf references in man pages to make.conf

---
 man/eclean.1         |    4 ++--
 man/euse.1           |    4 ++--
 man/revdep-rebuild.1 |    8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/man/eclean.1 b/man/eclean.1
index de1daee..a6bad31 100644
--- a/man/eclean.1
+++ b/man/eclean.1
@@ -82,14 +82,14 @@ Units are: y (years), m (months), w (weeks), d (days) and h (hours).
 .SS "Actions"
 .TP
 \fBdistfiles\fR
-Clean files from /usr/portage/distfiles (or whatever else is your DISTDIR in /etc/make.conf).
+Clean files from /usr/portage/distfiles (or whatever else is your DISTDIR in make.conf).
 This action should be useful to almost any Gentoo user, we all have to big DISTDIRs sometime...
 .br
 \fBeclean\-dist\fP is a shortcut to call eclean with the "distfiles" action, for simplified
 command\-line.
 .TP
 \fBpackages\fR
-Clean files from /usr/portage/packages (or whatever else is your PKGDIR in /etc/make.conf).
+Clean files from /usr/portage/packages (or whatever else is your PKGDIR in make.conf).
 This action is in particular useful for people who use the "buildpkg" or "buildsyspkg"
 FEATURES flags.
 .br

diff --git a/man/euse.1 b/man/euse.1
index 0c284d1..c3cde74 100644
--- a/man/euse.1
+++ b/man/euse.1
@@ -7,7 +7,7 @@ euse \- Gentoo: command line USE flag editor
 .SH "DESCRIPTION"
 .PP
 .I euse
-is used to set(disable/enable) USE flags in /etc/make.conf without having to edit
+is used to set(disable/enable) USE flags in make.conf without having to edit
 the file directly. It is also used to get detail information about use flags
 like description, status of flags(enabled/disabled), type of flag(global/local)
 etc.
@@ -78,7 +78,7 @@ Show the help message listing all the available flags and a short description
 \fB\-v, \-\-version\fI
 Show the version information
 .SH "FILES"
-/etc/make.conf
+/etc/make.conf and/or /etc/portage/make.conf
 .br
 /etc/make.profile/make.defaults
 .br

diff --git a/man/revdep-rebuild.1 b/man/revdep-rebuild.1
index d2d2d58..59d7def 100644
--- a/man/revdep-rebuild.1
+++ b/man/revdep-rebuild.1
@@ -57,17 +57,17 @@ SEARCH_DIRS \- List of directories to search for executables and libraries
 .LP
 SEARCH_DIRS_MASK \- List of directories to not search
 
-You can prepend to these variables by setting the variable in your environment prior to execution, by placing an entry in /etc/make.conf, or by placing a file in /etc/revdep\-rebuild containing the appropriate variables.
+You can prepend to these variables by setting the variable in your environment prior to execution, by placing an entry in make.conf, or by placing a file in /etc/revdep\-rebuild containing the appropriate variables.
 
 The variables are read and set in the following order:
 
 environment settings \- one time changes by user
 .br
-/etc/make.conf \- persistent changes by user
+make.conf \- persistent changes by user
 .br
 /etc/revdep\-rebuild/* \- persistent changes by ebuild authors
 
-While a user can edit and modify the files in the /etc/revdep\-rebuild directory, please be aware that the /etc/revdep\-rebuild directory is not under configuration protection and files can be removed and/or overwritten by an ebuild. To change this add /etc/revdep\-rebuild to the CONFIG_PROTECT variable in /etc/make.conf.
+While a user can edit and modify the files in the /etc/revdep\-rebuild directory, please be aware that the /etc/revdep\-rebuild directory is not under configuration protection and files can be removed and/or overwritten by an ebuild. To change this add /etc/revdep\-rebuild to the CONFIG_PROTECT variable in make.conf.
 
 An entry of "\-*" means to clear the variable from that point forward.
 Example: SEARCH_DIRS="/usr/bin \-*" will set SEARCH_DIRS to contain only /usr/bin
@@ -76,7 +76,7 @@ REVDEP_REBUILD_DEFAULT_OPTS \- List of default emerge options for revdep-rebuild
 
 The REVDEP_REBUILD_DEFAULT_OPTS variable can be used to override EMERGE_DEFAULT_OPTS for revdep\-rebuild. This variable replaces the values of EMERGE_DEFAULT_OPTS and can still be overridden by command line options. Please note that this variable is only for options to pass to emerge and not options for revdep\-rebuild itself.
 
-revdep\-rebuild honors the NOCOLOR and PORTAGE_NICENESS variables from /etc/make.conf
+revdep\-rebuild honors the NOCOLOR and PORTAGE_NICENESS variables from make.conf
 .SH "EXAMPLES"
 It is recommended that when running revdep\-rebuild that the following command be used initially:
 .br


             reply	other threads:[~2013-01-17 22:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-17 22:58 Paul Varner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-11-13 22:50 [gentoo-commits] proj/gentoolkit:gentoolkit commit in: man/ Mike Frysinger
2013-11-01 20:53 Paul Varner
2012-10-21 21:10 Brian Dolbec
2012-10-09 22:12 Paul Varner
2012-04-11 14:04 Paul Varner
2011-07-12 14:29 Paul Varner
2011-06-14  5:49 Paul Varner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1358463422.66e2956afe8a0b333ecca68d7e618aa6d8aba71a.fuzzyray@gentoo \
    --to=fuzzyray@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox