diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-16 00:20:08 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-16 00:20:08 +0000 |
commit | 1178b2eed7e1cd69020ec6a280867f063064b0ff (patch) | |
tree | f9139efb73eec530a87265d76468002c134c1065 | |
parent | 3674ed61a97d07c7f28bec57b923c7a8b7208f36 (diff) |
cosmetic chenge in notfound_msg
git-svn-id: svn://tug.org/texlive/trunk@9592 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 19fade53e72..12af70c106e 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 |