git-rm.txt: Fix quoting
commitf34e9edc7bbb41c52ff6a17dbffbef3d4979ee25
authorMichael J Gruber <git@drmicha.warpmail.net>
Tue, 7 Dec 2010 09:07:11 +0000 (7 10:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Dec 2010 21:13:21 +0000 (7 13:13 -0800)
treeea60eb5afb8871047087869f4474e6cbb72d25dd
parent6079ec6680da5e40d15d981c24051e9bf5c226fc
git-rm.txt: Fix quoting

Literal " produces typographically incorrect quotations, but "works" in
most circumstances. In the subheadings of git-rm.txt, it "works" for the
html backend but not for the docbook conversion to nroff: double "" and
spurious double spaces appear in the output.

Replace "incorrect" quotations by ``correct'' ones, and fix other
"quotations" which are really `code fragments`.

This should make git-rm.txt "-clean.

Reported-by: Jeff King <peff@peff.net>
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Helped-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rm.txt