From 8ded91fb377ad48c66e8b44929af7214f40f3557 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 11 Feb 2013 14:12:47 -0800 Subject: Fix some errors in declarations in the manual. --- manual/getopt.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/getopt.texi') diff --git a/manual/getopt.texi b/manual/getopt.texi index 7704515..f0b7283 100644 --- a/manual/getopt.texi +++ b/manual/getopt.texi @@ -59,7 +59,7 @@ option argument, for those options that accept arguments. @comment unistd.h @comment POSIX.2 -@deftypefun int getopt (int @var{argc}, char **@var{argv}, const char *@var{options}) +@deftypefun int getopt (int @var{argc}, char *const *@var{argv}, const char *@var{options}) The @code{getopt} function gets the next option argument from the argument list specified by the @var{argv} and @var{argc} arguments. Normally these values come directly from the arguments received by -- cgit v1.1