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 4F8DA1382C5 for ; Thu, 17 Jun 2021 20:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DA38E07AE; Thu, 17 Jun 2021 20:32:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7539EE07AE for ; Thu, 17 Jun 2021 20:32:26 +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 852EA33BEFE for ; Thu, 17 Jun 2021 20:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E15367A1 for ; Thu, 17 Jun 2021 20:32:22 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1623961789.3693c368bf2e7d2150c56780e9f52e6597418968.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3693c368bf2e7d2150c56780e9f52e6597418968 X-VCS-Branch: master Date: Thu, 17 Jun 2021 20:32:22 +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: 5c1bf211-8085-4514-ae36-336386077524 X-Archives-Hash: 9d7b8f133e4f59ee48c54aa5af13d9f7 commit: 3693c368bf2e7d2150c56780e9f52e6597418968 Author: Ulrich Müller gentoo org> AuthorDate: Thu Jun 17 20:29:49 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Jun 17 20:29:49 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3693c368 Drop comma after "i.e." throughout, for consistency Signed-off-by: Ulrich Müller gentoo.org> eapi-cheatsheet.tex | 4 ++-- pkg-mgr-commands.tex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index 0d28251..c5e795d 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -554,11 +554,11 @@ differences between these previous EAPIs. path specified for the link target will be converted to a path relative to the link location. See \featureref{dosym-relative}. \item[\code{insopts}] Commands \code{doconfd}, \code{doenvd}, - \code{doheader} install files with fixed mode 0644, i.\,e., + \code{doheader} install files with fixed mode 0644, i.\,e.\ they are no longer affected by \code{insopts}. See \featureref{insopts}. \item[\code{exeopts}] Command \code{doinitd} installs files - with fixed mode 0755, i.\,e., it is no longer affected by + with fixed mode 0755, i.\,e.\ it is no longer affected by \code{exeopts}. See \featureref{exeopts}. \item[\code{usev}] This helper has an optional second argument now: \code{usev} \emph{ [true]}. If the flag is set, diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 04a8ac4..0a34db9 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -1030,7 +1030,7 @@ These functions check whitespace-separated lists for a particular value. \subsection{Version manipulation and comparison commands} \featurelabel{ver-commands} These commands provide utilities for working with version strings. They must all be implemented -internally as shell functions, i.\,e., they are callable in global scope. Availability of these +internally as shell functions, i.\,e.\ they are callable in global scope. Availability of these commands per EAPI is listed in table~\ref{tab:version-commands}. For the purpose of version manipulation commands, the specification provides a method for splitting @@ -1131,7 +1131,7 @@ has returned. Arguments to \t{unpack} are interpreted as follows: \begin{compactitem} - \item A filename without path (i.\,e., not containing any slash) is looked up in \t{DISTDIR}. + \item A filename without path (i.\,e.\ not containing any slash) is looked up in \t{DISTDIR}. \item An argument starting with the string \t{./} is a path relative to the working directory. \item \featurelabel{unpack-absolute} Otherwise, for EAPIs listed in table~\ref{tab:unpack-behaviour} as supporting absolute and relative paths, the argument is