From 9442cd75d3a2b98974bc4b0e24039b3433331688 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 5 Nov 2001 20:55:42 +0000 Subject: Fix typos. --- manual/string.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/string.texi') diff --git a/manual/string.texi b/manual/string.texi index 66e9d61598..872916b660 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -2137,7 +2137,7 @@ token = strsep (&running, delimiters); /* token => NULL */ @comment GNU @deftypefun {char *} basename (const char *@var{filename}) The GNU version of the @code{basename} function returns the last -component of the path in @var{filename}. This function is the prefered +component of the path in @var{filename}. This function is the preferred usage, since it does not modify the argument, @var{filename}, and respects trailing slashes. The prototype for @code{basename} can be found in @file{string.h}. Note, this function is overriden by the XPG -- cgit v1.2.3