From 9c945a09f2172e5e3089b53d740e17b60c48268d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 25 Aug 2021 07:38:44 -0700 Subject: doc: document daemon function arguments. * txr.1: Fix the neglect to specify that the daemon function's arguments are Boolean values, rather than integers. --- txr.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3