Skip to content

Commit 57177ad

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: gitcvs-migration: rephrase “man page”
Let’s change the phrasing around the `linkgit` while we’re visiting this file (see previous commit[1]). We use the section syntax to refer to man pages, so writing “man page” next to it is a bit redundant. We can be more concise and just lean on the preposition “in”. And in order to avoid this double “git”: see `git config list` in git-config(1) ... We can rephrase to the subcommand, which is a typical pattern (config or option followed by “in git-command(1)”). † 1: Which also discusses why we do not change a similar phrasing in gittutorial(7) Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5bdb988 commit 57177ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/gitcvs-migration.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ them first before running git pull.
4949
================================
5050
The 'pull' command knows where to get updates from because of certain
5151
configuration variables that were set by the first 'git clone'
52-
command; see `git config list` and the linkgit:git-config[1] man
53-
page for details.
52+
command; see the subcommand `list` in linkgit:git-config[1] for details.
5453
================================
5554

5655
You can update the shared repository with your changes by first committing

0 commit comments

Comments
 (0)