From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 AEBAD138334 for ; Thu, 21 Nov 2019 20:11:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05A2BE07D7; Thu, 21 Nov 2019 20:11:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DD588E07D7 for ; Thu, 21 Nov 2019 20:11:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5C3E934D1B7 for ; Thu, 21 Nov 2019 20:11:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9F80824 for ; Thu, 21 Nov 2019 20:11:26 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1574367051.81687462dcc5636c097acb618bf9076c4d4e6e56.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/make.conf.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 81687462dcc5636c097acb618bf9076c4d4e6e56 X-VCS-Branch: master Date: Thu, 21 Nov 2019 20:11:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60bdcb92-04df-4f38-8111-21af2b7b04f8 X-Archives-Hash: c9b777610d767d189e67c902dcbffb1a commit: 81687462dcc5636c097acb618bf9076c4d4e6e56 Author: Zac Medico gentoo org> AuthorDate: Thu Nov 21 19:26:18 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Nov 21 20:10:51 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=81687462 man/make.conf.5: fix \fI typo $ groff -man man/make.conf.5 >/dev/null man/make.conf.5:15: warning: can't find font `L' Reported-by: Ulrich Müller gentoo.org> Fixes: b5365341dad1 ("refresh many URIs in the code base") Signed-off-by: Zac Medico gentoo.org> man/make.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index 71165bc53..44d518dbb 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -12,7 +12,7 @@ simple shell\-like expansion of the form \fIvar="${var}"\fR, the source keyword and variable substitution, but not some of the more advanced BASH features like arrays and special parameter expansions. For more details, see the Simple lexical analysis documentation: -\fLhttps://docs.python.org/3/library/shlex.html\fR. Note that if you source +\fIhttps://docs.python.org/3/library/shlex.html\fR. Note that if you source files, they need to be in the same shlex syntax for portage to read them. If make.conf is a directory, then all the files in that directory will be sorted in ascending alphabetical order by file name and summed