]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Wed, 12 Dec 2007 17:55:30 +0000 (17:55 +0000)
committerroot <root>
Wed, 12 Dec 2007 17:55:30 +0000 (17:55 +0000)
ev.3
ev.html
ev.pod

diff --git a/ev.3 b/ev.3
index d1a417acb5e0056001e7f11189a661683c24d991..86f8a570ee1e85089d785e65f6a60c32f3c1e3ae 100644 (file)
--- a/ev.3
+++ b/ev.3
@@ -1995,6 +1995,9 @@ event loop blocks next and before \f(CW\*(C`ev_check\*(C'\fR watchers are being
 and only in the child after the fork. If whoever good citizen calling
 \&\f(CW\*(C`ev_default_fork\*(C'\fR cheats and calls it in the wrong process, the fork
 handlers will be invoked, too, of course.
+.PP
+\fIWatcher-Specific Functions and Data Members\fR
+.IX Subsection "Watcher-Specific Functions and Data Members"
 .IP "ev_fork_init (ev_signal *, callback)" 4
 .IX Item "ev_fork_init (ev_signal *, callback)"
 Initialises and configures the fork watcher \- it has no parameters of any
diff --git a/ev.html b/ev.html
index 0299995080d1a4bf51562dbe0898618e58e26833..8e25f607c3b6173f0ecbe2b3be8544b3fed468cc 100644 (file)
--- a/ev.html
+++ b/ev.html
@@ -6,7 +6,7 @@
        <meta name="description" content="Pod documentation for libev" />
        <meta name="inputfile" content="&lt;standard input&gt;" />
        <meta name="outputfile" content="&lt;standard output&gt;" />
-       <meta name="created" content="Wed Dec 12 18:55:04 2007" />
+       <meta name="created" content="Wed Dec 12 18:55:28 2007" />
        <meta name="generator" content="Pod::Xhtml 1.57" />
 <link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head>
 <body>
 <ul><li><a href="#Watcher_Specific_Functions_and_Data_-9">Watcher-Specific Functions and Data Members</a></li>
 </ul>
 </li>
-<li><a href="#code_ev_fork_code_the_audacity_to_re"><code>ev_fork</code> - the audacity to resume the event loop after a fork</a></li>
+<li><a href="#code_ev_fork_code_the_audacity_to_re"><code>ev_fork</code> - the audacity to resume the event loop after a fork</a>
+<ul><li><a href="#Watcher_Specific_Functions_and_Data_-10">Watcher-Specific Functions and Data Members</a></li>
+</ul>
+</li>
 </ul>
 </li>
 <li><a href="#OTHER_FUNCTIONS">OTHER FUNCTIONS</a></li>
@@ -1832,6 +1835,10 @@ event loop blocks next and before <code>ev_check</code> watchers are being calle
 and only in the child after the fork. If whoever good citizen calling
 <code>ev_default_fork</code> cheats and calls it in the wrong process, the fork
 handlers will be invoked, too, of course.</p>
+
+</div>
+<h3 id="Watcher_Specific_Functions_and_Data_-10">Watcher-Specific Functions and Data Members</h3>
+<div id="Watcher_Specific_Functions_and_Data_-2-8">
 <dl>
        <dt>ev_fork_init (ev_signal *, callback)</dt>
        <dd>
diff --git a/ev.pod b/ev.pod
index ee162ca1e6306e410cabc900a99392cccee8bb37..ef49626508f28227c8a00565f56c93941557f38e 100644 (file)
--- a/ev.pod
+++ b/ev.pod
@@ -1794,6 +1794,8 @@ and only in the child after the fork. If whoever good citizen calling
 C<ev_default_fork> cheats and calls it in the wrong process, the fork
 handlers will be invoked, too, of course.
 
+=head3 Watcher-Specific Functions and Data Members
+
 =over 4
 
 =item ev_fork_init (ev_signal *, callback)