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: Thu, 26 Feb 2015 06:33:19
Message-Id: 1424932383.dba953f388dc3ab5b1bdbc702ebf646fac940492.vapier@gentoo
1 commit: dba953f388dc3ab5b1bdbc702ebf646fac940492
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 26 06:32:39 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 26 06:33:03 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=dba953f3
7
8 man: fix bold style with man page sections
9
10 The section number should not be bolded like the main page.
11
12 ---
13 man/ebuild.5 | 4 ++--
14 man/egencache.1 | 6 +++---
15 man/emerge.1 | 2 +-
16 man/make.conf.5 | 2 +-
17 man/portage.5 | 2 +-
18 man/repoman.1 | 2 +-
19 6 files changed, 9 insertions(+), 9 deletions(-)
20
21 diff --git a/man/ebuild.5 b/man/ebuild.5
22 index 95d0453..7049f17 100644
23 --- a/man/ebuild.5
24 +++ b/man/ebuild.5
25 @@ -1326,7 +1326,7 @@ If the item does not exist, it is ignored.
26 .TP
27 .B dosed\fR \fI"s:orig:change:g" <filename>
28 Beginning with \fBEAPI 4\fR, the \fBdosed\fR helper no longer exists. Ebuilds
29 -should call \fBsed(1)\fR directly (and assume that it is GNU sed).
30 +should call \fBsed\fR(1) directly (and assume that it is GNU sed).
31
32 Performs sed in place on \fIfilename\fR inside ${ED}. If no expression is
33 given then \fI"s:${D}::g"\fR is used as the default expression. Note
34 @@ -1412,7 +1412,7 @@ file name.
35 .TP
36 .B dohard\fR \fI<filename> <linkname>
37 Beginning with \fBEAPI 4\fR, the \fBdohard\fR helper no longer exists. Ebuilds
38 -should call \fBln(1)\fR directly.
39 +should call \fBln\fR(1) directly.
40 .TP
41 .B dosym\fR \fI<filename> <linkname>
42 .PD 1
43
44 diff --git a/man/egencache.1 b/man/egencache.1
45 index 3a3197f..9c1f488 100644
46 --- a/man/egencache.1
47 +++ b/man/egencache.1
48 @@ -120,13 +120,13 @@ Prior to portage-2.1.11.32, the 'pms' cache format was enabled by default.
49 This 'pms' format, which is distributed in the \fImetadata/cache/\fR
50 directory of the repository, has significant limitations related to the
51 cache validation mechanism which involves comparison of
52 -a cache entry mtime to the mtime of the corresponding \fBebuild(5)\fR. This
53 +a cache entry mtime to the mtime of the corresponding \fBebuild\fR(5). This
54 mechanism is unreliable in cases when eclass changes result in metadata
55 changes, since no information about eclass state is available in the cache.
56 Also, since the mtime of the cache entry must correspond to that of the
57 ebuild, the cache format is only suitable for distribution via protocols
58 -that preserve timestamps (such as \fBrsync(1))\fR. For cache that is
59 -distributed via \fBgit(1)\fR repositories, there is currently a workaround
60 +that preserve timestamps (such as \fBrsync\fR(1)). For cache that is
61 +distributed via \fBgit\fR(1) repositories, there is currently a workaround
62 implemented in \fBemerge\fR(1) \fB\-\-sync\fR which updates ebuild mtimes
63 to match their corresponding cache entries (except for ebuilds that are
64 modified relative to HEAD).
65
66 diff --git a/man/emerge.1 b/man/emerge.1
67 index 25602e0..237fb79 100644
68 --- a/man/emerge.1
69 +++ b/man/emerge.1
70 @@ -257,7 +257,7 @@ additions of files) inside repositories synchronized using rsync.
71 \fBNOTE:\fR
72 The emerge \-\-sync command is a compatibility command. Sync operations are
73 now performed using the the new emaint sync module. This new emaint sync module
74 -has greater functionality and flexibility. Please refer to \fBemaint(1)\fR for
75 +has greater functionality and flexibility. Please refer to \fBemaint\fR(1) for
76 more information about sync operations.
77
78 \fBNOTE:\fR
79
80 diff --git a/man/make.conf.5 b/man/make.conf.5
81 index 84b7191..cd1ae21 100644
82 --- a/man/make.conf.5
83 +++ b/man/make.conf.5
84 @@ -623,7 +623,7 @@ Enable the sandbox in the compile phase, when running without root privs
85 (\fIuserpriv\fR).
86 .TP
87 .B usersync
88 -Drop privileges to the owner of ${repository_location} for \fBemerge(1) --sync\fR
89 +Drop privileges to the owner of ${repository_location} for \fBemerge\fR(1) --sync
90 operations. Note that this feature assumes that all subdirectories of
91 ${repository_location} have the same ownership as ${repository_location} itself.
92 It is the user's responsibility to ensure correct ownership, since otherwise
93
94 diff --git a/man/portage.5 b/man/portage.5
95 index 3a64206..3b099ff 100644
96 --- a/man/portage.5
97 +++ b/man/portage.5
98 @@ -151,7 +151,7 @@ More reading:
99 .br
100 The following atom syntax extensions are only supported in user
101 configuration files and command line arguments for programs such as
102 -\fBemerge(1)\fR:
103 +\fBemerge\fR(1):
104 .RS
105 .TP
106 .B Repository Constraints
107
108 diff --git a/man/repoman.1 b/man/repoman.1
109 index c576768..d490227 100644
110 --- a/man/repoman.1
111 +++ b/man/repoman.1
112 @@ -67,7 +67,7 @@ For commit mode, call echangelog if ChangeLog is unmodified (or
113 regardless of modification if 'force' is specified). This option
114 can be enabled by default for a particular repository by setting
115 "update\-changelog = true" in metadata/layout.conf (see
116 -\fBportage(5)\fR).
117 +\fBportage\fR(5)).
118 .TP
119 \fB\-\-experimental\-inherit=<y|n>\fR
120 Enable experimental inherit.missing checks which may misbehave when the