diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2006-03-02 17:10:49 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-02 23:07:34 -0800 |
commit | c7569b1e0009e0187ce9f87f23699eaa8576b6ee (patch) | |
tree | 7f07d20c4083b889bdfd62995b5ac928d20f8c30 /contrib/git-svn | |
parent | gitview: pass the missing argument _show_clicked_cb. (diff) | |
download | tgif-c7569b1e0009e0187ce9f87f23699eaa8576b6ee.tar.xz |
manpages: insert two missing [verse] markers for multi-line SYNOPSIS
Found with:
for i in *.txt; do
grep -A 2 "SYNOPSIS" "$i" | grep -q "^\[verse\]$" && continue
multiline=$(grep -A 3 "SYNOPSIS" "$i" | tail -n 1)
test -n "$multiline" && echo "$i: $multiline"
done
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib/git-svn')
0 files changed, 0 insertions, 0 deletions