[patches] adding accents, fixing encodings, and more textual stuff

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

The first patch adds accents to a few names in the NEWS file;
since this file is now UTF-8 it will support accented letters.
The second patch does this for one name in the AUTHORS file,
but mainly removes four duplicates from that file.  That these
names are duplicates is evidenced by their contributions being
claimed by a single person on Ohloh.net, or the email address
being identical.  The third patch spells and encodes the name
of Arkadiusz Miśkiewicz correctly in fifty odd files -- it has
annoyed me for quite a while to see this strange question mark
and the note "converted" when opening any of those files with
vim.  The fourth patch fixes two more misencodings in two files
-- as far as I can tell no more improper codes between hex 80
and hex ff remain in the repo.

The fifth patch gettextizes an overlooked string, and the sixth
patch improves an error message and the help text of isosize,
mainly adding the standard angular brackets around arguments.

Regards,

Benno

-- 
http://www.fastmail.fm - Access all of your messages and folders
                          wherever you are

From 7b1b0d6afb1fb53736d7e58fb47dca9af26ff3f3 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
Date: Sat, 26 Jan 2013 15:35:57 +0100
Subject: [PATCH 1/6] docs: NEWS: add some missing accents, since this is now UTF-8

Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
---
 NEWS |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/NEWS b/NEWS
index 1c84a88..f965ae6 100644
--- a/NEWS
+++ b/NEWS
@@ -141,7 +141,7 @@ util-linux-ng 2.13-rc1
 util-linux 2.13-pre7
 
 * mount: default to cifs instead of smbfs for sources
-         starting with // Lars Mueller()
+         starting with // (Lars Mueller)
 * flock: documentation updates (H. Peter Anvin)
 * new translation: id
 * updated translations: de, it, sl, uk
@@ -347,13 +347,13 @@ util-linux 2.12
 
 util-linux 2.12pre
 
-* Catalan messages (Antoni Bella Perez)
+* Catalan messages (Antoni Bella Pérez)
 * Danish messages (Claus Hindsgaul)
 * Dutch messages (Taco Witte)
 * Finnish messages (Lauri Nurmi)
 * French messages (Michel Robitaille)
 * German messages (Michael Piefel)
-* Slovenian messages (Primoz Peterlin)
+* Slovenian messages (Primož Peterlin)
 * Spanish messages (Santiago Vila Doncel)
 * Swedish messages (Christian Rose)
 * Turkish messages (Nilgün Belma Bugüner)
@@ -383,13 +383,13 @@ util-linux 2.12pre
 
 util-linux 2.11z
 
-* Catalan messages (Antoni Bella Perez)
+* Catalan messages (Antoni Bella Pérez)
 * Danish messages (Claus Hindsgaul)
 * Dutch messages (Taco Witte)
 * Finnish messages (Lauri Nurmi)
 * French messages (Michel Robitaille) - HURRAY!
 * German messages (Michael Piefel)
-* Slovenian messages (Primoz Peterlin)
+* Slovenian messages (Primož Peterlin)
 * Spanish messages (Santiago Vila Doncel)
 * Swedish messages (Christian Rose)
 * Turkish messages (Nilgün Belma Bugüner)
@@ -414,10 +414,10 @@ util-linux 2.11y
 * ipcs: compilation fix
 * more: kill external help file (Joachim Henke)
 * mount: fix LABEL= handling for user umount
-* mount: don't abort on read error on photocds (Gyorgy Kovesdi)
+* mount: don't abort on read error on photocds (György Kövesdi)
 * mount.8: add dmask and fmask vfat mount options
 * pg: compilation fix (Joachim Henke)
-* script: localized time strings (Goeran Uddeborg)
+* script: localized time strings (Göran Uddeborg)
 * setterm: accept devfs name (Joachim Henke)
 * simpleinit: security: refuse initctl_fd if setting FD_CLOEXEC fails
 * umount: allow user umount after mount by label or uuid
@@ -452,15 +452,15 @@ util-linux 2.11w
 * fdisk: allow to use the last partial cylinder, change display format
 * fdisk: do not ask partition number in case there is only one choice
 * fdisk: new sunlabel fix
-* login: fix possible local root exploit (Wojciech Purczynski)
+* login: fix possible local root exploit (Wojciech PurczyÅ?ski)
 * more: bigendian fix
 
 util-linux 2.11v
 
