]> git.saurik.com Git - apple/libdispatch.git/blobdiff - man/dispatch_api.3
libdispatch-913.30.4.tar.gz
[apple/libdispatch.git] / man / dispatch_api.3
index a39fa64d62e354b68a656f8e9fd58de1190b3f14..91233867204f44dd2bd3f0638bff9dac954dbbc2 100644 (file)
@@ -22,7 +22,7 @@ which the block will be submitted should immediately precede the block argument
 .Pp
 .Bd -literal -offset indent
 read_async(file, callback_queue, ^{
-       printf("received callback.\n");
+       printf("received callback.\\n");
 });
 .Ed
 .Pp