diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-23 04:11:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-23 04:11:06 +0000 |
commit | bbdf82856440bb670f5db03d6e79103b0c7b59a5 (patch) | |
tree | 005587b84d410ebd9e4c53d9ceef4901461acc00 /iconv | |
parent | 32463b1aa6e3974e772fb984178820c2631d0283 (diff) | |
download | glibc-bbdf82856440bb670f5db03d6e79103b0c7b59a5.tar.gz |
Update.
* iconv/iconvconfig.c (write_output): Update comment explaining
output format.
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/iconvconfig.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c index a6a9bc7aa3..3d986af392 100644 --- a/iconv/iconvconfig.c +++ b/iconv/iconvconfig.c @@ -923,13 +923,13 @@ next_prime (uint32_t seed) to-internal module name offset offset into other conversion table - ooff ??? Sequence of words - name offset + ooff ??? One or more of + number of steps/modules one or more of tuple - canonical name offset + canonical name offset for output module dir name offset module name offset - (following last entry canocical name offset is 0) + (following last entry with step count 0) */ static int write_output (void) |