summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/usage.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-30 23:22:45 +0000
committerKarl Berry <karl@freefriends.org>2009-11-30 23:22:45 +0000
commitce2e88e887ec0346123a83fff7c4ae2f2d32940f (patch)
treeb7d3ae7e7bed49d0b29b44641c6a6a74379ff3b3 /Build/source/texk/web2c/lib/usage.c
parentfa182c5f72009db598962d13ffab23797626c555 (diff)
initialize first-line parsing list, doc fixes; from Alexander Cherepanov, tex-k mail 22 Nov 2009 17:39:13
git-svn-id: svn://tug.org/texlive/trunk@16253 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/lib/usage.c')
-rw-r--r--Build/source/texk/web2c/lib/usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/lib/usage.c b/Build/source/texk/web2c/lib/usage.c
index 8e1d416e71f..ae35356a702 100644
--- a/Build/source/texk/web2c/lib/usage.c
+++ b/Build/source/texk/web2c/lib/usage.c
@@ -16,7 +16,7 @@ usage (const_string str)
}
/* Call usage if the program exits by printing the help message.
- MESSAGE is an NULL-terminated array or strings which make up the
+ MESSAGE is a NULL-terminated array of strings which make up the
help message. Each string is printed on a separate line.
We use arrays instead of a single string to work around compiler
limitations (sigh).