diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-08-25 07:38:44 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-08-25 07:38:44 -0700 |
commit | fbf6dc4cd7c14ab8b5ae6901dd654ea42612db5f (patch) | |
tree | 38ee07e8eac396c79b4dd85e26aa623837529c0b | |
parent | a2ef505ea974292a2647999e32a8d3119bc30501 (diff) | |
download | txr-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.1 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |