X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-var.txt;h=3647dd6c8f9c74a688f7a143119386ba89a8f13d;hb=19a31f9c1a6b18abd8a7f20d616516afca36a6a3;hp=2980283905ad1f359dbc790dfe87b5803a0b608f;hpb=891e85a0c08e12d3f6174d8eb10b4ef284c4b01b;p=git.git diff --git a/Documentation/git-var.txt b/Documentation/git-var.txt index 298028390..3647dd6c8 100644 --- a/Documentation/git-var.txt +++ b/Documentation/git-var.txt @@ -8,7 +8,7 @@ git-var - Show a git logical variable SYNOPSIS -------- -'git-var' [ -l | ] +'git var' [ -l | ] DESCRIPTION ----------- @@ -20,11 +20,11 @@ OPTIONS Cause the logical variables to be listed. In addition, all the variables of the git configuration file .git/config are listed as well. (However, the configuration variables listing functionality - is deprecated in favor of `git-config -l`.) + is deprecated in favor of 'git-config -l'.) EXAMPLE -------- - $ git-var GIT_AUTHOR_IDENT + $ git var GIT_AUTHOR_IDENT Eric W. Biederman 1121223278 -0600 @@ -45,7 +45,7 @@ Your parents must have hated you!:: Your sysadmin must hate you!:: The password(5) name field is longer than a giant static buffer. -See Also +SEE ALSO -------- linkgit:git-commit-tree[1] linkgit:git-tag[1] @@ -61,4 +61,4 @@ Documentation by Eric Biederman and the git-list . GIT --- -Part of the linkgit:git[7] suite +Part of the linkgit:git[1] suite