diff options
author | DJ Delorie <dj@redhat.com> | 2001-10-17 17:15:41 -0400 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2001-10-17 17:15:41 -0400 |
commit | 5bed56d982200550d5e8c45b217b071bfae9be14 (patch) | |
tree | e2ffc65e72b8e65621fcec4349bc96ac9591f224 /libiberty/cplus-dem.c | |
parent | 51fabca55a83f4e2efad3cdccd6d312b06540c76 (diff) | |
download | gcc-5bed56d982200550d5e8c45b217b071bfae9be14.tar.gz |
argv.c, [...]: Improve manual formatting.
* argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
mkstemps.c, pexecute.c, random.c, strsitnal.c, vasprintf.c:
Improve manual formatting.
* functions.texi: Regenerate.
From-SVN: r46323
Diffstat (limited to 'libiberty/cplus-dem.c')
-rw-r--r-- | libiberty/cplus-dem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index a464f45e151..e19340c5ada 100644 --- a/libiberty/cplus-dem.c +++ b/libiberty/cplus-dem.c @@ -877,7 +877,7 @@ cplus_demangle_name_to_style (name) /* char *cplus_demangle (const char *mangled, int options) If MANGLED is a mangled function name produced by GNU C++, then - a pointer to a malloced string giving a C++ representation + a pointer to a @code{malloc}ed string giving a C++ representation of the name will be returned; otherwise NULL will be returned. It is the caller's responsibility to free the string which is returned. |