-* Catalan messages (Antoni Bella Perez)
+* Catalan messages (Antoni Bella Pérez)
 * Finnish messages (Lauri Nurmi)
 * Very few Russian messages (panivan@xxxxxxxxx)
-* Slovenian messages (Primoz Peterlin)
+* Slovenian messages (Primož Peterlin)
 * Spanish messages (Santiago Vila Doncel)
 * Swedish messages (Christian Rose)
 * Turkish messages (Nilgün Belma Bugüner)
@@ -727,8 +727,8 @@ util-linux 2.11e
 * fdisk: SuperH fix (ISHIKAWA Mutsumi)
 * hwclock: accept alpha options in both upper and lower case
   (so as to make the man page correct)
-* hwclock: add option --noadjtime (Henrique M Holschuh)
-* login: child must have controlling tty (Michal Moskal)
+* hwclock: add option --noadjtime (Henrique M. Holschuh)
+* login: child must have controlling tty (MichaÅ? Moskal)
 * more: don't seek unseekable input (David Whedon)
 * mount: upon request by Richard Gooch: if the mount point is specified
   as symlink, put symlink, not actual mount point in mtab.
@@ -898,7 +898,7 @@ util-linux 2.10n:
 * script: added -f (flush) option (Ivan Schreter)
 * script: added -q (quiet) option (Per Andreas Buer)
 * getopt: updated to version 1.1.0 (Frodo Looijaard)
-* Czech messages (Jiri Pavlovsky)
+* Czech messages (JiÅ?í Pavlovský)
 
 util-linux 2.10m:
 
@@ -956,7 +956,7 @@ util-linux 2.10g:
 * Update of raw (Stephen Tweedie):
   Control file was /dev/raw, now /dev/rawctl
   Access files were /dev/raw*, now /dev/raw/raw*
-* Czech messages (Jiri Pavlovsky)
+* Czech messages (JiÅ?í Pavlovský)
 * German messages (Daniel Egger)
 * losetup locks memory (Frank v Waveren)
 
@@ -1016,7 +1016,7 @@ util-linux 2.10:
 util-linux 2.9z:
 
 * Japanese messages (Daisuke Yamashita)
-* Czech messages (Jiri Pavlovsky)
+* Czech messages (JiÅ?í Pavlovský)
 * Added some udf stuff to mount.8
 * Added ioctl for fdisk on bsdlabels
 
-- 
1.7.0.4

From 61f26546faaa0bbbcb034ee838475e477463d26a Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
Date: Sat, 26 Jan 2013 15:40:44 +0100
Subject: [PATCH 2/6] docs: AUTHORS: remove four duplicate entries

Also fix a spello, remove unneeded backslashes,
and add two missing accents.

Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
---
 AUTHORS |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index eef1b6b..1449ce6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -38,7 +38,7 @@ AUTHORS (merged projects & commands):
       lslocks:         Davidlohr Bueso <dave@xxxxxxx>
       mountpoint:      Karel Zak <kzak@xxxxxxxxxx>
       pslimit:         Davidlohr Bueso <dave@xxxxxxx>
-      runuser:         [derivated from coreutils su(1)]
+      runuser:         [derived from coreutils su(1)]
                        Karel Zak <kzak@xxxxxxxxxx>
       resizepart:      Vivek Goyal <vgoyal@xxxxxxxxxx>
       rtcwake:         David Brownell <david-b@xxxxxxxxxxx>
@@ -75,7 +75,6 @@ CONTRIBUTORS:
       Alexander Shishkin <virtuoso@xxxxxxxxx>
       Alexandre Peixoto Ferreira <alexandref75@xxxxxxxxx>
       Alexey Gladkov <gladkov.alexey@xxxxxxxxx>
-      Alexey Gladkov <legion@xxxxxxxxxxx>
       Alon Bar-Lev <alon.barlev@xxxxxxxxx>
       Alvaro M. Echevarria
       Américo Wang <xiyou.wangcong@xxxxxxxxx>
@@ -164,7 +163,7 @@ CONTRIBUTORS:
       Fran Diéguez <frandieguez@xxxxxxxxxx>
       Frank Mayhar <fmayhar@xxxxxxxxxx>
       Frédéric Bothamy <frederic.bothamy@xxxxxxx>
