Whitespace-only fixes, translators please ignore.

Sponsored by:	iXsystems
This commit is contained in:
Warren Block 2017-09-29 21:03:06 +00:00
parent 86de03a533
commit 3871661147
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51000

View file

@ -100,7 +100,7 @@
<para>Various markup forms and rendering programs have been used
for manual pages. &os; has used &man.groff.7; and the newer
&man.mandoc.1;. Most existing &os; manual pages, and all new
&man.mandoc.1;. Most existing &os; manual pages, and all new
ones, use the &man.mdoc.7; form of markup. This is a simple
line-based markup that is reasonably expressive. It is mostly
semantic: parts of text are marked up for what they are, rather
@ -108,7 +108,7 @@
appearance-based markup which is usually best avoided.</para>
<para>Manual page source is usually interpreted and displayed to
the screen interactively. The source files can be ordinary text
the screen interactively. The source files can be ordinary text
files or compressed with &man.gzip.1; to save space.</para>
<para>Manual pages can also be rendered to other formats,
@ -294,7 +294,7 @@ information.</programlisting>
</callout>
<callout arearefs="co-manpages-macro-example-ls-7">
<para>An optional <literal>-D</literal> flag is defined. If
<para>An optional <literal>-D</literal> flag is defined. If
the <literal>-D</literal> flag is given, it must be
followed by an <emphasis>Argument</emphasis>. The
argument is a <emphasis>format</emphasis>, a string that
@ -396,7 +396,7 @@ DESCRIPTION
<term>Include the BSD license</term>
<listitem>
<para>Include the BSD license on new manual pages. The
<para>Include the BSD license on new manual pages. The
preferred license is available from the <link
xlink:href="&url.articles.committers-guide;pref-license">Committer's
Guide</link>.</para>
@ -421,7 +421,7 @@ DESCRIPTION
<literal>.Xr</literal> lines have been placed after a space.
The <literal>.Xr</literal> macro expects two parameters to
follow it, the name of an external manual page, and a section
number. The space separates the punctuation from the section
number. The space separates the punctuation from the section
number. Without the space, the external links would
incorrectly point to section <literal>4,</literal> or
<literal>8,</literal>.</para>
@ -704,13 +704,13 @@ is an example configuration file.
<listitem>
<para><link
xlink:href="http://manpages.bsd.lv/mdoc.html">Practical
xlink:href="http://manpages.bsd.lv/mdoc.html">Practical
UNIX Manuals: mdoc</link></para>
</listitem>
<listitem>
<para><link
xlink:href="http://manpages.bsd.lv/history.html">History
xlink:href="http://manpages.bsd.lv/history.html">History
of UNIX Manpages</link></para>
</listitem>
</itemizedlist>