diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 09:00:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 09:00:35 +0000 |
commit | 49c091e52398a34f976421a72ecfc546c19ff903 (patch) | |
tree | f9d0930c78ca46be36094eafa3c1f7a9de405d80 /manual/examples/argp-ex3.c | |
parent | 384cbe9b1e8e1e3a898994fb07506d072c67b247 (diff) | |
download | glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.gz glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.xz glibc-49c091e52398a34f976421a72ecfc546c19ff903.zip |
Update.
2000-02-22 Ulrich Drepper <drepper@redhat.com> * locales/mk_MK: New file. Contributed by Damjan Georgievski <gdamjan@freemail.org.mk> * SUPPORTED: Add mk_MK ISO-8859-1.
Diffstat (limited to 'manual/examples/argp-ex3.c')
-rw-r--r-- | manual/examples/argp-ex3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/examples/argp-ex3.c b/manual/examples/argp-ex3.c index 87d993f8ae..0ea9ce0751 100644 --- a/manual/examples/argp-ex3.c +++ b/manual/examples/argp-ex3.c @@ -17,7 +17,7 @@ a special key specifying something else; the only special keys we use here are ARGP_KEY_ARG, meaning a non-option argument, and ARGP_KEY_END, meaning - that all argumens have been parsed + that all arguments have been parsed ARG -- For an option KEY, the string value of its argument, or NULL if it has none STATE-- A pointer to a struct argp_state, containing |