diff options
author | Russ Cox <rsc@swtch.com> | 2014-11-16 22:00:17 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2014-11-16 22:00:17 -0500 |
commit | 08e793723cad1c7aed2e8cb16c8592aba5ad05e9 (patch) | |
tree | a0e70cd26aea0241d1fdbca13d16f25be7592cdb /man/man1 | |
parent | 0edb04685bfac6ba0373398f3e9ee561dbaae6bf (diff) | |
download | plan9port-08e793723cad1c7aed2e8cb16c8592aba5ad05e9.tar.gz plan9port-08e793723cad1c7aed2e8cb16c8592aba5ad05e9.tar.bz2 plan9port-08e793723cad1c7aed2e8cb16c8592aba5ad05e9.zip |
man: more Mercurial references changed to Git
Change-Id: I940a21d67b21b5dd139cb20b9fae9595506fc5ae
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/0intro.1 | 2 | ||||
-rw-r--r-- | man/man1/git.1 | 2 | ||||
-rw-r--r-- | man/man1/install.1 | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/0intro.1 b/man/man1/0intro.1 index 1c1ac3b1..f018fc8a 100644 --- a/man/man1/0intro.1 +++ b/man/man1/0intro.1 @@ -308,7 +308,7 @@ that are new or different from Plan 9 from Bell Labs: in .IR acid (1), .IR dial (1), -.IR hg (1), +.IR git (1), .IR label (1), the .B MKSHELL diff --git a/man/man1/git.1 b/man/man1/git.1 index 2cedace7..19f2a102 100644 --- a/man/man1/git.1 +++ b/man/man1/git.1 @@ -72,7 +72,7 @@ The Git tree can be inspected on the web at .SH FILES .TP .B \*9/.git -directory containing Mercurial local repository +directory containing Git local repository .TP .B .gitignore list of files and wildcards to exclude from Git operations diff --git a/man/man1/install.1 b/man/man1/install.1 index 43ac8aa0..574bdc5c 100644 --- a/man/man1/install.1 +++ b/man/man1/install.1 @@ -13,9 +13,9 @@ cd \*9; ./INSTALL .I path ] .SH DESCRIPTION -To obtain the Plan 9 tree, use Mercurial +To obtain the Plan 9 tree, use Git (see -.IR hg (1)) +.IR git (1)) or download a tar file from .HR http://swtch.com/plan9port "" . .PP @@ -151,4 +151,4 @@ a summary of .B install.log .SH SEE ALSO .IR intro (1), -.IR hg (1) +.IR git (1) |