aboutsummaryrefslogtreecommitdiff
path: root/libiberty/xexit.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@is.elta.co.il>2001-09-27 21:55:37 +0200
committerDJ Delorie <dj@gcc.gnu.org>2001-09-27 15:55:37 -0400
commite922f9785cea44a5923598d4e7a72352a42df737 (patch)
tree480abcb54fa75ec1846629eeafcf764889c4f370 /libiberty/xexit.c
parentae9092da9647424668486f76d322bbc8351857c4 (diff)
downloadgcc-e922f9785cea44a5923598d4e7a72352a42df737.zip
gcc-e922f9785cea44a5923598d4e7a72352a42df737.tar.gz
gcc-e922f9785cea44a5923598d4e7a72352a42df737.tar.bz2
libiberty.texi: (Top level): Add syncodeindex pg.
* libiberty.texi: (Top level): Add syncodeindex pg. Add @dircategory and @direntry directives. Add @finalout. (many nodes): Lose the next,prev,up pointers on the @nide line. (Using, Supplemental Functions, Replacement Functions): Fix markup. (Functions): Move around, to allow makeinfo to build the manual without next,prev,up pointers in thye node lines. (Licenses): Fix typos. * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c, strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup. * functions.texi: Regenerate. * copying-lib.texi: Lose the next,prev,up pointers on the @node line. From-SVN: r45847
Diffstat (limited to 'libiberty/xexit.c')
-rw-r--r--libiberty/xexit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/xexit.c b/libiberty/xexit.c
index 55ca55a..a65690f 100644
--- a/libiberty/xexit.c
+++ b/libiberty/xexit.c
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
@deftypefn Replacement void xexit (int @var{code})
Terminates the program. If any functions have been registered with
-the @code{xatexit} rpelacement function, they will be called first.
+the @code{xatexit} replacement function, they will be called first.
Termination is handled via the system's normal @code{exit} call.
@end deftypefn