summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-02-10 09:46:17 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-02-10 09:46:17 +0100
commit76c1fb55a512bb85239dabc6b4fe17f3fb0c6488 (patch)
tree2bf96c1ebe69d6fafad45adca2fbaa7287c36789 /Changes.old
parent0e88a19ef0979c89c32416bdda9787682b874129 (diff)
Changes.old: Fix script in 2.37 changelog
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes.old b/Changes.old
index ff5273b9c..71e686ea6 100644
--- a/Changes.old
+++ b/Changes.old
@@ -4820,7 +4820,7 @@ Thomas Huriaux / mtk
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
+ for a in $(wc -l man?/*.?| awk '$1 > 2 {print $2}' | grep -v total); do
echo $a; groff -Tascii -wmac -mman $a > /dev/null;
done 2>&1 | less