]> git.ipfire.org Git - thirdparty/git.git/commit
doc: gitcvs-migration: rephrase “man page”
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Sun, 5 Apr 2026 10:32:00 +0000 (12:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2026 16:57:07 +0000 (09:57 -0700)
commit57177ad139c3d83116459c5a8ec323b8d2a050f4
tree3c43ed9b51b354c2e4204baca6c84b262bdccd81
parent5bdb9883bda41024e3c47f1cddf69977d82fe3a9
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>
Documentation/gitcvs-migration.adoc