git/Documentation: fix SYNOPSIS style bugs
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 6 Mar 2006 00:00:48 +0000 (03:00 +0300)
committerJunio C Hamano <junkio@cox.net>
Mon, 6 Mar 2006 01:02:02 +0000 (17:02 -0800)
This trivial patch fixes SYNOPSIS style bugs.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-archimport.txt
Documentation/git-fetch-pack.txt
Documentation/git-pack-redundant.txt
Documentation/git-shell.txt
Documentation/git-shortlog.txt
Documentation/git-show-branch.txt
Documentation/git-update-ref.txt
Documentation/git-var.txt
index 023d3ae7b96b4cd422fc47458f77921ed62dbd27..5a13187a87e55b90ab0be8c32a8116200f492bbc 100644 (file)
@@ -9,7 +9,7 @@ git-archimport - Import an Arch repository into git
 SYNOPSIS
 --------
 [verse]
-`git-archimport` [-h] [-v] [-o] [-a] [-f] [-T] [-D depth] [-t tempdir]
+'git-archimport' [-h] [-v] [-o] [-a] [-f] [-T] [-D depth] [-t tempdir]
                <archive/branch> [ <archive/branch> ]
 
 DESCRIPTION
index b507e9b64863d2b9b4abc43ddb635b83ae67dcea..913b75bb8d03f74e514037cff249450ee2685fcc 100644 (file)
@@ -8,7 +8,7 @@ git-fetch-pack - Receive missing objects from another repository.
 
 SYNOPSIS
 --------
-git-fetch-pack [-q] [-k] [--exec=<git-upload-pack>] [<host>:]<directory> [<refs>...]
+'git-fetch-pack' [-q] [-k] [--exec=<git-upload-pack>] [<host>:]<directory> [<refs>...]
 
 DESCRIPTION
 -----------
index 2f4cc465105eb1a8cecdbd889df779905eaf994e..a81cb97814f21869185a73b5f339ce6469e932bb 100644 (file)
@@ -8,7 +8,7 @@ git-pack-redundant - Program used to find redundant pack files.
 
 SYNOPSIS
 --------
-'git-pack-redundant [ --verbose ] [ --alt-odb ] < --all | .pack filename ... >'
+'git-pack-redundant' [ --verbose ] [ --alt-odb ] < --all | .pack filename ... >
 
 DESCRIPTION
 -----------
index 3f4d804cca390980977dbf76cbe20792b6561f5b..cc4266d83b529cd6f3d9446064cde37d89e7ad41 100644 (file)
@@ -8,7 +8,7 @@ git-shell - Restricted login shell for GIT over SSH only
 
 SYNOPSIS
 --------
-'git-shell -c <command> <argument>'
+'git-shell' -c <command> <argument>
 
 DESCRIPTION
 -----------
index 65ca77fbf657520a59b308fc3e99ed79b61cff95..bf8db8bac60a3d139209e2801c778bac3028dc24 100644 (file)
@@ -8,7 +8,7 @@ git-shortlog - Summarize 'git log' output.
 
 SYNOPSIS
 --------
-'git-log --pretty=short | git shortlog'
+git-log --pretty=short | 'git-shortlog'
 
 DESCRIPTION
 -----------
index 7b1a9c98756bdc362a244827da601042ee290a43..e474cd0ba7eedb8663f824dcf9f179e75cd3263b 100644 (file)
@@ -8,9 +8,9 @@ git-show-branch - Show branches and their commits.
 SYNOPSIS
 --------
 [verse]
-git-show-branch [--all] [--heads] [--tags] [--topo-order] [--current]
-       [--more=<n> | --list | --independent | --merge-base]
-       [--no-name | --sha1-name] [<rev> | <glob>]...
+'git-show-branch' [--all] [--heads] [--tags] [--topo-order] [--current]
+               [--more=<n> | --list | --independent | --merge-base]
+               [--no-name | --sha1-name] [<rev> | <glob>]...
 
 DESCRIPTION
 -----------
index 69715aa061bd3c5c746ac0e9a73f1f83c301a2bd..475237f19e0fb4fb3a05b857784413a295f5d3b8 100644 (file)
@@ -7,7 +7,7 @@ git-update-ref - update the object name stored in a ref safely
 
 SYNOPSIS
 --------
-`git-update-ref` <ref> <newvalue> [<oldvalue>]
+'git-update-ref' <ref> <newvalue> [<oldvalue>]
 
 DESCRIPTION
 -----------
index c22d34f5fb9df2ce567f72a996f3d85b424ecf69..90cb157be56cec2ced79b8d6995c999d4d8d0251 100644 (file)
@@ -8,7 +8,7 @@ git-var - Print the git users identity
 
 SYNOPSIS
 --------
-git-var [ -l | <variable> ]
+'git-var' [ -l | <variable> ]
 
 DESCRIPTION
 -----------