]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message *** rel-1_5
authorroot <root>
Wed, 28 Nov 2007 18:29:29 +0000 (18:29 +0000)
committerroot <root>
Wed, 28 Nov 2007 18:29:29 +0000 (18:29 +0000)
ev.3
ev.html
ev.pod

diff --git a/ev.3 b/ev.3
index 9313383840901a49e9db51b35f3d666db7a3e06f..9e1c613d42eacb8e87c62c0c4e4ff48651b3535f 100644 (file)
--- a/ev.3
+++ b/ev.3
@@ -1386,6 +1386,9 @@ not exist\*(R" is signified by the \f(CW\*(C`st_nlink\*(C'\fR field being zero (
 otherwise always forced to be at least one) and all the other fields of
 the stat buffer having unspecified contents.
 .PP
+The path \fIshould\fR be absolute and \fImust not\fR end in a slash. If it is
+relative and your working directory changes, the behaviour is undefined.
+.PP
 Since there is no standard to do this, the portable implementation simply
 calls \f(CW\*(C`stat (2)\*(C'\fR regularly on the path to see if it changed somehow. You
 can specify a recommended polling interval for this case. If you specify
diff --git a/ev.html b/ev.html
index c15386992bcd6413cd86433c8b6ca706a7e36cda..6c59bec08be24636d641d47ec68afa693bd834ce 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 Nov 28 18:32:11 2007" />
+       <meta name="created" content="Wed Nov 28 19:29:25 2007" />
        <meta name="generator" content="Pod::Xhtml 1.57" />
 <link rel="stylesheet" href="http://res.tst.eu/pod.css"/></head>
 <body>
@@ -1250,6 +1250,8 @@ not exist&quot; is a status change like any other. The condition &quot;path does
 not exist&quot; is signified by the <code>st_nlink</code> field being zero (which is
 otherwise always forced to be at least one) and all the other fields of
 the stat buffer having unspecified contents.</p>
+<p>The path <i>should</i> be absolute and <i>must not</i> end in a slash. If it is
+relative and your working directory changes, the behaviour is undefined.</p>
 <p>Since there is no standard to do this, the portable implementation simply
 calls <code>stat (2)</code> regularly on the path to see if it changed somehow. You
 can specify a recommended polling interval for this case. If you specify
diff --git a/ev.pod b/ev.pod
index e906947cf867a229ff77c5ea97d8b9de3ea7856c..aaf225dbd5d1e1d369f605c1128c4820933dc3ed 100644 (file)
--- a/ev.pod
+++ b/ev.pod
@@ -1225,6 +1225,9 @@ not exist" is signified by the C<st_nlink> field being zero (which is
 otherwise always forced to be at least one) and all the other fields of
 the stat buffer having unspecified contents.
 
+The path I<should> be absolute and I<must not> end in a slash. If it is
+relative and your working directory changes, the behaviour is undefined.
+
 Since there is no standard to do this, the portable implementation simply
 calls C<stat (2)> regularly on the path to see if it changed somehow. You
 can specify a recommended polling interval for this case. If you specify