diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-05 13:16:39 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-05 13:16:39 +0000 |
commit | 0948a06427b54c551d55aecf303d9406eb24d492 (patch) | |
tree | f8d4eef40a43d186d3b990227bc6a3b583a9d746 /Master/texmf/doc | |
parent | 33903130ef448a3e60b0e1fedec2cf5882028988 (diff) |
texdoc 0.72 fixing stupid bug (oops)
git-svn-id: svn://tug.org/texlive/trunk@17330 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc')
-rw-r--r-- | Master/texmf/doc/man/man1/texdoc.1 | 2 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/texdoc.man1.pdf | bin | 5357 -> 5357 bytes | |||
-rw-r--r-- | Master/texmf/doc/texdoc/News | 9 |
3 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf/doc/man/man1/texdoc.1 b/Master/texmf/doc/man/man1/texdoc.1 index 3d90d278d6d..ac38f2440c0 100644 --- a/Master/texmf/doc/man/man1/texdoc.1 +++ b/Master/texmf/doc/man/man1/texdoc.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. -.TH TEXDOC "1" "March 2010" "texdoc 0.71" "User Commands" +.TH TEXDOC "1" "March 2010" "texdoc 0.72" "User Commands" .SH NAME texdoc \- find & view documentation in TeX Live .SH SYNOPSIS diff --git a/Master/texmf/doc/man/man1/texdoc.man1.pdf b/Master/texmf/doc/man/man1/texdoc.man1.pdf Binary files differindex 1b4565c8adf..1c48941ac9f 100644 --- a/Master/texmf/doc/man/man1/texdoc.man1.pdf +++ b/Master/texmf/doc/man/man1/texdoc.man1.pdf diff --git a/Master/texmf/doc/texdoc/News b/Master/texmf/doc/texdoc/News index 6dd1a4a5b35..c154cf0f7bb 100644 --- a/Master/texmf/doc/texdoc/News +++ b/Master/texmf/doc/texdoc/News @@ -1,7 +1,14 @@ +Version 0.72 +------------ + +Fix stupid bug introduced in 0.70: texdoc would crash if called without +arguments. (Reported by Maxime Chupin.) + Version 0.71 ------------ -Fix file duplication bugs on windows, reported by Uwe Siart. +Fix bug introduced in 0.70: some results were duplicated on windows. (Reported +by Uwe Siart.) Version 0.70 ------------ |