[Libdispatch-changes] [7] trunk/man

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


Revision: 7
          http://trac.macosforge.org/projects/libdispatch/changeset/7
Author:   robert at fledge.watson.org
Date:     2009-09-05 12:49:28 -0700 (Sat, 05 Sep 2009)
Log Message:
-----------
Fix nroff syntax, sort man page cross references, and reference dispatch(3)
from all other libdispatch man pages.

Modified Paths:
--------------
    trunk/man/dispatch.3
    trunk/man/dispatch_after.3
    trunk/man/dispatch_apply.3
    trunk/man/dispatch_async.3
    trunk/man/dispatch_group_create.3
    trunk/man/dispatch_object.3
    trunk/man/dispatch_once.3
    trunk/man/dispatch_queue_create.3
    trunk/man/dispatch_semaphore_create.3
    trunk/man/dispatch_time.3

Modified: trunk/man/dispatch.3
===================================================================
--- trunk/man/dispatch.3	2009-09-05 19:41:49 UTC (rev 6)
+++ trunk/man/dispatch.3	2009-09-05 19:49:28 UTC (rev 7)
@@ -27,12 +27,15 @@
 The dispatch framework also provides functions to monitor underlying system
 events and automatically submit event handler blocks to dispatch queues.
 .Sh SEE ALSO
+.Xr dispatch_after 3 ,
+.Xr dispatch_api 3 ,
+.Xr dispatch_apply 3 ,
 .Xr dispatch_async 3 ,
+.Xr dispatch_benchmark 3 ,
+.Xr dispatch_group_create 3 ,
 .Xr dispatch_object 3 ,
+.Xr dispatch_once 3 ,
 .Xr dispatch_queue_create 3 ,
-.Xr dispatch_group_create 3 ,
+.Xr dispatch_semaphore_create 3 ,
 .Xr dispatch_source_create 3 ,
-.Xr dispatch_benchmark 3 ,
-.Xr dispatch_time 3 ,
-.Xr dispatch_apply 3 ,
-.Xr dispatch_once 3 .
+.Xr dispatch_time 3

Modified: trunk/man/dispatch_after.3
===================================================================
--- trunk/man/dispatch_after.3	2009-09-05 19:41:49 UTC (rev 6)
+++ trunk/man/dispatch_after.3	2009-09-05 19:49:28 UTC (rev 7)
@@ -53,5 +53,6 @@
 function is a wrapper around
 .Fn dispatch_after_f .
 .Sh SEE ALSO
+.Xr dispatch 3 ,
 .Xr dispatch_async 3 ,
 .Xr dispatch_time 3

Modified: trunk/man/dispatch_apply.3
===================================================================
--- trunk/man/dispatch_apply.3	2009-09-05 19:41:49 UTC (rev 6)
+++ trunk/man/dispatch_apply.3	2009-09-05 19:49:28 UTC (rev 7)
@@ -75,6 +75,7 @@
 function is a wrapper around
 .Fn dispatch_apply_f .
 .Sh SEE ALSO
+.Xr dispatch 3 ,
 .Xr dispatch_async 3 ,
-.Xr dispatch_semaphore_create 3 ,
-.Xr dispatch_queue_create 3
+.Xr dispatch_queue_create 3 ,
+.Xr dispatch_semaphore_create 3

Modified: trunk/man/dispatch_async.3
===================================================================
--- trunk/man/dispatch_async.3	2009-09-05 19:41:49 UTC (rev 6)
+++ trunk/man/dispatch_async.3	2009-09-05 19:49:28 UTC (rev 7)
@@ -228,7 +228,8 @@
 .Fa queue .
 .Pp
 .Sh SEE ALSO
+.Xr dispatch 3 ,
+.Xr dispatch_apply 3 ,
 .Xr dispatch_once 3 ,
 .Xr dispatch_queue_create 3 ,
-.Xr dispatch_semaphore_create 3 ,
-.Xr dispatch_apply 3
+.Xr dispatch_semaphore_create 3

Modified: trunk/man/dispatch_group_create.3
===================================================================
--- trunk/man/dispatch_group_create.3	2009-09-05 19:41:49 UTC (rev 6)
+++ trunk/man/dispatch_group_create.3	2009-09-05 19:49:28 UTC (rev 7)
@@ -142,8 +142,9 @@
 .Fn dispatch_group_notify_f
 respectively.
 .Sh SEE ALSO
+.Xr dispatch 3 ,
+.Xr dispatch_async 3 ,
 .Xr dispatch_object 3 ,
-.Xr dispatch_async 3 ,
-.Xr dispatch_time 3 ,
 .Xr dispatch_queue_create 3 ,
-.Xr dispatch_semaphore_create 3
+.Xr dispatch_semaphore_create 3 ,
+.Xr dispatch_time 3

Modified: trunk/man/dispatch_object.3
===================================================================
--- trunk/man/dispatch_object.3	2009-09-05 19:41:49 UTC (rev 6)
+++ trunk/man/dispatch_object.3	2009-09-05 19:49:28 UTC (rev 7)
@@ -93,6 +93,7 @@
 The result of getting or setting the context of an object that is not a
 dispatch queue or a dispatch source is undefined.
 .Sh SEE ALSO
+.Xr dispatch 3 ,
 .Xr dispatch_group_create 3 ,
 .Xr dispatch_queue_create 3 ,
 .Xr dispatch_semaphore_create 3 ,

Modified: trunk/man/dispatch_once.3
===================================================================
--- trunk/man/dispatch_once.3	2009-09-05 19:41:49 UTC (rev 6)
+++ trunk/man/dispatch_once.3	2009-09-05 19:49:28 UTC (rev 7)
@@ -42,3 +42,5 @@
 .Fn dispatch_once
 function is a wrapper around
 .Fn dispatch_once_f .
+.Sh SEE ALSO
+.Xr dispatch 3

Modified: trunk/man/dispatch_queue_create.3
===================================================================
--- trunk/man/dispatch_queue_create.3	2009-09-05 19:41:49 UTC (rev 6)
+++ trunk/man/dispatch_queue_create.3	2009-09-05 19:49:28 UTC (rev 7)
@@ -313,6 +313,7 @@
 not to accidentally rely on this side-effect.
 .Pp
 .Sh SEE ALSO
+.Xr dispatch 3 ,
+.Xr dispatch_async 3 ,
 .Xr dispatch_object 3 ,
-.Xr dispatch_async 3 ,
 .Xr dispatch_source_create 3

Modified: trunk/man/dispatch_semaphore_create.3
===================================================================
--- trunk/man/dispatch_semaphore_create.3	2009-09-05 19:41:49 UTC (rev 6)
+++ trunk/man/dispatch_semaphore_create.3	2009-09-05 19:49:28 UTC (rev 7)
@@ -111,4 +111,5 @@
 }
 .Ed
 .Sh SEE ALSO
+.Xr dispatch 3 ,
 .Xr dispatch_object 3

Modified: trunk/man/dispatch_time.3
===================================================================
--- trunk/man/dispatch_time.3	2009-09-05 19:41:49 UTC (rev 6)
+++ trunk/man/dispatch_time.3	2009-09-05 19:49:28 UTC (rev 7)
@@ -105,6 +105,7 @@
 or
 .Fn dispatch_semaphore_wait .
 .Sh SEE ALSO
+.Xr dispatch 3 ,
 .Xr dispatch_after 3 ,
 .Xr dispatch_group_create 3 ,
 .Xr dispatch_semaphore_create 3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20090910/10bbd1f6/attachment-0001.html>


More information about the Libdispatch-changes mailing list