From b155b0649814b20e635a2db305696710fa1037ce Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 12 Oct 2014 09:03:23 -0700 Subject: [PATCH] remove spurious { --- ChangeLog | 4 ++++ doc/posix-functions/dirname.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0bf83d4d53..0fbd2e762b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-12 Karl Berry + + * doc/posix-functions/dirname.texi: remove spurious {. + 2014-09-28 Ben Pfaff basename, dirname: Improve documentation. diff --git a/doc/posix-functions/dirname.texi b/doc/posix-functions/dirname.texi index dd86e58128..8acc185ba0 100644 --- a/doc/posix-functions/dirname.texi +++ b/doc/posix-functions/dirname.texi @@ -21,5 +21,5 @@ names in Windows syntax. @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. -- 2.39.5