diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-31 02:41:02 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-31 02:41:29 +0100 |
commit | 110cdfd27a1d414e6a3d56cc4d3eed2a9f92199f (patch) | |
tree | 6d1312dcee1c5d595c83375f926ccfc21b80d3d1 /scripts | |
parent | b128ebfdf4a15f8afed4b3e89040096d9bcfce33 (diff) | |
download | man-pages-110cdfd27a1d414e6a3d56cc4d3eed2a9f92199f.tar.gz |
man_show_fixme.sh: f
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/man_show_fixme.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/man_show_fixme.sh b/scripts/man_show_fixme.sh index cfd769ef63..4907e92ee3 100644 --- a/scripts/man_show_fixme.sh +++ b/scripts/man_show_fixme.sh @@ -13,7 +13,7 @@ for f in $*; do if (fixme == 0) { print ".TS" print ".allbox;" - print "lbw50" + print "lbw52" print "l." print "FIXME" print "T{" |