diff mbox series

manual/conf.texi: fix confstr parameter intro

Message ID 20240710194039.331367-1-kolyshkin@gmail.com
State New
Headers show
Series manual/conf.texi: fix confstr parameter intro | expand

Commit Message

Kir Kolyshkin July 10, 2024, 7:40 p.m. UTC
Back in the day, where was only one parameter (_SC_PATH) that can be
read using confstr(3). Some time later (in 1997, commit dfd2257ad9) a
bunch of other parameters were added, but the manual text still says
there is just one parameter.

Fix it.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
---
 manual/conf.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/manual/conf.texi b/manual/conf.texi
index be680e0692..044e232b69 100644
--- a/manual/conf.texi
+++ b/manual/conf.texi
@@ -1553,7 +1553,7 @@  The value of the @var{parameter} is invalid.
 @end table
 @end deftypefun
 
-Currently there is just one parameter you can read with @code{confstr}:
+The following parameters are available:
 
 @vtable @code
 @item _CS_PATH