Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Minor editorial tweaks for missing EOLs, extra commas, and incorrect …
Browse files Browse the repository at this point in the history
…italics and teletype.
  • Loading branch information
grafikrobot committed Nov 19, 2024
1 parent 1399099 commit 0431c8c
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/eco_cover_wd.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
\begin{tabular}{ll}
\textbf{ISO Document:} & {\larger{ISO/IEC -----:2024(E)}} \\
\textbf{Document Number:} & {\larger{D3342R1}} \\
\textbf{Date:} & {2024-11-05} \\
\textbf{Date:} & {2024-11-18} \\
\textbf{Revises:} & {} \\
\textbf{Reply to:} & {ISO C++ Tooling Study Group} \\
& {[email protected]}
Expand Down
8 changes: 4 additions & 4 deletions src/eco_introspection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,12 @@ version-min-number::
version-max-number::
version-number
version-range-min-bracket::
[.descr]#one of:#
[.ucode]#005B# [.uname]#LEFT SQUARE BRACKET#
[.descr]#one of:# +
[.ucode]#005B# [.uname]#LEFT SQUARE BRACKET# +
[.ucode]#0028# [.uname]#LEFT PARENTHESIS#
version-range-max-bracket::
[.descr]#one of:#
[.ucode]#005D# [.uname]#RIGHT SQUARE BRACKET#
[.descr]#one of:# +
[.ucode]#005D# [.uname]#RIGHT SQUARE BRACKET# +
[.ucode]#0029# [.uname]#RIGHT PARENTHESIS#

A version range is composed of either one version number bracketed,
Expand Down
2 changes: 1 addition & 1 deletion src/eco_preface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ users and does not constitute an endorsement.
For an explanation of the voluntary nature of standards, the meaning of ISO
specific terms and expressions related to conformity assessment, as well as
information about ISO's adherence to the World Trade Organization (WTO)
principles in the Technical Barriers to Trade (TBT),
principles in the Technical Barriers to Trade (TBT)
(see https://www.iso.org/iso/foreword.html).

[%nonum]
Expand Down
2 changes: 1 addition & 1 deletion src/eco_preface.tex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ \chapter{Foreword}
For an explanation of the voluntary nature of standards, the meaning of ISO
specific terms and expressions related to conformity assessment, as well as
information about ISO’s adherence to the World Trade Organization (WTO)
principles in the Technical Barriers to Trade (TBT),
principles in the Technical Barriers to Trade (TBT)
(see \url{https://www.iso.org/iso/foreword.html}).

This document was prepared by Technical Committee ISO/IEC JTC1, Information
Expand Down
2 changes: 1 addition & 1 deletion src/eco_scope.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ interface with, the [.Cpp]#{CPP}# programming language.
(((C++)))
[.Cpp]#{CPP}# is a general purpose programming language described in ISO/IEC 14882:2020
[.doccite]#Programming languages --- {CPP}# (hereinafter referred to as the
{CPP} standard).
_{CPP} standard_).
2 changes: 1 addition & 1 deletion src/eco_scope.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
\index[generalindex]{C++}
\Cpp{} is a general purpose programming language described in ISO/IEC 14882:2020
\doccite{Programming languages --- C++} (hereinafter referred to as the
C++ standard).
\emph{C++ standard}).
4 changes: 2 additions & 2 deletions src/eco_strctparam.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ _application_ +[+ _std-strctparam-input_ _file_ +]+
[.indented]
--
The pathname of a file to read the _structured parameters_ from.
The option is specified as `--std-param=`__file__ or `-std-param:`__file__.
The option is specified as ``--std-param=``__file__ or ``-std-param:``__file__.
If __file__ is '`-`', the standard input shall be used.
--

Expand Down Expand Up @@ -102,7 +102,7 @@ A _structured parameters object_ shall have only one of the
The version field indicates the version of the _structured parameters_
represented in the contents of the JSON text.
If a _structured parameters object_ does not contain this field the
value shall be '1.0.0'.
value shall be `1.0.0`.

[[strctparam.schema.args,([strctparam.schema.args])]]
=== Arguments Field [.right]#<<strctparam.schema.args,[strctparam.schema.args]>>#
Expand Down
4 changes: 2 additions & 2 deletions src/eco_strctparam.tex
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
\begin{indented}
\pnum
The pathname of a file to read the \emph{structured parameters} from.
The option is specified as `--std-param=`\emph{file} or `-std-param:`\emph{file}.
The option is specified as \verb|--std-param=|\emph{file} or \verb|-std-param:|\emph{file}.
If \emph{file} is ‘-’, the standard input shall be used.
\end{indented}

Expand Down Expand Up @@ -128,7 +128,7 @@
The version field indicates the version of the \emph{structured parameters}
represented in the contents of the JSON text.
If a \emph{structured parameters object} does not contain this field the
value shall be '1.0.0'.
value shall be \verb|1.0.0|.
\end{itemdescr}

% Arguments Field
Expand Down

0 comments on commit 0431c8c

Please sign in to comment.