-      Frederik \"Freso\" S. Olesen <freso@xxxxxxxx>
+      Frederik "Freso" S. Olesen <freso@xxxxxxxx>
       Gabor Kelemen <kelemeng@xxxxxxxx>
       Gabriel Barazer <gabriel@xxxxxxxx>
       Gabriel Burt <gburt@xxxxxxxxxx>
@@ -197,7 +196,7 @@ CONTRIBUTORS:
       Jan Engelhardt <jengelh@xxxxxxxxxx>
       Jan Kara <jack@xxxxxxx>
       Jan Sarenik <jsarenik@xxxxxxxxxx>
-      Jan \"Yenya\" Kasprzak <kas@xxxxxxxxxx>
+      Jan "Yenya" Kasprzak <kas@xxxxxxxxxx>
       Jari Aalto <jari.aalto@xxxxxxxxx>
       Jason Borden <jborden@xxxxxxxxxxxx>
       Jason Vas Dias <jvdias@xxxxxxxxxx>
@@ -208,7 +207,6 @@ CONTRIBUTORS:
       Jeroen Oortwijn <oortwijn@xxxxxxxxx>
       Jesse Thilo <jesse.thilo@xxxxxxxxx>
       Jim Meyering <jim@xxxxxxxxxxxx>
-      Jim Meyering <meyering@xxxxxxxxxx>
       Jindrich Makovicka <makovick@xxxxxxxxx>
       Jiro SEKIBA <jir@xxxxxxxxx>
       Joe Hansen <joedalton2@xxxxxxxx>
@@ -259,7 +257,6 @@ CONTRIBUTORS:
       Masatake YAMATO <yamato@xxxxxxxxxx>
       Matthew Garrett <mjg59@xxxxxxxxxxxxx>
       Matthias König <mk@xxxxxxxxxxxx>
-      Matthias Koenig <mkoenig@xxxxxxx>
       Maurizio Lombardi <m.lombardi85@xxxxxxxxx>
       maximilian attems <max@xxxxxxx>
       Maxim Levitsky <maximlevitsky@xxxxxxxxx>
@@ -271,7 +268,6 @@ CONTRIBUTORS:
       Michel Robitaille <robitail@xxxxxxxxxxxxxxxx>
       Mike Frysinger <vapier@xxxxxxxxxx>
       Mike Hommey <mh@xxxxxxxxxxxx>
-      Mikel Olasagasti <hey_neken@xxxxxxxxxxxx>
       Mikel Olasagasti Uranga <hey_neken@xxxxxxxxxxxx>
       Mikhail Gusarov <dottedmag@xxxxxxxxxxxxx>
       Miklos Szeredi <mszeredi@xxxxxxx>
@@ -308,7 +304,7 @@ CONTRIBUTORS:
       Peter Tobias <tobias@xxxxxxxxxxxxxxxxxxxxxxxxxx>
       Peter Tyser <ptyser@xxxxxxxxxxx>
       Peter Volkov <pva@xxxxxxxxxx>
-      Petr Pisar <petr.pisar@xxxxxxxx>
+      Petr PísaÅ? <petr.pisar@xxxxxxxx>
       Petr Uzel <petr.uzel@xxxxxxx>
       Phan Vinh Thinh <teppi82@xxxxxxxxx>
       Philipp Marek <philipp.marek@xxxxxxxxxx>
-- 
1.7.0.4

