diff options
author | root <root> | 2007-11-28 18:29:29 +0000 |
---|---|---|
committer | root <root> | 2007-11-28 18:29:29 +0000 |
commit | 88e775bf263260736b416158fa5c27bece8644c0 (patch) | |
tree | 0be10e4d95df5368e37510944f9a879852bb01f8 /ev.html | |
parent | 15231b01d6df419056fbc6d97bc10a2f8f79da00 (diff) |
*** empty log message ***rel-1_5
Diffstat (limited to 'ev.html')
-rw-r--r-- | ev.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,7 @@ <meta name="description" content="Pod documentation for libev" /> <meta name="inputfile" content="<standard input>" /> <meta name="outputfile" content="<standard output>" /> - <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" is a status change like any other. The condition "path does not exist" 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 |