1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

manual: fix XPG basename prototype

* manual/string.texi (XPG basename): Fix prototype.
This commit is contained in:
Yaakov Selkowitz
2015-03-12 03:20:35 -05:00
committed by Florian Weimer
parent 2e807f2959
commit af85ebcdf7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2015-03-12 Yaakov Selkowitz <yselkowi@redhat.com>
* manual/string.texi (XPG basename): Fix prototype.
2015-03-12 Stefan Liebler <stli@linux.vnet.ibm.com>
[BZ #18080]

View File

@@ -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