INN commit: branches/2.5/doc/man (libinn.3)
INN Commit
rra at isc.org
Sat Aug 30 12:13:47 UTC 2014
Date: Saturday, August 30, 2014 @ 05:13:46
Author: iulius
Revision: 9668
libinn documentation: update the name of the fdflag functions
Modified:
branches/2.5/doc/man/libinn.3
----------+
libinn.3 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: libinn.3
===================================================================
--- libinn.3 2014-08-30 12:09:31 UTC (rev 9667)
+++ libinn.3 2014-08-30 12:13:46 UTC (rev 9668)
@@ -232,7 +232,7 @@
or
.IR CAlistopen .
.PP
-.I CloseOnExec
+.I close_on_exec
can make a descriptor ``close-on-exec'' so that it is not shared
with any child processes.
If the flag is non-zero, the file is so marked; if zero, the ``close-on-exec''
@@ -277,7 +277,7 @@
releases any state maintained in the handle and returns an allocated copy
of the text that should be used for the Distribution header.
.PP
-.I SetNonBlocking
+.I nonblocking
enables (if
.I flag
is non-zero) or disables (if
@@ -463,7 +463,7 @@
Fatal("Can't open active file");
/* Don't pass the file on to our children. */
-CloseOnExec(fileno(F), 1);
+close_on_exec(fileno(F), 1);
/* Make a local copy. */
p = ReadInDescriptor(fileno(F), (struct stat *)NULL);
More information about the inn-committers
mailing list