diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-10 16:12:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-10 16:12:25 +0000 |
commit | 09bd084f053b485c8afac1c9d6cf2c3bd7878d77 (patch) | |
tree | 1d2181260c66552ff0d92a805686712dbc2b374d /Master/install-tl | |
parent | b1912a2a04bdaccf2976555ff217391f621452e1 (diff) |
doc fixes
git-svn-id: svn://tug.org/texlive/trunk@15211 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/install-tl b/Master/install-tl index 8c27feae0d5..e99e27b803b 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1787,15 +1787,15 @@ C<archive> directory relative to the root. Compressed is preferred if both are available, since it is faster. Here's an example of using a local directory: - -repository /local/TL/repository/copy + -repository /local/TL/repository If the repository is on the network, trailing C</> characters and/or trailing C</tlpkg> and C</archive> components are ignored. For example, you could choose a particular CTAN mirror with something like this: - -repository http://mirror.example.org/its/path/to/ctan/texlive/tlnet + -repository http://ctan.example.org/its/ctan/dir/systems/texlive/tlnet -Of course a proper hostname and its particular top-level CTAN path +Of course a real hostname and its particular top-level CTAN path have to be specified. The list of CTAN mirrors is available at L<http://ctan.org/mirrors>. @@ -1921,7 +1921,7 @@ If C<-v> has been given the revisions of the used modules are reported, too. =back As usual, all options can be specified with either C<-> or C<-->, and -arguments can be be separated from their options by either a space or C<=>. +arguments can be separated from their options by either a space or C<=>. =head1 PORTABLE USE |