Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13451 - main/branches/2.1.6/man
Date: Thu, 30 Apr 2009 06:55:10
Message-Id: E1LzQAm-0005MQ-RF@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-30 06:55:08 +0000 (Thu, 30 Apr 2009)
3 New Revision: 13451
4
5 Modified:
6 main/branches/2.1.6/man/egencache.1
7 Log:
8 Remove the ATOMS section and move --update to a new ACTIONS section.
9 (trunk r13272)
10
11 Modified: main/branches/2.1.6/man/egencache.1
12 ===================================================================
13 --- main/branches/2.1.6/man/egencache.1 2009-04-30 06:54:59 UTC (rev 13450)
14 +++ main/branches/2.1.6/man/egencache.1 2009-04-30 06:55:08 UTC (rev 13451)
15 @@ -6,10 +6,12 @@
16 .I [options] --update [ATOM]\fR...
17 .SH "DESCRIPTION"
18 The egencache program generates metadata cache for ebuild repositories.
19 -.SH "ATOMS"
20 -An optional list of specific package atoms to update. If no package atoms are
21 -specified then all will be updated. See ebuild(5) for the details on package
22 -atom syntax.
23 +.SH ACTIONS
24 +.TP
25 +.BR "\-\-update [ATOM] ... "
26 +Update the \fImetadata/cache/\fR directory (generate metadata as necessary).
27 +If no package atoms are specified then all will be updated. See ebuild(5)
28 +for the details on package atom syntax.
29 .SH OPTIONS
30 .TP
31 .BR "\-\-cache\-dir=CACHE_DIR"
32 @@ -33,7 +35,7 @@
33 Specifies that maximum load allowed when spawning multiple jobs.
34 .TP
35 .BR "\-\-rsync"
36 -When used together with the \fB\-\-update\fR options, this enables a workaround
37 +When used together with the \fB\-\-update\fR action, this enables a workaround
38 for cases in which the content of a cache entry changes and neither the file
39 mtime nor size changes, preventing rsync from detecting changes. Such cases are
40 handled by bumping the mtime on the ebuild (and the corresponding cache entry).
41 @@ -42,10 +44,6 @@
42 (see \fBbug 139134\fR). It's not needed with \fBgit\fR(1) since that uses a
43 more thorough mechanism which allows it to detect changed inode numbers
44 (described in \fIracy-git.txt\fR in the git technical docs).
45 -.TP
46 -.BR "\-\-update [ATOM] ... "
47 -Update the \fImetadata/cache/\fR directory (generate metadata as necessary).
48 -If no package atoms are specified then all will be updated.
49 .SH "ENVIRONMENT OPTIONS"
50 .TP
51 \fBEGENCACHE_DEFAULT_OPTS\fR