Browse Source

Remove escaping of '|' in manpage option sections

The escaped were ending up verbatim in the generated documentation.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Jonas Fonseca 18 years ago committed by Junio C Hamano
parent
commit
7b55eee77e
  1. 2
      Documentation/git-filter-branch.txt
  2. 2
      Documentation/git-stripspace.txt

2
Documentation/git-filter-branch.txt

@ -152,7 +152,7 @@ definition impossible to preserve signatures at any rate.) @@ -152,7 +152,7 @@ definition impossible to preserve signatures at any rate.)
does this in the '.git-rewrite/' directory but you can override
that choice by this parameter.

-f\|--force::
-f|--force::
`git filter-branch` refuses to start with an existing temporary
directory or when there are already refs starting with
'refs/original/', unless forced.

2
Documentation/git-stripspace.txt

@ -16,7 +16,7 @@ Remove multiple empty lines, and empty lines at beginning and end. @@ -16,7 +16,7 @@ Remove multiple empty lines, and empty lines at beginning and end.

OPTIONS
-------
-s\|--strip-comments::
-s|--strip-comments::
In addition to empty lines, also strip lines starting with '#'.

<stream>::

Loading…
Cancel
Save