Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Tue, 09 Jan 2018 18:49:11
Message-Id: 1515523111.8a2d449cffbfbfb5c8f9f20e4bb9eb1aec55b474.vapier@gentoo
1 commit: 8a2d449cffbfbfb5c8f9f20e4bb9eb1aec55b474
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 18:38:31 2018 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 18:38:31 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8a2d449c
7
8 man: emaint: fix option styling to match standard pages
9
10 The comma separating the short & long options should not be highlighted.
11
12 Arguments to the options should be styled with \fI instead of \fB.
13
14 man/emaint.1 | 22 +++++++++++-----------
15 1 file changed, 11 insertions(+), 11 deletions(-)
16
17 diff --git a/man/emaint.1 b/man/emaint.1
18 index 49c257e1e..4ded0058a 100644
19 --- a/man/emaint.1
20 +++ b/man/emaint.1
21 @@ -33,7 +33,7 @@ OPTIONS: check, fix
22 .TP
23 .BR logs
24 Clean out old logs from the \fBPORT_LOGDIR\fR using the command
25 -\fBPORT_LOGDIR_CLEAN\fR
26 +\fBPORT_LOGDIR_CLEAN\fR.
27 See the \fBmake.conf\fR(5) man page for additional information as well as
28 enabling the \fB'clean-logs'\fR feature in emerge to do this automatically.
29 .br
30 @@ -65,35 +65,35 @@ Fix problems in the \fIworld\fR file.
31 OPTIONS: check, fix
32 .SH DEFAULT OPTIONS (Not supported in all commands)
33 .TP
34 -.B \-c, \-\-check
35 +.BR \-c ", " \-\-check
36 Check for any problems that may exist.
37 .TP
38 -.B \-f, \-\-fix
39 +.BR \-f ", " \-\-fix
40 Fix any problems that may exist.
41 .SH OPTIONS logs command only
42 .TP
43 -.B \-C, \-\-clean
44 +.BR \-C ", " \-\-clean
45 Cleans the logs from \fBPORT_LOGDIR\fR
46 .TP
47 -.B \-p, \-\-pretend
48 +.BR \-p ", " \-\-pretend
49 Sets pretend mode (same as \-c, \-\-check) for use with the \-C, \-\-clean
50 OPTION
51 .TP
52 -.B \-t NUM, \-\-time NUM
53 -Changes the minimum age \fBNUM\fR (in days) of the logs to be listed or
54 +.BR \-t \ \fINUM\fR,\ \-\-time \ \fINUM\fR
55 +Changes the minimum age \fINUM\fR (in days) of the logs to be listed or
56 deleted.
57 .SH OPTIONS sync command only
58 .TP
59 -.B \-a, \-\-auto
60 +.BR \-a ", " \-\-auto
61 Sync repositories which have their auto\-sync setting set yes, true.
62 .TP
63 -.B \-A, \-\-allrepos
64 +.BR \-A ", " \-\-allrepos
65 Sync all repositories which have a sync\-uri specified.
66 .TP
67 -.B \-r, \-\-repo REPO
68 +.BR \-r ", " \-\-repo \ \fIREPO\fR
69 Sync the repository specified.
70 .TP
71 -.BR "\-\-sync-submodule <glsa|news|profiles>"
72 +.BR \-\-sync-submodule \ \fI<glsa|news|profiles>\fR
73 Restrict sync to the specified submodule(s). This option may be
74 specified multiple times, in order to sync multiple submodules.
75 Currently, this option has no effect for sync protocols other