Update of /cvsroot/boost/boost/libs/asio/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30304
Modified Files:
reference.qbk reference.xsl tutorial.qbk tutorial.xsl
Log Message:
Fix newlines.
Index: reference.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/doc/reference.qbk,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- reference.qbk 20 Feb 2007 13:24:24 -0000 1.5
+++ reference.qbk 22 Apr 2007 09:34:39 -0000 1.6
@@ -1460,7 +1460,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -5422,7 +5423,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
[heading Examples]
@@ -6440,7 +6442,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -9318,7 +9321,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
[heading Example]
@@ -14775,7 +14779,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -19292,7 +19297,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -19837,7 +19843,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -20424,7 +20431,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -23444,7 +23452,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Safe, with the exception that calling reset() while
there are unfinished run() calls results in undefined behaviour.
@@ -24071,7 +24080,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Safe.
@@ -24427,7 +24437,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -24816,7 +24827,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -25321,7 +25333,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -25869,7 +25882,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -26267,7 +26281,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -26781,7 +26796,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -26940,7 +26956,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -27101,7 +27118,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
@@ -28165,7 +28183,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Safe.
@@ -29305,7 +29324,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Safe.
@@ -34993,7 +35013,8 @@
[heading Thread Safety]
-[*Distinct] [*objects:] Safe.\n
+[*Distinct] [*objects:] Safe.
+
[*Shared] [*objects:] Unsafe.
[heading Example]
Index: reference.xsl
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/doc/reference.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- reference.xsl 6 Jan 2007 10:59:59 -0000 1.2
+++ reference.xsl 22 Apr 2007 09:34:39 -0000 1.3
@@ -243,13 +243,15 @@
<xsl:template match="linebreak" mode="markup">
-<xsl:text>\n
+<xsl:text>
+
</xsl:text>
</xsl:template>
<xsl:template match="linebreak" mode="markup-nested">
-<xsl:text>\n
+<xsl:text>
+
</xsl:text>
</xsl:template>
Index: tutorial.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/doc/tutorial.qbk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tutorial.qbk 6 Jan 2007 10:59:59 -0000 1.2
+++ tutorial.qbk 22 Apr 2007 09:34:39 -0000 1.3
@@ -126,8 +126,10 @@
-See the [link boost_asio.tutorial.tuttimer1.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
+See the [link boost_asio.tutorial.tuttimer1.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
Next: [link boost_asio.tutorial.tuttimer2 Timer.2 - Using a timer
asynchronously]
@@ -222,9 +224,12 @@
-See the [link boost_asio.tutorial.tuttimer2.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
-Previous: [link boost_asio.tutorial.tuttimer1 Timer.1 - Using a timer
synchronously]\n
+See the [link boost_asio.tutorial.tuttimer2.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
+Previous: [link boost_asio.tutorial.tuttimer1 Timer.1 - Using a timer
synchronously]
+
Next: [link boost_asio.tutorial.tuttimer3 Timer.3 - Binding arguments to a
handler]
@@ -367,9 +372,12 @@
-See the [link boost_asio.tutorial.tuttimer3.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
-Previous: [link boost_asio.tutorial.tuttimer2 Timer.2 - Using a timer
asynchronously]\n
+See the [link boost_asio.tutorial.tuttimer3.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
+Previous: [link boost_asio.tutorial.tuttimer2 Timer.2 - Using a timer
asynchronously]
+
Next: [link boost_asio.tutorial.tuttimer4 Timer.4 - Using a member function as
a handler]
@@ -523,10 +531,14 @@
-See the [link boost_asio.tutorial.tuttimer4.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
-Previous: [link boost_asio.tutorial.tuttimer3 Timer.3 - Binding arguments to a
handler]\n
-Next: [link boost_asio.tutorial.tuttimer5 Timer.5 - Synchronising handlers in
multithreaded programs]\n
+See the [link boost_asio.tutorial.tuttimer4.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
+Previous: [link boost_asio.tutorial.tuttimer3 Timer.3 - Binding arguments to a
handler]
+
+Next: [link boost_asio.tutorial.tuttimer5 Timer.5 - Synchronising handlers in
multithreaded programs]
+
@@ -721,9 +733,12 @@
-See the [link boost_asio.tutorial.tuttimer5.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
-Previous: [link boost_asio.tutorial.tuttimer4 Timer.4 - Using a member
function as a handler]\n
+See the [link boost_asio.tutorial.tuttimer5.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
+Previous: [link boost_asio.tutorial.tuttimer4 Timer.4 - Using a member
function as a handler]
+
@@ -935,8 +950,10 @@
-See the [link boost_asio.tutorial.tutdaytime1.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
+See the [link boost_asio.tutorial.tutdaytime1.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
Next: [link boost_asio.tutorial.tutdaytime2 Daytime.2 - A synchronous TCP
daytime server]
@@ -1099,9 +1116,12 @@
-See the [link boost_asio.tutorial.tutdaytime2.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
-Previous: [link boost_asio.tutorial.tutdaytime1 Daytime.1 - A synchronous TCP
daytime client]\n
+See the [link boost_asio.tutorial.tutdaytime2.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
+Previous: [link boost_asio.tutorial.tutdaytime1 Daytime.1 - A synchronous TCP
daytime client]
+
Next: [link boost_asio.tutorial.tutdaytime3 Daytime.3 - An asynchronous TCP
daytime server]
@@ -1346,9 +1366,12 @@
-See the [link boost_asio.tutorial.tutdaytime3.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
-Previous: [link boost_asio.tutorial.tutdaytime2 Daytime.2 - A synchronous TCP
daytime server]\n
+See the [link boost_asio.tutorial.tutdaytime3.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
+Previous: [link boost_asio.tutorial.tutdaytime2 Daytime.2 - A synchronous TCP
daytime server]
+
Next: [link boost_asio.tutorial.tutdaytime4 Daytime.4 - A synchronous UDP
daytime client]
@@ -1563,9 +1586,12 @@
``''''''`` return 0;
``''''''``}
-See the [link boost_asio.tutorial.tutdaytime4.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
-Previous: [link boost_asio.tutorial.tutdaytime3 Daytime.3 - An asynchronous
TCP daytime server]\n
+See the [link boost_asio.tutorial.tutdaytime4.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
+Previous: [link boost_asio.tutorial.tutdaytime3 Daytime.3 - An asynchronous
TCP daytime server]
+
Next: [link boost_asio.tutorial.tutdaytime5 Daytime.5 - A synchronous UDP
daytime server]
@@ -1703,9 +1729,12 @@
-See the [link boost_asio.tutorial.tutdaytime5.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
-Previous: [link boost_asio.tutorial.tutdaytime4 Daytime.4 - A synchronous UDP
daytime client]\n
+See the [link boost_asio.tutorial.tutdaytime5.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
+Previous: [link boost_asio.tutorial.tutdaytime4 Daytime.4 - A synchronous UDP
daytime client]
+
Next: [link boost_asio.tutorial.tutdaytime6 Daytime.6 - An asynchronous UDP
daytime server]
@@ -1915,9 +1944,12 @@
-See the [link boost_asio.tutorial.tutdaytime6.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
-Previous: [link boost_asio.tutorial.tutdaytime5 Daytime.5 - A synchronous UDP
daytime server]\n
+See the [link boost_asio.tutorial.tutdaytime6.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
+Previous: [link boost_asio.tutorial.tutdaytime5 Daytime.5 - A synchronous UDP
daytime server]
+
Next: [link boost_asio.tutorial.tutdaytime7 Daytime.7 - A combined TCP/UDP
asynchronous server]
@@ -2191,8 +2223,10 @@
-See the [link boost_asio.tutorial.tutdaytime7.src full source listing]\n
-Return to the [link boost_asio.tutorial tutorial index]\n
+See the [link boost_asio.tutorial.tutdaytime7.src full source listing]
+
+Return to the [link boost_asio.tutorial tutorial index]
+
Previous: [link boost_asio.tutorial.tutdaytime6 Daytime.6 - An asynchronous
UDP daytime server]
Index: tutorial.xsl
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/doc/tutorial.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tutorial.xsl 6 Jan 2007 10:59:59 -0000 1.2
+++ tutorial.xsl 22 Apr 2007 09:34:39 -0000 1.3
@@ -120,7 +120,7 @@
<xsl:template match="linebreak">
- <xsl:text>\n</xsl:text>
+ <xsl:value-of select="$newline"/>
<xsl:value-of select="$newline"/>
</xsl:template>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs