diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-16 00:20:53 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-16 00:20:53 +0000 |
commit | fb49039ba82a418eea6067e1e9e3455b7823c6f6 (patch) | |
tree | 8d6e6034f44cecd33b49776fad0862cadd41b768 | |
parent | 1178b2eed7e1cd69020ec6a280867f063064b0ff (diff) |
cosmetic chenge in notfound_msg, 2nd try (oops)
git-svn-id: svn://tug.org/texlive/trunk@9593 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/texdoc.tlu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/texdoc.tlu b/Master/texmf/scripts/texlive/texdoc.tlu index 12af70c106e..2a4d5ed53cc 100755 --- a/Master/texmf/scripts/texlive/texdoc.tlu +++ b/Master/texmf/scripts/texlive/texdoc.tlu @@ -33,7 +33,7 @@ Usage: texdoc -h, --help | -v, --version | [option] name(s) -s|--search Search for name as a pattern.]] notfound_msg = [[ Sorry, no documentation found for PKGNAME. -Please try `texdoc -s' PKGNAME and make sure the package is installed, +Please try `texdoc -s PKGNAME' and make sure the package is installed, or search the TeX Catalogue at http://ctan.org/search.html#byDescription.]] place_holder = '%%s' -- used for viewer commands |