From 57acb6bc4e63ed773e20c800da0965e3f6f59ceb Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
Date: Sat, 26 Jan 2013 17:07:51 +0100
Subject: [PATCH 3/6] =?UTF-8?q?textual:=20spell=20and=20encode=20the=20name=20of=20Arkadiusz=20Mi=C5=9Bkiewicz=20correctly?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
---
 AUTHORS                                   |    2 +-
 Documentation/getopt_changelog.txt        |    2 +-
 Documentation/releases/v2.13-ReleaseNotes |    2 +-
 Documentation/releases/v2.14-ReleaseNotes |    2 +-
 Documentation/releases/v2.15-ReleaseNotes |    2 +-
 NEWS                                      |    2 +-
 disk-utils/fsck.minix.c                   |    2 +-
 disk-utils/mkfs.c                         |    2 +-
 disk-utils/mkswap.c                       |    2 +-
 lib/env.c                                 |    2 +-
 login-utils/chfn.c                        |    2 +-
 login-utils/chsh.c                        |    2 +-
 login-utils/islocal.c                     |    4 ++--
 login-utils/last.c                        |    2 +-
 login-utils/newgrp.c                      |    2 +-
 login-utils/vipw.c                        |    2 +-
 misc-utils/cal.c                          |    2 +-
 misc-utils/getopt.c                       |    2 +-
 misc-utils/kill.c                         |    2 +-
 misc-utils/logger.c                       |    2 +-
 misc-utils/look.c                         |    2 +-
 misc-utils/mcookie.c                      |    2 +-
 misc-utils/namei.c                        |    4 ++--
 misc-utils/whereis.c                      |    2 +-
 mount-deprecated/fstab.c                  |    2 +-
 mount-deprecated/mount_mntent.c           |    2 +-
 mount-deprecated/sundries.c               |    2 +-
 sys-utils/ctrlaltdel.c                    |    2 +-
 sys-utils/cytune.c                        |    2 +-
 sys-utils/ipcrm.c                         |    2 +-
 sys-utils/ipcs.c                          |    2 +-
 sys-utils/readprofile.c                   |    2 +-
 sys-utils/renice.c                        |    2 +-
 sys-utils/setsid.c                        |    2 +-
 sys-utils/tunelp.c                        |    2 +-
 term-utils/mesg.c                         |    2 +-
 term-utils/script.c                       |    2 +-
 term-utils/setterm.c                      |    2 +-
 term-utils/ttymsg.c                       |    2 +-
 term-utils/wall.c                         |    2 +-
 term-utils/write.c                        |    2 +-
 text-utils/col.c                          |    2 +-
 text-utils/colcrt.c                       |    2 +-
 text-utils/colrm.c                        |    2 +-
 text-utils/column.c                       |    2 +-
 text-utils/hexdump.c                      |    2 +-
 text-utils/hexsyntax.c                    |    2 +-
 text-utils/more.c                         |    2 +-
 text-utils/parse.c                        |    2 +-
 text-utils/rev.c                          |    2 +-
 text-utils/ul.c                           |    2 +-
 51 files changed, 53 insertions(+), 53 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 1449ce6..f29f9a3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -89,7 +89,7 @@ CONTRIBUTORS:
       Anthony Rumble <arumble@xxxxxxxxxxxxxxxxxx>
       Anton V. Boyarshinov <boyarsh@xxxxxxxxxxxx>
       Arif E. Nugroho <arif_endro@xxxxxxxxx>
-      Arkadiusz Miskiewicz <arekm@xxxxxxxx>
+      Arkadiusz MiÅ?kiewicz <arekm@xxxxxxxx>
       Arnaud Mouiche <arnaud.mouiche@xxxxxxxxxxx>
       Arun Persaud <arun@xxxxxxxxxx>
       Attila Ã?fra <attila.afra@xxxxxxxxx>
diff --git a/Documentation/getopt_changelog.txt b/Documentation/getopt_changelog.txt
index ee27965..0c114b4 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 <misiek@xxxxxxxxxx>
+          They are written by Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
 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 327894d..1f82058 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 4b7c5af..76bb154 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 98d9741..243f55c 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 f965ae6..d046d1c 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 54e5918..3c995e2 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 <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  * 2008-04-06 James Youngman <jay@xxxxxxx>
diff --git a/disk-utils/mkfs.c b/disk-utils/mkfs.c
index 55506c0..1dc9502 100644
--- a/disk-utils/mkfs.c
+++ b/disk-utils/mkfs.c
@@ -8,7 +8,7 @@
  *
  * Mon Jul  1 18:52:58 1996: janl@xxxxxxxxxxx (Nicolai Langfeldt):
  *	Incorporated fix by Jonathan Kamens <jik@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *	
  */
diff --git a/disk-utils/mkswap.c b/disk-utils/mkswap.c
index 4f59a63..e4737e7 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 <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  */
diff --git a/lib/env.c b/lib/env.c
index 04e0f0b..c78419a 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 <misiek@xxxxxxxxxx>
+ * by Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  *
  */
 
diff --git a/login-utils/chfn.c b/login-utils/chfn.c
index 76c0b03..b240ec7 100644
--- a/login-utils/chfn.c
+++ b/login-utils/chfn.c
@@ -16,7 +16,7 @@
  * Hacked by Peter Breitenlohner, peb@xxxxxxxxxxxx,
  * to remove trailing empty fields.  Oct 5, 96.
  *
