Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] man/emaint.1: Add sync to synopsis and fix its in sync --auto
Date: Sun, 08 Jan 2017 23:45:27
Message-Id: 8d2f1caa-0ee8-75bd-f6e5-f46f2bc978e2@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] man/emaint.1: Add sync to synopsis and fix its in sync --auto by Chris Mayo
1 On 01/07/2017 09:24 AM, Chris Mayo wrote:
2 > Signed-off-by: Chris Mayo <aklhfex@×××××.com>
3 > ---
4 > man/emaint.1 | 4 ++--
5 > 1 file changed, 2 insertions(+), 2 deletions(-)
6 >
7 > diff --git a/man/emaint.1 b/man/emaint.1
8 > index 24e4744..4617ef8 100644
9 > --- a/man/emaint.1
10 > +++ b/man/emaint.1
11 > @@ -5,7 +5,7 @@ emaint \- performs package management related system health checks and maintenan
12 > .BR emaint
13 > [\fIoptions\fR]
14 > [\fBall\fR | \fBbinhost\fR | \fBcleanresume\fR | \
15 > -\fBmerges\fR | \fBmovebin\fR | \fBmoveinst\fR | \fBworld\fR]
16 > +\fBmerges\fR | \fBmovebin\fR | \fBmoveinst\fR | \fBsync\fR | \fBworld\fR]
17 > .SH DESCRIPTION
18 > The emaint program provides a command line interface to package
19 > management health checks and maintenance.
20 > @@ -85,7 +85,7 @@ deleted.
21 > .SH OPTIONS sync command only
22 > .TP
23 > .B \-a, \-\-auto
24 > -Sync repositories which have its auto\-sync setting set yes, true.
25 > +Sync repositories which have their auto\-sync setting set yes, true.
26 > .TP
27 > .B \-A, \-\-allrepos
28 > Sync all repositories which have a sync\-uri specified.
29 >
30
31 Thanks, applied:
32
33 https://gitweb.gentoo.org/proj/portage.git/commit/?id=e567328c17d7b03d9f773661d03673b76054570d
34 --
35 Thanks,
36 Zac