This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] manual: fix XPG basename prototype


On 03/12/2015 09:20 AM, Yaakov Selkowitz wrote:
> * manual/string.texi (XPG basename): Fix prototype.
> ---
>  manual/string.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/manual/string.texi b/manual/string.texi
> index ba5a2c7..397c181 100644
> --- a/manual/string.texi
> +++ b/manual/string.texi
> @@ -2258,7 +2258,7 @@ on different systems.
>  
>  @comment libgen.h
>  @comment XPG
> -@deftypefun {char *} basename (const char *@var{path})
> +@deftypefun {char *} basename (char *@var{path})
>  @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
>  This is the standard XPG defined @code{basename}.  It is similar in
>  spirit to the GNU version, but may modify the @var{path} by removing

Thanks, committed.

-- 
Florian Weimer / Red Hat Product Security


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]