author | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 2 Mar 2006 16:10:49 +0000 (17:10 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 3 Mar 2006 07:07:34 +0000 (23:07 -0800) | ||
commit | c7569b1e0009e0187ce9f87f23699eaa8576b6ee | |
tree | 7f07d20c4083b889bdfd62995b5ac928d20f8c30 | tree | snapshot |
parent | 9645da330f10c539a7e8ade6d787c72870812846 | commit | diff |
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>
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>
Documentation/git-repo-config.txt | diff | blob | history | |
Documentation/git-svnimport.txt | diff | blob | history |