Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] emaint.1: Update man page for better clarity
Date: Sun, 01 Mar 2015 03:09:18
Message-Id: 20150228190911.72d18abc.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] emaint.1: Update man page for better clarity by Brian Dolbec
1 On Sat, 28 Feb 2015 16:11:56 -0800
2 Brian Dolbec <dolsen@g.o> wrote:
3
4 > As recommended by Duncan on the gentoo-portage-dev list.
5 > Clarify the all command.
6 > Add OPTIONS to all commands, so a user can determine which modules
7 > may run when the 'all' command is used.
8 > Remove repetitive '(* command only)' text by adding it to the section
9 > header. ---
10 > man/emaint.1 | 43 ++++++++++++++++++++++++++++++-------------
11 > 1 file changed, 30 insertions(+), 13 deletions(-)
12 >
13 > diff --git a/man/emaint.1 b/man/emaint.1
14 > index c97945f..f4348b4 100644
15 > --- a/man/emaint.1
16 > +++ b/man/emaint.1
17 >
18
19
20 > .BR logs
21 > Clean out old logs from the \fBPORT_LOGDIR\fR using the command
22 > \fBPORT_LOGDIR_CLEAN\fR
23 > See the \fBmake.conf\fR(5) man page for additional information as
24 > well as enabling the \fB'clean-logs'\fR feature in emerge to do this
25 > automatically. +.br
26 > +OPTIONS: check','clean
27
28 ^^
29 small missed search & replace
30
31 +OPTIONS: check, clean
32
33 commit fixed.
34 --
35 Brian Dolbec <dolsen>