summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-22 23:50:42 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-22 23:50:42 +0000
commitbb98d979b20f48f89bfb455f9df21167a5f19479 (patch)
tree19b0a5b76889950194832fa7db0e3b0b374de735 /Changes.old
parentac8903bdb07104660720e322e67113cdf7ae1860 (diff)
sync
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changes.old b/Changes.old
index c53a1664a..d08290d5e 100644
--- a/Changes.old
+++ b/Changes.old
@@ -4771,8 +4771,8 @@ Global changes
Thomas Huriaux / mtk
- Various formatting found as a result of reviewing the following
- command were fixed.
+ Various formatting problems found as a result of reviewing the
+ following command were fixed.
for a in $(wc man?/*.?| awk '$1 > 2 ' | grep -v total); do
echo $a; groff -Tascii -wmac -mman $a > /dev/null;