summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-08-25 07:38:44 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-08-25 07:38:44 -0700
commitfbf6dc4cd7c14ab8b5ae6901dd654ea42612db5f (patch)
tree38ee07e8eac396c79b4dd85e26aa623837529c0b
parenta2ef505ea974292a2647999e32a8d3119bc30501 (diff)
downloadtxr-fbf6dc4cd7c14ab8b5ae6901dd654ea42612db5f.tar.gz
txr-fbf6dc4cd7c14ab8b5ae6901dd654ea42612db5f.tar.bz2
txr-fbf6dc4cd7c14ab8b5ae6901dd654ea42612db5f.zip
doc: document daemon function arguments.
* txr.1: Fix the neglect to specify that the daemon function's arguments are Boolean values, rather than integers.
-rw-r--r--txr.18
1 files changed, 7 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 8977491d..2a8afc1d 100644
--- a/txr.1
+++ b/txr.1
@@ -68832,7 +68832,7 @@ and
.coNP Function @ daemon
.synb
-.mets (daemon < nochdir-p << noclose-p )
+.mets (daemon < nochdir << noclose )
.syne
.desc
This is a wrapper for the function
@@ -68847,6 +68847,12 @@ otherwise, and the
.code errno
variable is set in that case.
+Unlike in the underlying same-named platform function, the
+.meta nochdir
+and
+.meta noclose
+arguments are Boolean, rather than integer values.
+
.SS* Unix File Descriptors
.coNP Function @ open-fileno