Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terms and Definitions don't follow ISO directives #62

Open
jwakely opened this issue Mar 18, 2017 · 1 comment
Open

Terms and Definitions don't follow ISO directives #62

jwakely opened this issue Mar 18, 2017 · 1 comment
Assignees

Comments

@jwakely
Copy link
Member

jwakely commented Mar 18, 2017

Each definition should be substitutable for the term where it occurs.

@jwakely jwakely self-assigned this Mar 18, 2017
@jwakely
Copy link
Member Author

jwakely commented Sep 12, 2017

This is what I'm thinking (assuming the POSIX section numbers are correct) ...

\rSec0[defs]{Terms and definitions}

\pnum
\indextext{definitions|(}%
For the purposes of this document,
the terms and definitions
given in ISO/IEC 14882:2014,
the terms and definitions
given in ISO/IEC 2382-1:1993,
and the following apply.

\pnum
ISO and IEC maintain terminological databases
for use in standardization
at the following addresses:
\begin{itemize}
\item IEC Electropedia: available at \url{http://www.electropedia.org/}
\item ISO Online browsing platform: available at \url{http://www.iso.org/obp}
\end{itemize}

\pnum
Terms that are used only in a small portion of this document
are defined where they are used and italicized where they are
defined.

\indexdefn{host byte order}%
\definition{host byte order}{defs.host.byte.order}
natural object representation of scalar types in the execution environment

Note 1 to entry: See section 3.194 of POSIX Base Definitions, Host Byte Order.

\indexdefn{network byte order}%
\definition{network byte order}{defs.net.byte.order}
object representation with the most significant byte first,
followed by any other octets in descending order of significance

Note 1 to entry: See section 3.238 of POSIX Base Definitions, Network Byte Order.

\indexdefn{synchronous operation}%
\definition{synchronous operation}{defs.sync.op}
operation where control is not returned until the operation completes

\indexdefn{asynchronous operation}%
\definition{asynchronous operation}{defs.async.op}
operation where control is returned immediately without waiting for the operation to complete

Note 1 to entry: Multiple asynchronous operations may be executed concurrently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant