]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
basename.3: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 9 Dec 2016 08:06:11 +0000 (09:06 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 9 Dec 2016 08:06:11 +0000 (09:06 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/basename.3

index cb8a5b237668d49b21f855022dfbc8cfffa45265..b4b9e106e197197451d219c809e43b4c196d8787 100644 (file)
@@ -168,9 +168,12 @@ when
 .I <libgen.h>
 is included, and the GNU version otherwise.
 .SH BUGS
-In the glibc implementation of the POSIX versions of these functions
-they modify their argument, and segfault when called with a static string
-like "/usr/".
+In the glibc implementation,
+the POSIX versions of these functions modify the
+.I path
+argument, and segfault when called with a static string
+such as "/usr/".
+
 Before glibc 2.2.1, the glibc version of
 .BR dirname ()
 did not correctly handle pathnames with trailing \(aq/\(aq characters,