[Libdispatch-changes] [6] trunk/man/dispatch_api.3

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 10 16:26:18 PDT 2009


Revision: 6
          http://trac.macosforge.org/projects/libdispatch/changeset/6
Author:   robert at fledge.watson.org
Date:     2009-09-05 12:41:49 -0700 (Sat, 05 Sep 2009)
Log Message:
-----------
Escape '\n' in nroff so that sample code renders more correctly.

Modified Paths:
--------------
    trunk/man/dispatch_api.3

Modified: trunk/man/dispatch_api.3
===================================================================
--- trunk/man/dispatch_api.3	2009-09-05 18:19:44 UTC (rev 5)
+++ trunk/man/dispatch_api.3	2009-09-05 19:41:49 UTC (rev 6)
@@ -22,7 +22,7 @@
 .Pp
 .Bd -literal -offset indent
 read_async(file, callback_queue, ^{
-	printf("received callback.\n");
+	printf("received callback.\\n");
 });
 .Ed
 .Pp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20090910/2235b7a2/attachment-0001.html>


More information about the Libdispatch-changes mailing list