changeset 17768:590723b95600

remove spurious {
author Karl Berry <karl@freefriends.org>
date Sun, 12 Oct 2014 09:03:23 -0700
parents bc4693f4bc9b
children 05d77e098e6e
files ChangeLog doc/posix-functions/dirname.texi
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-12  Karl Berry  <karl@gnu.org>
+
+	* doc/posix-functions/dirname.texi: remove spurious {.
+
 2014-09-28  Ben Pfaff  <blp@cs.stanford.edu>
 
 	basename, dirname: Improve documentation.
--- a/doc/posix-functions/dirname.texi
+++ b/doc/posix-functions/dirname.texi
@@ -21,5 +21,5 @@
 @end itemize
 
 The Gnulib module @code{dirname} provides similar API, with functions
-@code{dir_name} and @{code{mdir_name}, that also works with Windows
+@code{dir_name} and @code{mdir_name}, that also works with Windows
 file names.