diff options
author | Christopher Faylor <me@cgf.cx> | 2002-05-24 21:11:43 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-05-24 21:11:43 +0000 |
commit | 8b3e5e2d6e5076769d90662db759ce5009c1ba9c (patch) | |
tree | 1f2bffd2526427db940af46c6c314a37d85d326c | |
parent | 9a292385440df3da10f7eaeff6678ce5d4d49c60 (diff) | |
download | newlib-8b3e5e2d6e5076769d90662db759ce5009c1ba9c.zip newlib-8b3e5e2d6e5076769d90662db759ce5009c1ba9c.tar.gz newlib-8b3e5e2d6e5076769d90662db759ce5009c1ba9c.tar.bz2 |
Fix typos.
-rw-r--r-- | winsup/utils/ChangeLog | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 455e62f..404f93d 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -16,12 +16,12 @@ 2002-05-22 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> - * mount.cc (version) New global variable. - (usage) Standardize usage output. Accomodate new version option. - (print_version) New function. - (longopts) Accomodate new version option. - (opts) Ditto. - (main) Ditto. + * mount.cc (version): New global variable. + (usage): Standardize usage output. Accomodate new version option. + (print_version): New function. + (longopts): Accomodate new version option. + (opts): Ditto. + (main): Ditto. 2002-05-22 Corinna Vinschen <corinna@vinschen.de> @@ -67,12 +67,12 @@ 2002-05-13 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> - * kill.cc (prog_name) New global variable. - (usage) Standardize usage output. Add descriptions. - (print_version) New function. - (longopts) Accomodate new version option. - (opts) Ditto. - (main) Ditto. + * kill.cc (prog_name): New global variable. + (usage): Standardize usage output. Add descriptions. + (print_version): New function. + (longopts): Accomodate new version option. + (opts): Ditto. + (main): Ditto. 2002-05-13 Christopher Faylor <cgf@redhat.com> @@ -113,11 +113,11 @@ 2002-05-07 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> - * dumper.cc (usage) Standardize usage output. Generalize to allow use + * dumper.cc (usage): Standardize usage output. Generalize to allow use for help. - (longopts) New struct. Added longopts for all options. - (print_version) New function. - (main) Change getopt to getopt_long. Accommodate new help and version + (longopts): New struct. Added longopts for all options. + (print_version): New function. + (main): Change getopt to getopt_long. Accommodate new help and version options. 2002-03-29 Corinna Vinschen <corinna@vinschen.de> |