- *  1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ *  1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  *  - added Native Language Support
  */
 
diff --git a/login-utils/chsh.c b/login-utils/chsh.c
index 6e9325d..f83b057 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 <misiek@xxxxxxxxxx>
+ *   1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  *   - added Native Language Support
  */
 
diff --git a/login-utils/islocal.c b/login-utils/islocal.c
index 1f85166..0bf1f79 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@xxxxxxxxxxxxxxxxxx, to allow peaceful coexistence with yp. Nov 94.
  *
  * Hacked a bit by poe@xxxxxxxxxxxx
@@ -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 <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  * 2008-04-06 James Youngman, jay@xxxxxxx
diff --git a/login-utils/last.c b/login-utils/last.c
index 6516dde..c3fbaf6 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 <misiek@xxxxxxxxxx>
+ /* 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
   * - added Native Language Support
   */
 
diff --git a/login-utils/newgrp.c b/login-utils/newgrp.c
index 4f6de12..799bbf0 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 <misiek@xxxxxxxxxx>
+/* 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  */
 
diff --git a/login-utils/vipw.c b/login-utils/vipw.c
index 152c9f5..20c05c2 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 <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  * Sun Mar 21 1999 - Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
  * - fixed strerr(errno) in gettext calls
diff --git a/misc-utils/cal.c b/misc-utils/cal.c
index 3a82c81..276148d 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 <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  * 2000-09-01  Michael Charles Pruznick <dummy@xxxxxxxxxx>
diff --git a/misc-utils/getopt.c b/misc-utils/getopt.c
index 9e94452..a597800 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 Mi<B6>kiewicz
+ *   Added NLS support (partly written by Arkadiusz MiÅ?kiewicz
  *     <misiek@xxxxxxxxxx>)
  * 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 8c06a45..10730a3 100644
--- a/misc-utils/kill.c
+++ b/misc-utils/kill.c
@@ -35,7 +35,7 @@
  *  modifications (c) salvatore valente <svalente@xxxxxxx>
  *  may be used / modified / distributed under the same terms as the original.
  *
- *  1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ *  1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  *  - 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 63cd355..30e8fa4 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 <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  * Sun Mar 21 1999 - Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
  * - fixed strerr(errno) in gettext calls
diff --git a/misc-utils/look.c b/misc-utils/look.c
index 83a4ee9..502168b 100644
--- a/misc-utils/look.c
+++ b/misc-utils/look.c
@@ -34,7 +34,7 @@
  * SUCH DAMAGE.
  */
 
- /* 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ /* 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
   * - added Native Language Support
   */
 
diff --git a/misc-utils/mcookie.c b/misc-utils/mcookie.c
index e9fdfd1..da641a1 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 <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - 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 048ac42..a9c8301 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 3528d62..d253f37 100644
--- a/misc-utils/whereis.c
+++ b/misc-utils/whereis.c
@@ -33,7 +33,7 @@
 
 /* *:aeb */
 
-/* 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+/* 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  */
 
diff --git a/mount-deprecated/fstab.c b/mount-deprecated/fstab.c
index 803a700..176a16b 100644
--- a/mount-deprecated/fstab.c
+++ b/mount-deprecated/fstab.c
@@ -1,4 +1,4 @@
-/* 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+/* 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  * Sun Mar 21 1999 - Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
  * - fixed strerr(errno) in gettext calls
diff --git a/mount-deprecated/mount_mntent.c b/mount-deprecated/mount_mntent.c
index 88dab10..b5bdd90 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 <misiek@xxxxxxxxxx>
+/* 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  */
 
diff --git a/mount-deprecated/sundries.c b/mount-deprecated/sundries.c
index 9bff997..8ef3618 100644
--- a/mount-deprecated/sundries.c
+++ b/mount-deprecated/sundries.c
@@ -3,7 +3,7 @@
  *
  * added fcntl locking by Kjetil T. (kjetilho@xxxxxxxxxxx) - aeb, 950927
  *
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  */
diff --git a/sys-utils/ctrlaltdel.c b/sys-utils/ctrlaltdel.c
index 2ad56a1..074f247 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 <poe@xxxxxxxxxxxx>
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  */
 
