aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-02-26 01:32:39 -0500
committerMike Frysinger <vapier@gentoo.org>2015-02-26 01:33:03 -0500
commitdba953f388dc3ab5b1bdbc702ebf646fac940492 (patch)
tree39371d425c743fe0f88ad5dad514bc7869d3b1b6 /man/egencache.1
parentactions.py: fix missing localization import (bug 541302) (diff)
downloadportage-dba953f388dc3ab5b1bdbc702ebf646fac940492.tar.gz
portage-dba953f388dc3ab5b1bdbc702ebf646fac940492.tar.bz2
portage-dba953f388dc3ab5b1bdbc702ebf646fac940492.zip
man: fix bold style with man page sections
The section number should not be bolded like the main page.
Diffstat (limited to 'man/egencache.1')
-rw-r--r--man/egencache.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/egencache.1 b/man/egencache.1
index 3a3197fb5..9c1f488da 100644
--- a/man/egencache.1
+++ b/man/egencache.1
@@ -120,13 +120,13 @@ Prior to portage-2.1.11.32, the 'pms' cache format was enabled by default.
This 'pms' format, which is distributed in the \fImetadata/cache/\fR
directory of the repository, has significant limitations related to the
cache validation mechanism which involves comparison of
-a cache entry mtime to the mtime of the corresponding \fBebuild(5)\fR. This
+a cache entry mtime to the mtime of the corresponding \fBebuild\fR(5). This
mechanism is unreliable in cases when eclass changes result in metadata
changes, since no information about eclass state is available in the cache.
Also, since the mtime of the cache entry must correspond to that of the
ebuild, the cache format is only suitable for distribution via protocols
-that preserve timestamps (such as \fBrsync(1))\fR. For cache that is
-distributed via \fBgit(1)\fR repositories, there is currently a workaround
+that preserve timestamps (such as \fBrsync\fR(1)). For cache that is
+distributed via \fBgit\fR(1) repositories, there is currently a workaround
implemented in \fBemerge\fR(1) \fB\-\-sync\fR which updates ebuild mtimes
to match their corresponding cache entries (except for ebuilds that are
modified relative to HEAD).