From dba953f388dc3ab5b1bdbc702ebf646fac940492 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 26 Feb 2015 01:32:39 -0500 Subject: man: fix bold style with man page sections The section number should not be bolded like the main page. --- man/egencache.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/egencache.1') 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). -- cgit v1.2.3-65-gdbad