Whitespace and indentation fixes for r39189.

Translators, please ignore.

Suggested by:	wblock
Approved by:	gabor (mentor)
This commit is contained in:
Isabell Long 2012-07-14 15:25:52 +00:00
parent c0a0f6e31a
commit 6431f8804c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39203

View file

@ -16079,8 +16079,8 @@ IGNORE= POINTYHAT is not supported
<para>Do not use <filename>/proc</filename> if there are any
other ways of getting the information, e.g.
<function>setprogname(argv[0])</function> in
<function>main()</function> and then &man.getprogname.3; if you
want to <quote>know your name</quote>.</para>
<function>main()</function> and then &man.getprogname.3; if
you want to <quote>know your name</quote>.</para>
<para>Do not rely on behaviour that is undocumented by
<acronym>POSIX</acronym>.</para>
@ -16113,7 +16113,7 @@ IGNORE= POINTYHAT is not supported
if it is missing.</para>
<para>Check the <ulink
url="http://www.freebsd.org/cgi/man.cgi">man pages</ulink> to
url="http://www.freebsd.org/cgi/man.cgi">man pages</ulink> to
see if the function used is a <acronym>POSIX</acronym>
interface (in the <quote>STANDARDS</quote> section of the man
page).</para>
@ -16125,10 +16125,10 @@ IGNORE= POINTYHAT is not supported
<para>A list of common <application>bash</application>isms is
available <ulink
url="https://wiki.ubuntu.com/DashAsBinSh">here</ulink>.</para>
url="https://wiki.ubuntu.com/DashAsBinSh">here</ulink>.</para>
<para>Do not <literal>#include
<filename>&lt;stdint.h&gt;</filename></literal> if
<filename>&lt;stdint.h&gt;</filename></literal> if
<filename>inttypes.h</filename> is sufficient. This will
ensure that the software builds on older versions of
&os;.</para>