Blob Blame History Raw
--- 1/xxx.1	2014-12-03 22:50:21.318837161 -0700
+++ 2/git-review.1	2014-12-03 22:49:44.698420742 -0700
@@ -63,7 +63,7 @@
 In that case local branch name will have a \-patch[patchsetNumber] suffix.
 .Pp
 The following options are available:
-.Bl \-tag \-width indent
+.Bl -tag -width indent
 .It Fl d Ar change , Fl \-download= Ns Ar change
 Download
 .Ar change
@@ -165,7 +165,7 @@
 This utility can be configured by adding entries to Git configuration.
 .Pp
 The following configuration keys are supported:
-.Bl \-tag
+.Bl -tag
 .It gitreview.username
 Default username used to access the repository. If not specified
 in the Git configuration, Git remote or
@@ -175,7 +175,7 @@
 Example entry in the
 .Pa .gitconfig
 file:
-.Bd \-literal \-offset indent
+.Bd -literal -offset indent
 [gitreview]
 username=\fImygerrituser\fP
 .Ed
@@ -184,7 +184,7 @@
 be rebased to the newest state of the branch.
 .Pp
 A value of 'true' or 'false' should be specified.
-.Bl \-tag
+.Bl -tag
 .It false
 Do not rebase changes on submit \- equivalent to setting
 .Fl R
@@ -208,7 +208,7 @@
 a file at the root of the repository named
 .Pa .gitreview
 and place information about your gerrit installation in it.  The format is similar to the Windows .ini file format:
-.Bd \-literal \-offset indent
+.Bd -literal -offset indent
 [gerrit]
 host=\fIhostname\fP
 port=\fITCP port number of gerrit\fP
@@ -228,7 +228,7 @@
 not to rebase changes by default (same as the
 .Fl R
 command line option)
-.Bd \-literal \-offset indent
+.Bd -literal -offset indent
 [gerrit]
 host=review.example.com
 port=29418
@@ -243,7 +243,7 @@
 Normally, exit status is 0 if executed successfully.
 Exit status 1 indicates general error, sometimes more
 specific error codes are available:
-.Bl \-tag \-width 999
+.Bl -tag -width 999
 .It 2
 Gerrit
 .Ar commit\-msg
@@ -289,14 +289,14 @@
 communication with Gerrit or remote Git repository,
 exit status larger than 63 means there was a problem with
 a local repository or a working copy.
-
+.Pp
 Exit status larger than or equal to 128 means internal
 error in running the "git" command.
 .Pp
 .Sh EXAMPLES
 To fetch a remote change number 3004:
 .Pp
-.Bd \-literal \-offset indent
+.Bd -literal -offset indent
 $ git\-review \-d 3004
 Downloading refs/changes/04/3004/1 from gerrit into
 review/someone/topic_name
@@ -311,7 +311,7 @@
 .Pp
 To fetch a remote patchset number 5 from change number 3004:
 .Pp
-.Bd \-literal \-offset indent
+.Bd -literal -offset indent
 $ git\-review \-d 3004,5
 Downloading refs/changes/04/3004/5 from gerrit into
 review/someone/topic_name\-patch5
@@ -322,10 +322,10 @@
 .Ed
 .Pp
 To send a change for review and delete local branch afterwards:
-.Bd \-literal \-offset indent
+.Bd -literal -offset indent
 $ git\-review \-f
 remote: Resolving deltas:   0% (0/8)
-To ssh://username@review.example.com/departement/project.git
+To ssh://username@review.example.com/department/project.git
  * [new branch]      HEAD \-> refs/for/master/topic_name
 Switched to branch 'master'
 Deleted branch 'review/someone/topic_name'
@@ -344,7 +344,7 @@
 in the branch
 .Cm master
 :
-.Bd \-literal \-offset indent
+.Bd -literal -offset indent
 [gerrit]
 host=review.example.com
 port=29418