Skip to content

Commit 439cc74

Browse files
dschogitster
authored andcommitted
docs: move gitremote-helpers into section 7
It is currently in section 1, but that section is intended for "Executable programs or shell commands". A more appropriate place is section 7: "Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7)". This issue should have been detected earlier by `make check-docs`, but was missed due to a bug in that Makefile target (that we are about to fix). Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent aeb582a commit 439cc74

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Documentation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ MAN1_TXT += $(filter-out \
1212
$(wildcard git-*.txt))
1313
MAN1_TXT += git.txt
1414
MAN1_TXT += gitk.txt
15-
MAN1_TXT += gitremote-helpers.txt
1615
MAN1_TXT += gitweb.txt
1716

1817
MAN5_TXT += gitattributes.txt
@@ -30,6 +29,7 @@ MAN7_TXT += gitdiffcore.txt
3029
MAN7_TXT += giteveryday.txt
3130
MAN7_TXT += gitglossary.txt
3231
MAN7_TXT += gitnamespaces.txt
32+
MAN7_TXT += gitremote-helpers.txt
3333
MAN7_TXT += gitrevisions.txt
3434
MAN7_TXT += gitsubmodules.txt
3535
MAN7_TXT += gittutorial-2.txt

Documentation/git-remote-ext.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ begins with `ext::`. Examples:
118118

119119
SEE ALSO
120120
--------
121-
linkgit:gitremote-helpers[1]
121+
linkgit:gitremote-helpers[7]
122122

123123
GIT
124124
---

Documentation/git-remote-fd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ EXAMPLES
5252

5353
SEE ALSO
5454
--------
55-
linkgit:gitremote-helpers[1]
55+
linkgit:gitremote-helpers[7]
5656

5757
GIT
5858
---

Documentation/git-remote-helpers.txto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
git-remote-helpers
22
==================
33

4-
This document has been moved to linkgit:gitremote-helpers[1].
4+
This document has been moved to linkgit:gitremote-helpers[7].
55

66
Please let the owners of the referring site know so that they can update the
77
link you clicked to get here.

Documentation/git-remote-testgit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The best way to learn more is to read the comments and source code in
2323

2424
SEE ALSO
2525
--------
26-
linkgit:gitremote-helpers[1]
26+
linkgit:gitremote-helpers[7]
2727

2828
GIT
2929
---

Documentation/gitremote-helpers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gitremote-helpers(1)
1+
gitremote-helpers(7)
22
====================
33

44
NAME

Documentation/urls.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ may be used:
6262

6363
where <address> may be a path, a server and path, or an arbitrary
6464
URL-like string recognized by the specific remote helper being
65-
invoked. See linkgit:gitremote-helpers[1] for details.
65+
invoked. See linkgit:gitremote-helpers[7] for details.
6666

6767
If there are a large number of similarly-named remote repositories and
6868
you want to use a different format for them (such that the URLs you

0 commit comments

Comments
 (0)