diff --git a/sys-utils/cytune.c b/sys-utils/cytune.c
index 9b39726..932fcaa 100644
--- a/sys-utils/cytune.c
+++ b/sys-utils/cytune.c
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
  /*
-  * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+  * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
   * - added Native Language Support
   * Sun Mar 21 1999 - Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
   * - fixed strerr(errno) in gettext calls
diff --git a/sys-utils/ipcrm.c b/sys-utils/ipcrm.c
index 6a1ac0d..46c2997 100644
--- a/sys-utils/ipcrm.c
+++ b/sys-utils/ipcrm.c
@@ -1,7 +1,7 @@
 /*
  * krishna balasubramanian 1993
  *
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  * 1999-04-02 frank zago
diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c
index 1e1b022..d0b02c1 100644
--- a/sys-utils/ipcs.c
+++ b/sys-utils/ipcs.c
@@ -11,7 +11,7 @@
  *
  * Patched to display the key field -- hy@xxxxxxxxxxx 12/18/96
  *
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  */
 
diff --git a/sys-utils/readprofile.c b/sys-utils/readprofile.c
index 5b77c49..11058f6 100644
--- a/sys-utils/readprofile.c
+++ b/sys-utils/readprofile.c
@@ -19,7 +19,7 @@
  */
 
 /*
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  * 1999-09-01 Stephane Eranian <eranian@xxxxxxxxxxxxxxxx>
  * - 64bit clean patch
diff --git a/sys-utils/renice.c b/sys-utils/renice.c
index f401435..50b1642 100644
--- a/sys-utils/renice.c
+++ b/sys-utils/renice.c
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
- /* 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ /* 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
   * - added Native Language Support
   */
 
diff --git a/sys-utils/setsid.c b/sys-utils/setsid.c
index 071ccc4..20bd0d7 100644
--- a/sys-utils/setsid.c
+++ b/sys-utils/setsid.c
@@ -3,7 +3,7 @@
  * Rick Sladkey <jrs@xxxxxxxxxxxxx>
  * In the public domain.
  *
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  * 2001-01-18 John Fremlin <vii@xxxxxxxxxxxxxxxxxx>
diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c
index 0486614..f9c362c 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 <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - 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 b24e783..6ac5a2e 100644
--- a/term-utils/mesg.c
+++ b/term-utils/mesg.c
@@ -39,7 +39,7 @@
  * Modified Mon Jul  1 18:14:10 1996, janl@xxxxxxxxxx, writing to stdout
  *	as suggested by Michael Meskes <meskes@xxxxxxxxxxxxxxxxxxxxxxxxx>
  *
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  * 2010-12-01 Marek Polacek <mmpolacek@xxxxxxxxx>
diff --git a/term-utils/script.c b/term-utils/script.c
index 983930f..6e01aca 100644
--- a/term-utils/script.c
+++ b/term-utils/script.c
@@ -32,7 +32,7 @@
  */
 
 /*
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  * 2000-07-30 Per Andreas Buer <per@xxxxxxxxx> - added "q"-option
diff --git a/term-utils/setterm.c b/term-utils/setterm.c
index 1cbc979..c456048 100644
--- a/term-utils/setterm.c
+++ b/term-utils/setterm.c
@@ -16,7 +16,7 @@
  *
  * Converted to terminfo by Kars de Jong (jongk@xxxxxxxxxxxxx)
  *
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  *
diff --git a/term-utils/ttymsg.c b/term-utils/ttymsg.c
index 185e9bb..66b61b4 100644
--- a/term-utils/ttymsg.c
+++ b/term-utils/ttymsg.c
@@ -34,7 +34,7 @@
  *
  */
 
- /* 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ /* 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
   * - added Native Language Support
   * Sun Mar 21 1999 - Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
   * - fixed strerr(errno) in gettext calls
diff --git a/term-utils/wall.c b/term-utils/wall.c
index 30324aa..e370807 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 <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  */
diff --git a/term-utils/write.c b/term-utils/write.c
index 0356006..83937d3 100644
--- a/term-utils/write.c
+++ b/term-utils/write.c
@@ -40,7 +40,7 @@
  *      - Added fix from David.Chapell@xxxxxxxxxxxxxxxxx enabeling daemons
  *	  to use write.
  *      - ANSIed it since I was working on it anyway.
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * - added Native Language Support
  *
  */
