This commit is contained in:
Michael Kerrisk 2006-05-29 05:03:11 +00:00
parent 931e4e2511
commit b9764f3fe4
1 changed files with 5 additions and 3 deletions

View File

@ -130,13 +130,15 @@ return pointers to null-terminated strings.
.SH NOTES
There are two different versions of
.BR basename ()
- the POSIX version described above, and the GNU version one gets
- the POSIX version described above, and the GNU version, which one gets
after
.br
.nf
.B " #define _GNU_SOURCE"
.B " #define _GNU_SOURCE"
.br
.B " #include <string.h>"
.B " #include <string.h>"
.fi
The GNU version never modifies its argument, and returns the
empty string when