* doc/posix-functions/basename.texi: Mention dirname module and
base_name() function.
* doc/posix-functions/dirname.texi: Mention dir_name() and
mdir_name() functions.
Suggested by Werner LEMBERG <wl@gnu.org>.
+2014-09-28 Ben Pfaff <blp@cs.stanford.edu>
+
+ basename, dirname: Improve documentation.
+ * doc/posix-functions/basename.texi: Mention dirname module and
+ base_name() function.
+ * doc/posix-functions/dirname.texi: Mention dir_name() and
+ mdir_name() functions.
+ Suggested by Werner LEMBERG <wl@gnu.org>.
+
2014-09-24 Jim Meyering <meyering@fb.com>
exclude: declare exclude_patopts static
@code{basename} assumes file names in POSIX syntax; it does not work with file
names in Windows syntax.
@end itemize
+
+The Gnulib module @code{dirname} provides similar API, with function
+@code{base_name}, that also works with Windows file names.
names in Windows syntax.
@end itemize
-The Gnulib module @code{dirname} provides similar API that also works with
-Windows file names.
+The Gnulib module @code{dirname} provides similar API, with functions
+@code{dir_name} and @{code{mdir_name}, that also works with Windows
+file names.