diff --git a/Documentation/cmd-close-connection.txt b/Documentation/cmd-close-connection.txt index 973441e294..c161541e41 100644 --- a/Documentation/cmd-close-connection.txt +++ b/Documentation/cmd-close-connection.txt @@ -1,7 +1,7 @@ = gerrit close-connection == NAME -gerrit close-connection - Close the specified SSH connection +gerrit close-connection - Close the specified SSH connection. == SYNOPSIS [verse] diff --git a/Documentation/cmd-create-account.txt b/Documentation/cmd-create-account.txt index 62bd0aa328..617191fb6d 100644 --- a/Documentation/cmd-create-account.txt +++ b/Documentation/cmd-create-account.txt @@ -69,7 +69,7 @@ Create a new batch/role access user account called `watcher` in the 'Non-Interactive Users' group. ---- - $ cat ~/.ssh/id_watcher.pub | ssh -p 29418 review.example.com gerrit create-account --group "'Non-Interactive Users'" --ssh-key - watcher +$ cat ~/.ssh/id_watcher.pub | ssh -p 29418 review.example.com gerrit create-account --group "'Non-Interactive Users'" --ssh-key - watcher ---- GERRIT diff --git a/Documentation/cmd-create-branch.txt b/Documentation/cmd-create-branch.txt index 336af56d11..2060917d8c 100644 --- a/Documentation/cmd-create-branch.txt +++ b/Documentation/cmd-create-branch.txt @@ -1,7 +1,7 @@ = gerrit create-branch == NAME -gerrit create-branch - Create a new branch +gerrit create-branch - Create a new branch. == SYNOPSIS [verse] @@ -40,7 +40,7 @@ Create a new branch called 'newbranch' from the 'master' branch of the project 'myproject'. ---- - $ ssh -p 29418 review.example.com gerrit create-branch myproject newbranch master +$ ssh -p 29418 review.example.com gerrit create-branch myproject newbranch master ---- GERRIT