From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-996679-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B30C7138330 for <garchives@archives.gentoo.org>; Tue, 9 Jan 2018 18:49:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D368EE0B5D; Tue, 9 Jan 2018 18:49:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD2D4E0B5D for <gentoo-commits@lists.gentoo.org>; Tue, 9 Jan 2018 18:49:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E409335C3C for <gentoo-commits@lists.gentoo.org>; Tue, 9 Jan 2018 18:49:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0233C1AD for <gentoo-commits@lists.gentoo.org>; Tue, 9 Jan 2018 18:49:06 +0000 (UTC) From: "Mike Frysinger" <vapier@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org> Message-ID: <1515523111.8a2d449cffbfbfb5c8f9f20e4bb9eb1aec55b474.vapier@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/emaint.1 X-VCS-Directories: man/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8a2d449cffbfbfb5c8f9f20e4bb9eb1aec55b474 X-VCS-Branch: master Date: Tue, 9 Jan 2018 18:49:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7de0a815-ef02-43c7-b0d0-789da65571d8 X-Archives-Hash: 82a3c1c58fcac3e36d1113f324629e91 commit: 8a2d449cffbfbfb5c8f9f20e4bb9eb1aec55b474 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 18:38:31 2018 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Jan 9 18:38:31 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8a2d449c man: emaint: fix option styling to match standard pages The comma separating the short & long options should not be highlighted. Arguments to the options should be styled with \fI instead of \fB. man/emaint.1 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/man/emaint.1 b/man/emaint.1 index 49c257e1e..4ded0058a 100644 --- a/man/emaint.1 +++ b/man/emaint.1 @@ -33,7 +33,7 @@ OPTIONS: check, fix .TP .BR logs Clean out old logs from the \fBPORT_LOGDIR\fR using the command -\fBPORT_LOGDIR_CLEAN\fR +\fBPORT_LOGDIR_CLEAN\fR. See the \fBmake.conf\fR(5) man page for additional information as well as enabling the \fB'clean-logs'\fR feature in emerge to do this automatically. .br @@ -65,35 +65,35 @@ Fix problems in the \fIworld\fR file. OPTIONS: check, fix .SH DEFAULT OPTIONS (Not supported in all commands) .TP -.B \-c, \-\-check +.BR \-c ", " \-\-check Check for any problems that may exist. .TP -.B \-f, \-\-fix +.BR \-f ", " \-\-fix Fix any problems that may exist. .SH OPTIONS logs command only .TP -.B \-C, \-\-clean +.BR \-C ", " \-\-clean Cleans the logs from \fBPORT_LOGDIR\fR .TP -.B \-p, \-\-pretend +.BR \-p ", " \-\-pretend Sets pretend mode (same as \-c, \-\-check) for use with the \-C, \-\-clean OPTION .TP -.B \-t NUM, \-\-time NUM -Changes the minimum age \fBNUM\fR (in days) of the logs to be listed or +.BR \-t \ \fINUM\fR,\ \-\-time \ \fINUM\fR +Changes the minimum age \fINUM\fR (in days) of the logs to be listed or deleted. .SH OPTIONS sync command only .TP -.B \-a, \-\-auto +.BR \-a ", " \-\-auto Sync repositories which have their auto\-sync setting set yes, true. .TP -.B \-A, \-\-allrepos +.BR \-A ", " \-\-allrepos Sync all repositories which have a sync\-uri specified. .TP -.B \-r, \-\-repo REPO +.BR \-r ", " \-\-repo \ \fIREPO\fR Sync the repository specified. .TP -.BR "\-\-sync-submodule <glsa|news|profiles>" +.BR \-\-sync-submodule \ \fI<glsa|news|profiles>\fR Restrict sync to the specified submodule(s). This option may be specified multiple times, in order to sync multiple submodules. Currently, this option has no effect for sync protocols other