svn commit: r39203 - head/en_US.ISO8859-1/books/porters-handbook
Isabell Long
issyl0 at FreeBSD.org
Sat Jul 14 15:25:53 UTC 2012
Author: issyl0
Date: Sat Jul 14 15:25:52 2012
New Revision: 39203
URL: http://svn.freebsd.org/changeset/doc/39203
Log:
Whitespace and indentation fixes for r39189.
Translators, please ignore.
Suggested by: wblock
Approved by: gabor (mentor)
Modified:
head/en_US.ISO8859-1/books/porters-handbook/book.sgml
Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.sgml Sat Jul 14 14:44:56 2012 (r39202)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.sgml Sat Jul 14 15:25:52 2012 (r39203)
@@ -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><stdint.h></filename></literal> if
+ <filename><stdint.h></filename></literal> if
<filename>inttypes.h</filename> is sufficient. This will
ensure that the software builds on older versions of
&os;.</para>
More information about the svn-doc-head
mailing list