diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-05 11:05:55 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-05 11:14:05 +0100 |
commit | d471effd85668a4704baa2d12f33e125ea429eea (patch) | |
tree | c99ecd4b899483e8c8314b6c25d4c23aead78954 /ChangeLog | |
parent | 25e3dd5365aaab8f470e1c40b1559f3fb4ae68e4 (diff) | |
download | coreutils-d471effd85668a4704baa2d12f33e125ea429eea.tar.xz |
Use tighter regexps when performing name substitution.
* man/Makefile.am (mapped_name): Add ^ and $$ anchors.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-11-05 Jim Meyering <meyering@redhat.com> + Use tighter regexps when performing name substitution. + * man/Makefile.am (mapped_name): Add ^ and $$ anchors. + Don't use GNU-sed-specific \< \> operators. * configure.ac (MAN): Transform ginstall.1 to install.1 using a loop, rather than sed with \<...\>. |