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:
committed by
Florian Weimer
parent
2e807f2959
commit
af85ebcdf7
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user