summaryrefslogtreecommitdiff
path: root/libc/manual/startup.texi
diff options
context:
space:
mode:
Diffstat (limited to 'libc/manual/startup.texi')
-rw-r--r--libc/manual/startup.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/manual/startup.texi b/libc/manual/startup.texi
index d0be5e65f..a2777141c 100644
--- a/libc/manual/startup.texi
+++ b/libc/manual/startup.texi
@@ -220,7 +220,7 @@ programming of code like this the function @code{getsubopt} is
available.
@comment stdlib.h
-@deftypefun int getsubopt (char **@var{optionp}, const char* const *@var{tokens}, char **@var{valuep})
+@deftypefun int getsubopt (char **@var{optionp}, char *const *@var{tokens}, char **@var{valuep})
The @var{optionp} parameter must be a pointer to a variable containing
the address of the string to process. When the function returns the