Remove spurious mdoc directives

This removes several .Ed lines without corresponding .Bd directives.

Originally identified by:
LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z git-review.1 >/dev/null

Change-Id: I673d68c012df857e43e8dbf5cf0104208fb012fe
This commit is contained in:
Clint Adams 2015-06-13 00:32:04 -04:00
parent 802044859f
commit 37cc8d72cd
1 changed files with 0 additions and 7 deletions

View File

@ -200,22 +200,16 @@ username=\fImygerrituser\fP
.Ed .Ed
.It gitreview.scheme .It gitreview.scheme
This setting determines the default scheme (ssh/http/https) of gerrit remote This setting determines the default scheme (ssh/http/https) of gerrit remote
.Ed
.It gitreview.host .It gitreview.host
This setting determines the default hostname of gerrit remote This setting determines the default hostname of gerrit remote
.Ed
.It gitreview.port .It gitreview.port
This setting determines the default port of gerrit remote This setting determines the default port of gerrit remote
.Ed
.It gitreview.project .It gitreview.project
This setting determines the default name of gerrit git repo This setting determines the default name of gerrit git repo
.Ed
.It gitreview.remote .It gitreview.remote
This setting determines the default name to use for gerrit remote This setting determines the default name to use for gerrit remote
.Ed
.It gitreview.branch .It gitreview.branch
This setting determines the default branch This setting determines the default branch
.Ed
.It gitreview.track .It gitreview.track
Determines whether to prefer the currently-tracked branch (if any) Determines whether to prefer the currently-tracked branch (if any)
and the branch against which the changeset was submitted to Gerrit and the branch against which the changeset was submitted to Gerrit
@ -246,7 +240,6 @@ changes. This is the default value unless overridden by
file, and is implied by providing a specific branch name on the file, and is implied by providing a specific branch name on the
command line. command line.
.El .El
.Ed
.It gitreview.rebase .It gitreview.rebase
This setting determines whether changes submitted will This setting determines whether changes submitted will
be rebased to the newest state of the branch. be rebased to the newest state of the branch.