diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-06-25 08:45:35 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-06-25 08:45:35 +0000 |
commit | 7dc682cacf96ed842552d1d0e28657c43b2818d9 (patch) | |
tree | 944e422fadc4ec8322385f56cf9b9f049c8a8d17 /Build | |
parent | 86b15d15b7bb346ef2123185e88034b2a466fa48 (diff) |
Correct syntax for CWEB usage messages
git-svn-id: svn://tug.org/texlive/trunk@9029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/help.h | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index aa0454c4ae5..d683a388909 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,8 @@ +2008-06-25 Peter Breitenlohner <peb@mppmu.mpg.de> + + * help.h (CTANGLEHELP): Correct syntax for ctangle usage. + * (CWEAVEHELP): Correct syntax for cweave usage. + 2008-06-12 Karl Berry <karl@tug.org> * luatexdir/tex/texnodes.c: avoid identifier `prealloc', (wrongly) diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h index 21bbdcbbea8..e6888b669d5 100644 --- a/Build/source/texk/web2c/help.h +++ b/Build/source/texk/web2c/help.h @@ -48,7 +48,7 @@ const_string BIBTEXHELP[] = { #ifdef CWEB const_string CWEAVEHELP[] = { - "Usage: cweave [OPTIONS] WEBFILE[.w] [{CHANGEFILE[.ch]|-}] [OUTFILE[.tex]]", + "Usage: cweave [OPTIONS] WEBFILE[.w] [{CHANGEFILE[.ch]|-} [OUTFILE[.tex]]]", " Weave WEBFILE with CHANGEFILE into a TeX document.", " Default CHANGEFILE is /dev/null;", " TeX output goes to the basename of WEBFILE extended with `.tex'", @@ -68,7 +68,7 @@ const_string CWEAVEHELP[] = { }; const_string CTANGLEHELP[] = { - "Usage: ctangle [OPTIONS] WEBFILE[.w] [{CHANGEFILE[.ch]|-}] [OUTFILE[.c]]", + "Usage: ctangle [OPTIONS] WEBFILE[.w] [{CHANGEFILE[.ch]|-} [OUTFILE[.c]]]", " Tangle WEBFILE with CHANGEFILE into a C/C++ program.", " Default CHANGEFILE is /dev/null;", " C output goes to the basename of WEBFILE extended with `.c'", |