From: Benno Schulenberg Date: Sat, 26 Jan 2013 16:07:51 +0000 (+0100) Subject: textual: spell and encode the name of Arkadiusz Miśkiewicz correctly X-Git-Tag: v2.23-rc1~248 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b50945d4ac2b415823cdc067efdcb54c80de8145;p=thirdparty%2Futil-linux.git textual: spell and encode the name of Arkadiusz Miśkiewicz correctly Signed-off-by: Benno Schulenberg --- diff --git a/AUTHORS b/AUTHORS index 1449ce64d5..f29f9a3a26 100644 --- a/AUTHORS +++ b/AUTHORS @@ -89,7 +89,7 @@ CONTRIBUTORS: Anthony Rumble Anton V. Boyarshinov Arif E. Nugroho - Arkadiusz Miskiewicz + Arkadiusz Miśkiewicz Arnaud Mouiche Arun Persaud Attila Áfra diff --git a/Documentation/getopt_changelog.txt b/Documentation/getopt_changelog.txt index ee27965506..0c114b49a2 100644 --- a/Documentation/getopt_changelog.txt +++ b/Documentation/getopt_changelog.txt @@ -13,7 +13,7 @@ 20010311: Fixed stupid compilation error if NLS not selected 20000630: Bumped up version number to 1.1.0 20000630: Ported the Native Language Support patches from util-linux - They are written by Arkadiusz Mi¶kiewicz + They are written by Arkadiusz Miśkiewicz 20000627: Bumped up version number to 1.0.6 20000627: A few manpage tweaks 20000616: Introduced DESTDIR and directory creation in the Makefile. diff --git a/Documentation/releases/v2.13-ReleaseNotes b/Documentation/releases/v2.13-ReleaseNotes index 327894d8e9..1f82058465 100644 --- a/Documentation/releases/v2.13-ReleaseNotes +++ b/Documentation/releases/v2.13-ReleaseNotes @@ -100,7 +100,7 @@ build-sys: - fix directories in EXTRA_DIST [Karel Zak] - fix HAVE_NCURSES [Karel Zak] - fix ifdef ENABLE_WIDECHAR usage [Karel Zak] - - fix linking when ncurses is built with --with-termlib=tinfo [Arkadiusz Miskiewicz] + - fix linking when ncurses is built with --with-termlib=tinfo [Arkadiusz Miśkiewicz] - fix README filenames and add missing files to EXTRA_DISTs [Karel Zak] - fix the example configure call in README [Stepan Kasal] - fix the final message of autogen.sh [Stepan Kasal] diff --git a/Documentation/releases/v2.14-ReleaseNotes b/Documentation/releases/v2.14-ReleaseNotes index 4b7c5afc65..76bb154dba 100644 --- a/Documentation/releases/v2.14-ReleaseNotes +++ b/Documentation/releases/v2.14-ReleaseNotes @@ -363,7 +363,7 @@ setarch: - add fallback for linux/personality [Karel Zak] - add long options to setarch and update manpage [Karel Zak, Li Zefan] - add missing alpha subarchs [Oliver Falk] - - adding groff symlinks to setarch manual page [Arkadiusz Miskiewicz] + - adding groff symlinks to setarch manual page [Arkadiusz Miśkiewicz] - fix compiler warning [LaMont Jones] - generate groff links in a better way [Karel Zak] - provide backwards compatibility [Dmitry V. Levin] diff --git a/Documentation/releases/v2.15-ReleaseNotes b/Documentation/releases/v2.15-ReleaseNotes index 98d9741a66..243f55c664 100644 --- a/Documentation/releases/v2.15-ReleaseNotes +++ b/Documentation/releases/v2.15-ReleaseNotes @@ -302,7 +302,7 @@ build-sys: - release++ (v2.15-rc1) [Karel Zak] - release++ (v2.15-rc2) [Karel Zak] - remove use of devmapper library [Karel Zak] - - tgets is not in ncurses but in tinfo [Arkadiusz Miskiewicz] + - tgets is not in ncurses but in tinfo [Arkadiusz Miśkiewicz] - use pkg-config for blkid and volume_id [Karel Zak] cal: - determine the first day of week from the locale [Pádraig Brady] diff --git a/NEWS b/NEWS index f965ae63d4..d046d1cf6d 100644 --- a/NEWS +++ b/NEWS @@ -769,7 +769,7 @@ util-linux 2.11c corruption by pam_authenticate via pam_ldap (Andreas Damm) * login: removed the REDHAT_IGNORED_MAILSIZE hack * login: unconditionally do vhangup -* login: zero PAM_USER when no username was given (Arkadiusz Miskiewicz) +* login: zero PAM_USER when no username was given (Arkadiusz Miśkiewicz) * look: dictionary now under /usr/share (Erik Troan) * mount: add sanitize_env() (Solar Designer) * mount: another heuristic for vfat (Michal Svec) diff --git a/disk-utils/fsck.minix.c b/disk-utils/fsck.minix.c index fe920853dd..1426950a35 100644 --- a/disk-utils/fsck.minix.c +++ b/disk-utils/fsck.minix.c @@ -62,7 +62,7 @@ * 06.11.96 - Added v2 code submitted by Joerg Dorchain, but written by * Andreas Schwab. * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * * 2008-04-06 James Youngman diff --git a/disk-utils/mkfs.c b/disk-utils/mkfs.c index c34f9f61bb..a6795cb0e4 100644 --- a/disk-utils/mkfs.c +++ b/disk-utils/mkfs.c @@ -8,7 +8,7 @@ * * Mon Jul 1 18:52:58 1996: janl@math.uio.no (Nicolai Langfeldt): * Incorporated fix by Jonathan Kamens - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * */ diff --git a/disk-utils/mkswap.c b/disk-utils/mkswap.c index 79a7328e86..ec6fc5f993 100644 --- a/disk-utils/mkswap.c +++ b/disk-utils/mkswap.c @@ -26,7 +26,7 @@ * V1_MAX_PAGES fixes, jj, 990325. * sparc64 fixes, jj, 000219. * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * */ diff --git a/lib/env.c b/lib/env.c index 04e0f0bc8c..c78419a388 100644 --- a/lib/env.c +++ b/lib/env.c @@ -1,7 +1,7 @@ /* * Security checks of environment * Added from shadow-utils package - * by Arkadiusz Mi¶kiewicz + * by Arkadiusz Miśkiewicz * */ diff --git a/login-utils/chfn.c b/login-utils/chfn.c index 76c0b03eee..b240ec7256 100644 --- a/login-utils/chfn.c +++ b/login-utils/chfn.c @@ -16,7 +16,7 @@ * Hacked by Peter Breitenlohner, peb@mppmu.mpg.de, * to remove trailing empty fields. Oct 5, 96. * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/login-utils/chsh.c b/login-utils/chsh.c index 6e9325deb6..f83b0571d0 100644 --- a/login-utils/chsh.c +++ b/login-utils/chsh.c @@ -17,7 +17,7 @@ * suggestion from Zefram. Disallowing users with shells not in /etc/shells * from changing their shell. * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/login-utils/islocal.c b/login-utils/islocal.c index 0235b781c7..13ce28e481 100644 --- a/login-utils/islocal.c +++ b/login-utils/islocal.c @@ -1,6 +1,6 @@ /* * islocal.c - returns true if user is registered in the local - * /etc/passwd file. Written by Alvaro Martinez Echevarria, + * /etc/passwd file. Written by Álvaro Martínez Echevarria, * alvaro@enano.etsit.upm.es, to allow peaceful coexistence with yp. Nov 94. * * Hacked a bit by poe@daimi.aau.dk @@ -10,7 +10,7 @@ * to distinguish user names where one is a prefix of the other, * and to use "pathnames.h". Oct 5, 96. * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * * 2008-04-06 James Youngman, jay@gnu.org diff --git a/login-utils/last.c b/login-utils/last.c index 6516ddebfa..c3fbaf66ac 100644 --- a/login-utils/last.c +++ b/login-utils/last.c @@ -18,7 +18,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ - /* 1999-02-22 Arkadiusz Mi¶kiewicz + /* 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/login-utils/newgrp.c b/login-utils/newgrp.c index cca7b32446..02e76c3d94 100644 --- a/login-utils/newgrp.c +++ b/login-utils/newgrp.c @@ -2,7 +2,7 @@ * Added a bit more error recovery/reporting - poe * Vesa Roukonen added code for asking password */ -/* 1999-02-22 Arkadiusz Mi¶kiewicz +/* 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/login-utils/vipw.c b/login-utils/vipw.c index 152c9f5aa3..20c05c23d3 100644 --- a/login-utils/vipw.c +++ b/login-utils/vipw.c @@ -38,7 +38,7 @@ * * Martin Schulze's patches adapted to Util-Linux by Nicolai Langfeldt. * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * Sun Mar 21 1999 - Arnaldo Carvalho de Melo * - fixed strerr(errno) in gettext calls diff --git a/misc-utils/cal.c b/misc-utils/cal.c index 3a82c81aca..276148db63 100644 --- a/misc-utils/cal.c +++ b/misc-utils/cal.c @@ -36,7 +36,7 @@ /* 1999-02-01 Jean-Francois Bignolles: added option '-m' to display * monday as the first day of the week. - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * * 2000-09-01 Michael Charles Pruznick diff --git a/misc-utils/getopt.c b/misc-utils/getopt.c index 9e94452e78..a597800429 100644 --- a/misc-utils/getopt.c +++ b/misc-utils/getopt.c @@ -33,7 +33,7 @@ * Version 1.0.6: Tue Jun 27 2000 * No important changes * Version 1.1.0: Tue Jun 30 2000 - * Added NLS support (partly written by Arkadiusz Mikiewicz + * Added NLS support (partly written by Arkadiusz Miśkiewicz * ) * Version 1.1.4: Mon Nov 7 2005 * Fixed a few type's in the manpage diff --git a/misc-utils/kill.c b/misc-utils/kill.c index 8c06a456ad..10730a3113 100644 --- a/misc-utils/kill.c +++ b/misc-utils/kill.c @@ -35,7 +35,7 @@ * modifications (c) salvatore valente * may be used / modified / distributed under the same terms as the original. * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * * 1999-11-13 aeb Accept signal numers 128+s. diff --git a/misc-utils/logger.c b/misc-utils/logger.c index 63cd35598a..30e8fa4fbb 100644 --- a/misc-utils/logger.c +++ b/misc-utils/logger.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * Sun Mar 21 1999 - Arnaldo Carvalho de Melo * - fixed strerr(errno) in gettext calls diff --git a/misc-utils/look.c b/misc-utils/look.c index 83a4ee9c23..502168b9c9 100644 --- a/misc-utils/look.c +++ b/misc-utils/look.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. */ - /* 1999-02-22 Arkadiusz Mi¶kiewicz + /* 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/misc-utils/mcookie.c b/misc-utils/mcookie.c index e9fdfd1a10..da641a176d 100644 --- a/misc-utils/mcookie.c +++ b/misc-utils/mcookie.c @@ -12,7 +12,7 @@ * gather 128 bits of random information, so the magic cookie generated * will be considerably easier to guess than one might expect. * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * 1999-03-21 aeb: Added some fragments of code from Colin Plumb. * diff --git a/misc-utils/namei.c b/misc-utils/namei.c index 048ac42b38..a9c83011fa 100644 --- a/misc-utils/namei.c +++ b/misc-utils/namei.c @@ -13,10 +13,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * The original namei(1) was writtent by: + * The original namei(1) was written by: * Roger S. Southwick (May 2, 1990) * Steve Tell (March 28, 1991) - * Arkadiusz Mikiewicz (1999-02-22) + * Arkadiusz Miśkiewicz (1999-02-22) * Li Zefan (2007-09-10). */ diff --git a/misc-utils/whereis.c b/misc-utils/whereis.c index 3528d62664..d253f375dd 100644 --- a/misc-utils/whereis.c +++ b/misc-utils/whereis.c @@ -33,7 +33,7 @@ /* *:aeb */ -/* 1999-02-22 Arkadiusz Mi¶kiewicz +/* 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/mount-deprecated/fstab.c b/mount-deprecated/fstab.c index 803a700fc6..176a16b311 100644 --- a/mount-deprecated/fstab.c +++ b/mount-deprecated/fstab.c @@ -1,4 +1,4 @@ -/* 1999-02-22 Arkadiusz Mi¶kiewicz +/* 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * Sun Mar 21 1999 - Arnaldo Carvalho de Melo * - fixed strerr(errno) in gettext calls diff --git a/mount-deprecated/mount_mntent.c b/mount-deprecated/mount_mntent.c index 88dab1025c..b5bdd90f8b 100644 --- a/mount-deprecated/mount_mntent.c +++ b/mount-deprecated/mount_mntent.c @@ -1,7 +1,7 @@ /* Private version of the libc *mntent() routines. */ /* Note slightly different prototypes. */ -/* 1999-02-22 Arkadiusz Mi¶kiewicz +/* 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/mount-deprecated/sundries.c b/mount-deprecated/sundries.c index 9bff997532..8ef3618e55 100644 --- a/mount-deprecated/sundries.c +++ b/mount-deprecated/sundries.c @@ -3,7 +3,7 @@ * * added fcntl locking by Kjetil T. (kjetilho@math.uio.no) - aeb, 950927 * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * */ diff --git a/sys-utils/ctrlaltdel.c b/sys-utils/ctrlaltdel.c index 2ad56a1bb4..074f247a92 100644 --- a/sys-utils/ctrlaltdel.c +++ b/sys-utils/ctrlaltdel.c @@ -1,7 +1,7 @@ /* * ctrlaltdel.c - Set the function of the Ctrl-Alt-Del combination * Created 4-Jul-92 by Peter Orbaek - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/sys-utils/cytune.c b/sys-utils/cytune.c index 9b3972677b..932fcaac27 100644 --- a/sys-utils/cytune.c +++ b/sys-utils/cytune.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ /* - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * Sun Mar 21 1999 - Arnaldo Carvalho de Melo * - fixed strerr(errno) in gettext calls diff --git a/sys-utils/ipcrm.c b/sys-utils/ipcrm.c index 6a1ac0d6e1..46c2997294 100644 --- a/sys-utils/ipcrm.c +++ b/sys-utils/ipcrm.c @@ -1,7 +1,7 @@ /* * krishna balasubramanian 1993 * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * * 1999-04-02 frank zago diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c index 352732a3dd..14f5f0ba1e 100644 --- a/sys-utils/ipcs.c +++ b/sys-utils/ipcs.c @@ -11,7 +11,7 @@ * * Patched to display the key field -- hy@picksys.com 12/18/96 * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/sys-utils/readprofile.c b/sys-utils/readprofile.c index 5b77c49561..11058f6431 100644 --- a/sys-utils/readprofile.c +++ b/sys-utils/readprofile.c @@ -19,7 +19,7 @@ */ /* - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * 1999-09-01 Stephane Eranian * - 64bit clean patch diff --git a/sys-utils/renice.c b/sys-utils/renice.c index f4014359f7..50b16422bd 100644 --- a/sys-utils/renice.c +++ b/sys-utils/renice.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ - /* 1999-02-22 Arkadiusz Mi¶kiewicz + /* 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/sys-utils/setsid.c b/sys-utils/setsid.c index 071ccc42fb..20bd0d7bac 100644 --- a/sys-utils/setsid.c +++ b/sys-utils/setsid.c @@ -3,7 +3,7 @@ * Rick Sladkey * In the public domain. * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * * 2001-01-18 John Fremlin diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c index 0486614502..f9c362c407 100644 --- a/sys-utils/tunelp.c +++ b/sys-utils/tunelp.c @@ -42,7 +42,7 @@ * Revision 1.2 1995/01/03 07:33:44 johnsonm * revisions for lp driver updates in Linux 1.1.76 * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * * 1999-05-07 Merged LPTRUSTIRQ patch by Andrea Arcangeli (1998/11/29), aeb diff --git a/term-utils/mesg.c b/term-utils/mesg.c index b24e783354..6ac5a2ef37 100644 --- a/term-utils/mesg.c +++ b/term-utils/mesg.c @@ -39,7 +39,7 @@ * Modified Mon Jul 1 18:14:10 1996, janl@ifi.uio.no, writing to stdout * as suggested by Michael Meskes * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * * 2010-12-01 Marek Polacek diff --git a/term-utils/script.c b/term-utils/script.c index 983930f5cd..6e01aca690 100644 --- a/term-utils/script.c +++ b/term-utils/script.c @@ -32,7 +32,7 @@ */ /* - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * * 2000-07-30 Per Andreas Buer - added "q"-option diff --git a/term-utils/setterm.c b/term-utils/setterm.c index 1cbc979004..c456048d92 100644 --- a/term-utils/setterm.c +++ b/term-utils/setterm.c @@ -16,7 +16,7 @@ * * Converted to terminfo by Kars de Jong (jongk@cs.utwente.nl) * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * * diff --git a/term-utils/ttymsg.c b/term-utils/ttymsg.c index 185e9bba94..66b61b4915 100644 --- a/term-utils/ttymsg.c +++ b/term-utils/ttymsg.c @@ -34,7 +34,7 @@ * */ - /* 1999-02-22 Arkadiusz Mi¶kiewicz + /* 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * Sun Mar 21 1999 - Arnaldo Carvalho de Melo * - fixed strerr(errno) in gettext calls diff --git a/term-utils/wall.c b/term-utils/wall.c index 30324aa857..e370807c85 100644 --- a/term-utils/wall.c +++ b/term-utils/wall.c @@ -37,7 +37,7 @@ * This program is not related to David Wall, whose Stanford Ph.D. thesis * is entitled "Mechanisms for Broadcast and Selective Broadcast". * - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * */ diff --git a/term-utils/write.c b/term-utils/write.c index 03560065c4..83937d3b32 100644 --- a/term-utils/write.c +++ b/term-utils/write.c @@ -40,7 +40,7 @@ * - Added fix from David.Chapell@mail.trincoll.edu enabeling daemons * to use write. * - ANSIed it since I was working on it anyway. - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support * */ diff --git a/text-utils/col.c b/text-utils/col.c index 4ad36fbebd..c2b10dc515 100644 --- a/text-utils/col.c +++ b/text-utils/col.c @@ -37,7 +37,7 @@ * patches from Andries.Brouwer@cwi.nl * Wed Sep 14 22:31:17 1994: patches from Carl Christofferson * (cchris@connected.com) - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * added Native Language Support * 1999-09-19 Bruno Haible * modified to work correctly in multi-byte locales diff --git a/text-utils/colcrt.c b/text-utils/colcrt.c index e6c18b79b7..6c7f6361d0 100644 --- a/text-utils/colcrt.c +++ b/text-utils/colcrt.c @@ -32,7 +32,7 @@ */ /* - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * added Native Language Support * 1999-09-19 Bruno Haible * modified to work correctly in multi-byte locales diff --git a/text-utils/colrm.c b/text-utils/colrm.c index a241fb8f24..454085e703 100644 --- a/text-utils/colrm.c +++ b/text-utils/colrm.c @@ -32,7 +32,7 @@ */ /* - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * added Native Language Support * 1999-09-19 Bruno Haible * modified to work correctly in multi-byte locales diff --git a/text-utils/column.c b/text-utils/column.c index 1f1a0a2a53..2649feceeb 100644 --- a/text-utils/column.c +++ b/text-utils/column.c @@ -32,7 +32,7 @@ */ /* - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * added Native Language Support * 1999-09-19 Bruno Haible * modified to work correctly in multi-byte locales diff --git a/text-utils/hexdump.c b/text-utils/hexdump.c index a4a61cf899..e966cc3132 100644 --- a/text-utils/hexdump.c +++ b/text-utils/hexdump.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ - /* 1999-02-22 Arkadiusz Mi¶kiewicz + /* 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/text-utils/hexsyntax.c b/text-utils/hexsyntax.c index 21cc55ef07..b0e4fb7b49 100644 --- a/text-utils/hexsyntax.c +++ b/text-utils/hexsyntax.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ - /* 1999-02-22 Arkadiusz Mi¶kiewicz + /* 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/text-utils/more.c b/text-utils/more.c index b94ae49b1b..2ebdd75ef1 100644 --- a/text-utils/more.c +++ b/text-utils/more.c @@ -27,7 +27,7 @@ * to be more posix and so compile on linux/axp. * modified by Kars de Jong * to use terminfo instead of termcap. - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * added Native Language Support * 1999-03-19 Arnaldo Carvalho de Melo * more nls translatable strings diff --git a/text-utils/parse.c b/text-utils/parse.c index bd96961086..26925d9711 100644 --- a/text-utils/parse.c +++ b/text-utils/parse.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ - /* 1999-02-22 Arkadiusz Mi¶kiewicz + /* 1999-02-22 Arkadiusz Miśkiewicz * - added Native Language Support */ diff --git a/text-utils/rev.c b/text-utils/rev.c index a44f9c6ebc..00d5196955 100644 --- a/text-utils/rev.c +++ b/text-utils/rev.c @@ -37,7 +37,7 @@ * last line that has no newline correctly. * 3-Jun-1998: Patched by Nicolai Langfeldt to work better on Linux: * Handle any-length-lines. Code copied from util-linux' setpwnam.c - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * added Native Language Support * 1999-09-19 Bruno Haible * modified to work correctly in multi-byte locales diff --git a/text-utils/ul.c b/text-utils/ul.c index 3c7bf50438..f48550c8dc 100644 --- a/text-utils/ul.c +++ b/text-utils/ul.c @@ -34,7 +34,7 @@ /* * modified by Kars de Jong * to use terminfo instead of termcap. - * 1999-02-22 Arkadiusz Mi¶kiewicz + * 1999-02-22 Arkadiusz Miśkiewicz * added Native Language Support * 1999-09-19 Bruno Haible * modified to work correctly in multi-byte locales