Gentoo Archives: gentoo-portage-dev

From: Chris Mayo <aklhfex@×××××.com>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH] man/emaint.1: Add sync to synopsis and fix its in sync --auto
Date: Sat, 07 Jan 2017 17:24:32
Message-Id: 20170107172423.9239-1-aklhfex@gmail.com
1 Signed-off-by: Chris Mayo <aklhfex@×××××.com>
2 ---
3 man/emaint.1 | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/man/emaint.1 b/man/emaint.1
7 index 24e4744..4617ef8 100644
8 --- a/man/emaint.1
9 +++ b/man/emaint.1
10 @@ -5,7 +5,7 @@ emaint \- performs package management related system health checks and maintenan
11 .BR emaint
12 [\fIoptions\fR]
13 [\fBall\fR | \fBbinhost\fR | \fBcleanresume\fR | \
14 -\fBmerges\fR | \fBmovebin\fR | \fBmoveinst\fR | \fBworld\fR]
15 +\fBmerges\fR | \fBmovebin\fR | \fBmoveinst\fR | \fBsync\fR | \fBworld\fR]
16 .SH DESCRIPTION
17 The emaint program provides a command line interface to package
18 management health checks and maintenance.
19 @@ -85,7 +85,7 @@ deleted.
20 .SH OPTIONS sync command only
21 .TP
22 .B \-a, \-\-auto
23 -Sync repositories which have its auto\-sync setting set yes, true.
24 +Sync repositories which have their auto\-sync setting set yes, true.
25 .TP
26 .B \-A, \-\-allrepos
27 Sync all repositories which have a sync\-uri specified.
28 --
29 2.10.2

Replies