Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Tue, 30 Jun 2020 19:16:04
Message-Id: 1593544516.c36e8dfaf808f68586e7519232e072490ccc51db.vapier@gentoo
1 commit: c36e8dfaf808f68586e7519232e072490ccc51db
2 Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
3 AuthorDate: Tue Jun 30 19:15:16 2020 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 19:15:16 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c36e8dfa
7
8 man: fix syntax for page refs
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 man/egencache.1 | 4 ++--
13 man/emerge.1 | 8 ++++----
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/man/egencache.1 b/man/egencache.1
17 index 27cd69e63..98b230a14 100644
18 --- a/man/egencache.1
19 +++ b/man/egencache.1
20 @@ -13,7 +13,7 @@ itself, for distribution.
21 .BR "\-\-update [ATOM] ... "
22 Update the \fImetadata/md5\-cache/\fR directory (generate metadata as
23 necessary).
24 -If no package atoms are specified then all will be updated. See ebuild(5)
25 +If no package atoms are specified then all will be updated. See \fBebuild\fR(5)
26 for the details on package atom syntax.
27 .TP
28 .BR "\-\-update\-changelogs"
29 @@ -151,7 +151,7 @@ exists in the repository. It can also be explicitly enabled via the
30 cache\-formats setting in \fImetadata/layout.conf\fR (refer to \fBportage\fR(5)
31 for example usage). If the 'pms' cache format is enabled and the 'md5-dict'
32 format is not enabled, then it is necessary to enable
33 -\fBmetadata-transfer\fR in \fBFEATURES\fR (see \fBmake.conf(5)\fR).
34 +\fBmetadata-transfer\fR in \fBFEATURES\fR (see \fBmake.conf\fR(5)).
35 This causes intermediate cache (in a different format that includes
36 eclass state) to be generated inside the directory which is configurable
37 via the \fB\-\-cache\-dir\fR option.
38
39 diff --git a/man/emerge.1 b/man/emerge.1
40 index 28b7f79f5..a8be677d6 100644
41 --- a/man/emerge.1
42 +++ b/man/emerge.1
43 @@ -56,8 +56,8 @@ A \fItbz2file\fR must be a valid .tbz2 created with \fBebuild
44 A \fIfile\fR must be a file or directory that has been installed by one or
45 more packages. If an absolute path is not used, then it must begin with
46 either "./" or "../". For directories that are owned by multiple packages, all
47 -owning packages will be selected. See the portageq(1) owners command if you
48 -would like to query the owners of one or more files or directories.
49 +owning packages will be selected. See the \fBportageq\fR(1) owners command if
50 +you would like to query the owners of one or more files or directories.
51 .TP
52 .BR set
53 A \fIset\fR is a convenient shorthand for a large group of
54 @@ -1100,7 +1100,7 @@ This also applies to options that enable the \fB\-\-usepkg\fR option
55 implicitly, such as \fB\-\-getbinpkg\fR.
56
57 This setting can be added to
58 -\fBEMERGE_DEFAULT_OPTS\fR (see make.conf(5)) and later overridden via the
59 +\fBEMERGE_DEFAULT_OPTS\fR (see \fBmake.conf\fR(5)) and later overridden via the
60 command line.
61 .TP
62 .BR "\-\-with\-bdeps\-auto < y | n >"
63 @@ -1109,7 +1109,7 @@ This option is used to enable or disable the program logic that causes
64 actions. This option is enabled by default. Use
65 \fB\-\-with\-bdeps\-auto=n\fR to prevent \fB\-\-with\-bdeps\fR from
66 being automatically enabled for installation actions. This setting can
67 -be added to \fBEMERGE_DEFAULT_OPTS\fR (see make.conf(5)) and later
68 +be added to \fBEMERGE_DEFAULT_OPTS\fR (see \fBmake.conf\fR(5)) and later
69 overridden via the command line.
70
71 \fBNOTE:\fR The program logic that causes \fB\-\-with\-bdeps\fR to be