diff options
Diffstat (limited to 'doc')
| -rwxr-xr-x | doc/gen-man.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gen-man.sh b/doc/gen-man.sh index c8e6fdf..19da642 100755 --- a/doc/gen-man.sh +++ b/doc/gen-man.sh @@ -54,8 +54,8 @@ gem_in=$( cat "$gemtext_in" | # Strip a few lines from beginning/end of file. - tail -n +7 | - head -n -7 | + tail -n +9 | + head -n -9 | # First expression replaces all [Text like this] with bold text. # Second expression replaces text like *This* or _this_ with italic text. |
