aboutsummaryrefslogtreecommitdiff
path: root/libiberty/functions.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-01-29 14:51:43 +0000
committerNick Clifton <nickc@redhat.com>2024-01-29 14:51:43 +0000
commitc7f28aad0c99d1d2fec4e52ebfa3735d90ceb8e9 (patch)
treef966233e7c20da536dd316bf8f5ae0ca77a57613 /libiberty/functions.texi
parenta58dc5427f0a6b580e9a37a53399503325956f65 (diff)
downloadgdb-b9086a62e5c3ed3d0bea0ae70329ef4b745095b9.zip
gdb-b9086a62e5c3ed3d0bea0ae70329ef4b745095b9.tar.gz
gdb-b9086a62e5c3ed3d0bea0ae70329ef4b745095b9.tar.bz2
Update version number to 2.42binutils-2_42
Diffstat (limited to 'libiberty/functions.texi')
-rw-r--r--libiberty/functions.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/libiberty/functions.texi b/libiberty/functions.texi
index b56b02e..651b169 100644
--- a/libiberty/functions.texi
+++ b/libiberty/functions.texi
@@ -165,7 +165,7 @@ not recommended.
@end deftypefn
-@c make-temp-file.c:95
+@c make-temp-file.c:108
@deftypefn Replacement const char* choose_tmpdir ()
Returns a pointer to a directory path suitable for creating temporary
@@ -192,7 +192,7 @@ Concatenate zero or more of strings and return the result in freshly
@end deftypefn
-@c argv.c:495
+@c argv.c:485
@deftypefn Extension int countargv (char * const *@var{argv})
Return the number of elements in @var{argv}.
@@ -257,7 +257,7 @@ symbolic name or message.
@end deftypefn
-@c argv.c:352
+@c argv.c:339
@deftypefn Extension void expandargv (int *@var{argcp}, char ***@var{argvp})
The @var{argcp} and @code{argvp} arguments are pointers to the usual
@@ -726,7 +726,7 @@ relative prefix can be found, return @code{NULL}.
@end deftypefn
-@c make-temp-file.c:173
+@c make-temp-file.c:185
@deftypefn Replacement char* make_temp_file (const char *@var{suffix})
Return a temporary file name (as a string) or @code{NULL} if unable to
@@ -1747,7 +1747,7 @@ that the converted value is unsigned.
@c strtoll.c:33
@deftypefn Supplemental {long long int} strtoll (const char *@var{string}, @
char **@var{endptr}, int @var{base})
-@deftypefnx Supplemental {unsigned long long int} strtoull (@
+@deftypefnx Supplemental {unsigned long long int} strtoul (@
const char *@var{string}, char **@var{endptr}, int @var{base})
The @code{strtoll} function converts the string in @var{string} to a
@@ -1938,8 +1938,8 @@ does the return value. The third argument is unused in @libib{}.
@deftypefn Extension int writeargv (char * const *@var{argv}, FILE *@var{file})
Write each member of ARGV, handling all necessary quoting, to the file
-named by FILE, separated by whitespace. Return 0 on success, non-zero
-if an error occurred while writing to FILE.
+associated with FILE, separated by whitespace. Return 0 on success,
+non-zero if an error occurred while writing to FILE.
@end deftypefn