From 0d13f867cf363f51e3c8bf31be2bf44afa4472c1 Mon Sep 17 00:00:00 2001 From: Jiri Malak Date: Sat, 17 Feb 2024 01:04:47 +0100 Subject: [PATCH] one more small change in the documentation of the sysconf function --- docs/doc/lr/src/sysconf.gml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/doc/lr/src/sysconf.gml b/docs/doc/lr/src/sysconf.gml index 140eafee2e..2ec5c55379 100644 --- a/docs/doc/lr/src/sysconf.gml +++ b/docs/doc/lr/src/sysconf.gml @@ -57,10 +57,8 @@ function, retrieve the largest supported backlog of listen requests .endterm In this implementation, _SC_PAGE_SIZE and _SC_PAGESIZE have the same value, and a request to _SC_NPROCESSORS_CONF or _SC_NPROCESSORS_ONLN will return -the same value. -.np -Some inputs, specifically _SC_OPEN_MAX and _SC_CHILD_MAX, are configurable -via calls to +the same value. Some inputs, specifically _SC_OPEN_MAX and _SC_CHILD_MAX, +are configurable via calls to .id setrlimit and may change between subsequent .id &funcb.