Add commas to "e.g." and "i.e." abbreviations.

This commit is contained in:
Warren Block 2012-09-19 17:22:29 +00:00
parent 99e0a71dc6
commit b3a42ea4f2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39580

View file

@ -895,7 +895,7 @@ DOS2UNIX_REGEX= .*\.(c|cpp|h)</programlisting>
<para>The <makevar>PORTREVISION</makevar> variable is a <para>The <makevar>PORTREVISION</makevar> variable is a
monotonically increasing value which is reset to 0 with monotonically increasing value which is reset to 0 with
every increase of <makevar>PORTVERSION</makevar> (i.e. every increase of <makevar>PORTVERSION</makevar> (i.e.,
every time a new official vendor release is made), and every time a new official vendor release is made), and
appended to the package name if non-zero. Changes to appended to the package name if non-zero. Changes to
<makevar>PORTREVISION</makevar> are used by automated <makevar>PORTREVISION</makevar> are used by automated
@ -3438,7 +3438,7 @@ ALWAYS_KEEP_DISTFILES= yes
</listitem> </listitem>
<listitem> <listitem>
<para>Do not start with an indefinite article (i.e. <para>Do not start with an indefinite article (i.e.,
A or An);</para> A or An);</para>
</listitem> </listitem>
@ -3448,7 +3448,7 @@ ALWAYS_KEEP_DISTFILES= yes
</listitem> </listitem>
<listitem> <listitem>
<para>For lists of words use the Oxford comma (e.g. <para>For lists of words, use the Oxford comma (e.g.,
green, red<emphasis>,</emphasis> and blue);</para> green, red<emphasis>,</emphasis> and blue);</para>
</listitem> </listitem>
@ -6938,13 +6938,13 @@ USE_QT4= moc_build qmake_build rcc_build uic_build</programlisting>
<tbody> <tbody>
<row> <row>
<entry><makevar>JAVA_PORT</makevar></entry> <entry><makevar>JAVA_PORT</makevar></entry>
<entry>The name of the JDK port (e.g. <entry>The name of the JDK port (e.g.,
<literal>'java/openjdk6'</literal>).</entry> <literal>'java/openjdk6'</literal>).</entry>
</row> </row>
<row> <row>
<entry><makevar>JAVA_PORT_VERSION</makevar></entry> <entry><makevar>JAVA_PORT_VERSION</makevar></entry>
<entry>The full version of the JDK port (e.g. <entry>The full version of the JDK port (e.g.,
<literal>'1.6.0'</literal>). If you only need the <literal>'1.6.0'</literal>). If you only need the
first two digits of this version number, use first two digits of this version number, use
<makevar>${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/}</makevar>.</entry> <makevar>${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/}</makevar>.</entry>
@ -6952,13 +6952,13 @@ USE_QT4= moc_build qmake_build rcc_build uic_build</programlisting>
<row> <row>
<entry><makevar>JAVA_PORT_OS</makevar></entry> <entry><makevar>JAVA_PORT_OS</makevar></entry>
<entry>The operating system used by the JDK port (e.g. <entry>The operating system used by the JDK port (e.g.,
<literal>'native'</literal>).</entry> <literal>'native'</literal>).</entry>
</row> </row>
<row> <row>
<entry><makevar>JAVA_PORT_VENDOR</makevar></entry> <entry><makevar>JAVA_PORT_VENDOR</makevar></entry>
<entry>The vendor of the JDK port (e.g. <entry>The vendor of the JDK port (e.g.,
<literal>'openjdk'</literal>).</entry> <literal>'openjdk'</literal>).</entry>
</row> </row>
@ -6971,7 +6971,7 @@ USE_QT4= moc_build qmake_build rcc_build uic_build</programlisting>
<row> <row>
<entry><makevar>JAVA_PORT_VENDOR_DESCRIPTION</makevar></entry> <entry><makevar>JAVA_PORT_VENDOR_DESCRIPTION</makevar></entry>
<entry>Description of the vendor of the JDK port (e.g. <entry>Description of the vendor of the JDK port (e.g.,
<literal>'OpenJDK BSD Porting <literal>'OpenJDK BSD Porting
Team'</literal>).</entry> Team'</literal>).</entry>
</row> </row>
@ -6979,20 +6979,20 @@ USE_QT4= moc_build qmake_build rcc_build uic_build</programlisting>
<row> <row>
<entry><makevar>JAVA_HOME</makevar></entry> <entry><makevar>JAVA_HOME</makevar></entry>
<entry>Path to the installation directory of the JDK <entry>Path to the installation directory of the JDK
(e.g. (e.g.,
<filename>'/usr/local/openjdk6'</filename>).</entry> <filename>'/usr/local/openjdk6'</filename>).</entry>
</row> </row>
<row> <row>
<entry><makevar>JAVAC</makevar></entry> <entry><makevar>JAVAC</makevar></entry>
<entry>Path to the Java compiler to use (e.g. <entry>Path to the Java compiler to use (e.g.,
<filename>'/usr/local/openjdk6/bin/javac'</filename>).</entry> <filename>'/usr/local/openjdk6/bin/javac'</filename>).</entry>
</row> </row>
<row> <row>
<entry><makevar>JAR</makevar></entry> <entry><makevar>JAR</makevar></entry>
<entry>Path to the <command>jar</command> tool to use <entry>Path to the <command>jar</command> tool to use
(e.g. (e.g.,
<filename>'/usr/local/openjdk6/bin/jar'</filename> <filename>'/usr/local/openjdk6/bin/jar'</filename>
or or
<filename>'/usr/local/bin/fastjar'</filename>).</entry> <filename>'/usr/local/bin/fastjar'</filename>).</entry>
@ -7001,14 +7001,14 @@ USE_QT4= moc_build qmake_build rcc_build uic_build</programlisting>
<row> <row>
<entry><makevar>APPLETVIEWER</makevar></entry> <entry><makevar>APPLETVIEWER</makevar></entry>
<entry>Path to the <command>appletviewer</command> <entry>Path to the <command>appletviewer</command>
utility (e.g. utility (e.g.,
<filename>'/usr/local/openjdk6/bin/appletviewer'</filename>).</entry> <filename>'/usr/local/openjdk6/bin/appletviewer'</filename>).</entry>
</row> </row>
<row> <row>
<entry><makevar>JAVA</makevar></entry> <entry><makevar>JAVA</makevar></entry>
<entry>Path to the <command>java</command> executable. <entry>Path to the <command>java</command> executable.
Use this for executing Java programs (e.g. Use this for executing Java programs (e.g.,
<filename>'/usr/local/openjdk6/bin/java'</filename>).</entry> <filename>'/usr/local/openjdk6/bin/java'</filename>).</entry>
</row> </row>
@ -10827,7 +10827,7 @@ as .putsy.conf and edit it.</programlisting>
XML tag names are enclosed in angle brackets. Each opening XML tag names are enclosed in angle brackets. Each opening
&lt;tag&gt; must have a matching closing &lt;/tag&gt;. Tags &lt;tag&gt; must have a matching closing &lt;/tag&gt;. Tags
may be nested. If nesting, the inner tags must be closed may be nested. If nesting, the inner tags must be closed
before the outer ones. There is a hierarchy of tags, i.e. before the outer ones. There is a hierarchy of tags, i.e.,
more complex rules of nesting them. Sounds very similar to more complex rules of nesting them. Sounds very similar to
HTML, doesn't it? The major difference is that XML is HTML, doesn't it? The major difference is that XML is
e<emphasis>X</emphasis>tensible, i.e., based on defining e<emphasis>X</emphasis>tensible, i.e., based on defining
@ -16336,7 +16336,7 @@ IGNORE= POINTYHAT is not supported
<title>Avoiding Linuxisms</title> <title>Avoiding Linuxisms</title>
<para>Do not use <filename>/proc</filename> if there are any <para>Do not use <filename>/proc</filename> if there are any
other ways of getting the information, e.g. other ways of getting the information, e.g.,
<function>setprogname(argv[0])</function> in <function>setprogname(argv[0])</function> in
<function>main()</function> and then &man.getprogname.3; if <function>main()</function> and then &man.getprogname.3; if
you want to <quote>know your name</quote>.</para> you want to <quote>know your name</quote>.</para>
@ -16393,7 +16393,7 @@ IGNORE= POINTYHAT is not supported
&os;.</para> &os;.</para>
<para>Check that headers are included in the <para>Check that headers are included in the
<acronym>POSIX</acronym> or man page recommended way, e.g. <acronym>POSIX</acronym> or man page recommended way, e.g.,
<filename>sys/types.h</filename> is often forgotten, which is <filename>sys/types.h</filename> is often forgotten, which is
not as much of a problem for &linux; as it is for &os;.</para> not as much of a problem for &linux; as it is for &os;.</para>