diff options
author | Jeff Muizelaar <jeff@infidigm.net> | 2006-03-05 01:20:07 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-05 00:57:37 -0800 |
commit | 46444f514bf5a1df17885283634256a86fa11196 (patch) | |
tree | 491fea8d16c5505c183571ac24aca30181705480 | |
parent | 8588452ceb78b1da17652ba03f9942ef740e07ea (diff) | |
download | git-46444f514bf5a1df17885283634256a86fa11196.tar.gz |
cosmetics: change from 'See-Also' to 'See Also'
Changes the documentation that uses 'See-Also' to the more common
'See Also' form.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git-pack-objects.txt | 2 | ||||
-rw-r--r-- | Documentation/git-pack-redundant.txt | 2 | ||||
-rw-r--r-- | Documentation/git-prune-packed.txt | 2 | ||||
-rw-r--r-- | Documentation/git-repack.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt index 4cb2e83faa..567dabf0f1 100644 --- a/Documentation/git-pack-objects.txt +++ b/Documentation/git-pack-objects.txt @@ -101,7 +101,7 @@ Documentation ------------- Documentation by Junio C Hamano -See-Also +See Also -------- gitlink:git-repack[1] gitlink:git-prune-packed[1] diff --git a/Documentation/git-pack-redundant.txt b/Documentation/git-pack-redundant.txt index 9fe86aef98..2f4cc46510 100644 --- a/Documentation/git-pack-redundant.txt +++ b/Documentation/git-pack-redundant.txt @@ -46,7 +46,7 @@ Documentation -------------- Documentation by Lukas Sandström <lukass@etek.chalmers.se> -See-Also +See Also -------- gitlink:git-pack-objects[1] gitlink:git-repack[1] diff --git a/Documentation/git-prune-packed.txt b/Documentation/git-prune-packed.txt index 37c53a91de..234882685d 100644 --- a/Documentation/git-prune-packed.txt +++ b/Documentation/git-prune-packed.txt @@ -40,7 +40,7 @@ Documentation -------------- Documentation by Ryan Anderson <ryan@michonline.com> -See-Also +See Also -------- gitlink:git-pack-objects[1] gitlink:git-repack[1] diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index 6c0f792dad..d2f9a44382 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -63,7 +63,7 @@ Documentation -------------- Documentation by Ryan Anderson <ryan@michonline.com> -See-Also +See Also -------- gitlink:git-pack-objects[1] gitlink:git-prune-packed[1] |