aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-10-31 02:24:48 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-10-31 02:41:30 +0100
commit4c4e6e3ff3cc8e570b0457bfc709bec24e492329 (patch)
treef4a990a69453473337b5f88197cedf29f4a5f9f5
parent110cdfd27a1d414e6a3d56cc4d3eed2a9f92199f (diff)
downloadman-pages-4c4e6e3ff3cc8e570b0457bfc709bec24e492329.tar.gz
man_show_fixme.sh: Tweak indent lines
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--scripts/man_show_fixme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/man_show_fixme.sh b/scripts/man_show_fixme.sh
index 4907e92ee3..1b9325bb41 100644
--- a/scripts/man_show_fixme.sh
+++ b/scripts/man_show_fixme.sh
@@ -34,7 +34,7 @@ for f in $*; do
sub("^\\...", "")
if ($0 ~ /^[ ][ ]*.*/) {
print ".br"
- sub("^[ ]*", "")
+ sub("^[ ]*", " ")
}
}