diff --git a/text-utils/col.c b/text-utils/col.c
index 4ad36fb..c2b10dc 100644
--- a/text-utils/col.c
+++ b/text-utils/col.c
@@ -37,7 +37,7 @@
  *                           patches from Andries.Brouwer@xxxxxx
  * Wed Sep 14 22:31:17 1994: patches from Carl Christofferson
  *                           (cchris@xxxxxxxxxxxxx)
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * 	added Native Language Support
  * 1999-09-19 Bruno Haible <haible@xxxxxxxxxxxxxx>
  * 	modified to work correctly in multi-byte locales
diff --git a/text-utils/colcrt.c b/text-utils/colcrt.c
index e6c18b7..6c7f636 100644
--- a/text-utils/colcrt.c
+++ b/text-utils/colcrt.c
@@ -32,7 +32,7 @@
  */
 
 /*
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * 	added Native Language Support
  * 1999-09-19 Bruno Haible <haible@xxxxxxxxxxxxxx>
  * 	modified to work correctly in multi-byte locales
diff --git a/text-utils/colrm.c b/text-utils/colrm.c
index a241fb8..454085e 100644
--- a/text-utils/colrm.c
+++ b/text-utils/colrm.c
@@ -32,7 +32,7 @@
  */
 
 /*
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * 	added Native Language Support
  * 1999-09-19 Bruno Haible <haible@xxxxxxxxxxxxxx>
  * 	modified to work correctly in multi-byte locales
diff --git a/text-utils/column.c b/text-utils/column.c
index 1f1a0a2..2649fec 100644
--- a/text-utils/column.c
+++ b/text-utils/column.c
@@ -32,7 +32,7 @@
  */
  
 /*
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * 	added Native Language Support
  * 1999-09-19 Bruno Haible <haible@xxxxxxxxxxxxxx>
  * 	modified to work correctly in multi-byte locales
diff --git a/text-utils/hexdump.c b/text-utils/hexdump.c
index a4a61cf..e966cc3 100644
--- a/text-utils/hexdump.c
+++ b/text-utils/hexdump.c
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
- /* 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ /* 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
   * - added Native Language Support
   */
 
diff --git a/text-utils/hexsyntax.c b/text-utils/hexsyntax.c
index 21cc55e..b0e4fb7 100644
--- a/text-utils/hexsyntax.c
+++ b/text-utils/hexsyntax.c
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
- /* 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ /* 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
   * - added Native Language Support
   */
 
diff --git a/text-utils/more.c b/text-utils/more.c
index 2c97950..9884e22 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 <jongk@xxxxxxxxxxxxx>
  *	to use terminfo instead of termcap.
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  *	added Native Language Support
  * 1999-03-19 Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
  *	more nls translatable strings
diff --git a/text-utils/parse.c b/text-utils/parse.c
index bd96961..26925d9 100644
--- a/text-utils/parse.c
+++ b/text-utils/parse.c
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
- /* 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ /* 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
   * - added Native Language Support
   */
 
diff --git a/text-utils/rev.c b/text-utils/rev.c
index a44f9c6..00d5196 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 <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  *	added Native Language Support
  * 1999-09-19 Bruno Haible <haible@xxxxxxxxxxxxxx>
  *	modified to work correctly in multi-byte locales
