Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] man/emaint.1: Add entry about the merges module
Date: Sat, 28 Feb 2015 16:24:24
Message-Id: 20150228082417.3f6a7615.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] man/emaint.1: Add entry about the merges module by Pavel Kazakov
1 On Sat, 28 Feb 2015 07:50:16 -0800
2 Pavel Kazakov <nullishzero@g.o> wrote:
3
4 > ---
5 > man/emaint.1 | 6 +++++-
6 > 1 file changed, 5 insertions(+), 1 deletion(-)
7 >
8 > diff --git a/man/emaint.1 b/man/emaint.1
9 > index 6b8fdf9..e9cfb8f 100644
10 > --- a/man/emaint.1
11 > +++ b/man/emaint.1
12 > @@ -5,7 +5,7 @@ emaint \- performs package managment related system
13 > health checks and maintenanc .BR emaint
14 > [\fIoptions\fR]
15 > [\fBall\fR | \fBbinhost\fR | \fBcleanresume\fR | \
16 > -\fBmovebin\fR | \fBmoveinst\fR | \fBworld\fR]
17 > +\fBmerges\fR | \fBmovebin\fR | \fBmoveinst\fR | \fBworld\fR]
18 > .SH DESCRIPTION
19 > The emaint program provides a command line interface to package
20 > management health checks and maintenance.
21 > @@ -31,6 +31,9 @@ Clean out old logs from the \fBPORT_LOGDIR\fR using
22 > the command See the \fBmake.conf\fR(5) man page for additional
23 > information as well as enabling the \fB'clean-logs'\fR feature in
24 > emerge to do this automatically. .TP
25 > +.BR merges
26 > +Scan for failed merges and attempt to fix found failed merges.
27 > +.TP
28 > .BR movebin
29 > Perform package move updates for binary packages located in
30 > \fBPKGDIR\fR. .TP
31 > @@ -82,6 +85,7 @@ than rsync.
32 > Please report bugs via http://bugs.gentoo.org/
33 > .SH AUTHORS
34 > .nf
35 > +Pavel Kazakov <nullishzero@g.o>
36 > Mike Frysinger <vapier@g.o>
37 > Brian Dolbec <dolsen@g.o>
38 > .fi
39
40 You forgot to add the merges tracking file to the FILES section
41
42 --
43 Brian Dolbec <dolsen>