diff --git a/text-utils/ul.c b/text-utils/ul.c
index 3c7bf50..f48550c 100644
--- a/text-utils/ul.c
+++ b/text-utils/ul.c
@@ -34,7 +34,7 @@
 /*
  * modified by Kars de Jong <jongk@xxxxxxxxxxxxx>
  *	to use terminfo instead of termcap.
- * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@xxxxxxxxxx>
+ * 1999-02-22 Arkadiusz MiÅ?kiewicz <misiek@xxxxxxxxxx>
  * 	added Native Language Support
  * 1999-09-19 Bruno Haible <haible@xxxxxxxxxxxxxx>
  * 	modified to work correctly in multi-byte locales
-- 
1.7.0.4

From e406ffdfdf80658870356b54e2f65087d360c209 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
Date: Sat, 26 Jan 2013 17:42:41 +0100
Subject: [PATCH 4/6] textual: fix two misencodings in comments

Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
---
 libmount/src/utils.c   |    2 +-
 login-utils/setpwnam.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libmount/src/utils.c b/libmount/src/utils.c
index fbfa89a..1c37062 100644
--- a/libmount/src/utils.c
+++ b/libmount/src/utils.c
@@ -488,7 +488,7 @@ static int get_filesystems(const char *filename, char ***filesystems, const char
  * exist, /proc/filesystems. All of the filesystem  types  listed  there  will
  * be tried,  except  for  those  that  are  labeled  "nodev"  (e.g.,  devpts,
  * proc  and  nfs).  If /etc/filesystems ends in a line with a single * only,
- * mount will read /proc/filesystems afterâ?? wards.
+ * mount will read /proc/filesystems afterwards.
  */
 int mnt_get_filesystems(char ***filesystems, const char *pattern)
 {
diff --git a/login-utils/setpwnam.c b/login-utils/setpwnam.c
index 23aef53..79f3299 100644
--- a/login-utils/setpwnam.c
+++ b/login-utils/setpwnam.c
@@ -9,8 +9,8 @@
  *
  *  Edited 11/10/96 (DD/MM/YY ;-) by Nicolai Langfeldt (janl@xxxxxxxxxxx)
  *  to read /etc/passwd directly so that passwd, chsh and chfn can work on
- *  machines that run NIS (né YP).  Changes will not be made to usernames
- *  starting with +.
+ *  machines that run NIS (previously YP).  Changes will not be made to
+ *  usernames starting with +.
  *
  *  This file is distributed with no warranty.
  *
-- 
1.7.0.4

From abbe7a5ee6fa3fab9353a06937a663a9a213a4ec Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
Date: Sat, 26 Jan 2013 23:17:38 +0100
Subject: [PATCH 5/6] textual: gettextize an overlooked string

* login-utils/islocal.c: Gettexttize the usage message.

Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
---
 login-utils/islocal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/login-utils/islocal.c b/login-utils/islocal.c
index 0bf1f79..13ce28e 100644
--- a/login-utils/islocal.c
+++ b/login-utils/islocal.c
@@ -96,7 +96,7 @@ int main(int argc, char *argv[])
 {
 	atexit(close_stdout);
 	if (argc <= 2) {
-		fprintf(stderr, "usage: %s <passwdfile> <username> [...]\n",
+		fprintf(stderr, _("Usage: %s <passwordfile> <username>...\n"),
 			argv[0]);
 		return 1;
 	} else {
-- 
1.7.0.4

From 2a3f357e066ceac58b57cf4f8c8816af56e28449 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
Date: Sat, 26 Jan 2013 23:21:07 +0100
Subject: [PATCH 6/6] textual: improve an error message and a help text

* disk-utils/isosize.c: Improve grammar of error message, and in the
help text make use of the standard angular brackets for arguments.

Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
---
 disk-utils/isosize.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/disk-utils/isosize.c b/disk-utils/isosize.c
index 5f1a297..4c16ec5 100644
--- a/disk-utils/isosize.c
+++ b/disk-utils/isosize.c
@@ -133,7 +133,7 @@ static void isosize(char *filenamep, int xflag, long divisor)
 	if ((fd = open(filenamep, O_RDONLY)) < 0)
 		err(EXIT_FAILURE, _("cannot open %s"), filenamep);
 	if (is_iso(fd))
-		warnx(_("%s: might not be iso file system"), filenamep);
+		warnx(_("%s: might not be an ISO filesystem"), filenamep);
 
 	if (lseek(fd, 16 << 11, 0) == (off_t) - 1)
 		err(EXIT_FAILURE, _("seek error on %s"), filenamep);
@@ -165,11 +165,11 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
 {
 	fputs(USAGE_HEADER, out);
 	fprintf(out,
-		_(" %s [options] iso9660_image_file\n"),
+		_(" %s [options] <iso9660_image_file>\n"),
 		program_invocation_short_name);
 	fputs(USAGE_OPTIONS, out);
-	fputs(_(" -d, --divisor=NUM      divide bytes NUM\n"), out);
-	fputs(_(" -x, --sectors          show sector count and size\n"), out);
+	fputs(_(" -d, --divisor=<number>  divide the amount of bytes by <number>\n"), out);
+	fputs(_(" -x, --sectors           show sector count and size\n"), out);
 	fputs(USAGE_SEPARATOR, out);
 	fputs(USAGE_HELP, out);
 	fputs(USAGE_VERSION, out);
-- 
1.7.0.4


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux