summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--Documentation/getopt_changelog.txt2
-rw-r--r--Documentation/releases/v2.13-ReleaseNotes2
-rw-r--r--Documentation/releases/v2.14-ReleaseNotes2
-rw-r--r--Documentation/releases/v2.15-ReleaseNotes2
-rw-r--r--NEWS2
-rw-r--r--disk-utils/fsck.minix.c2
-rw-r--r--disk-utils/mkfs.c2
-rw-r--r--disk-utils/mkswap.c2
-rw-r--r--lib/env.c2
-rw-r--r--login-utils/chfn.c2
-rw-r--r--login-utils/chsh.c2
-rw-r--r--login-utils/islocal.c4
-rw-r--r--login-utils/last.c2
-rw-r--r--login-utils/newgrp.c2
-rw-r--r--login-utils/vipw.c2
-rw-r--r--misc-utils/cal.c2
-rw-r--r--misc-utils/getopt.c2
-rw-r--r--misc-utils/kill.c2
-rw-r--r--misc-utils/logger.c2
-rw-r--r--misc-utils/look.c2
-rw-r--r--misc-utils/mcookie.c2
-rw-r--r--misc-utils/namei.c4
-rw-r--r--misc-utils/whereis.c2
-rw-r--r--mount-deprecated/fstab.c2
-rw-r--r--mount-deprecated/mount_mntent.c2
-rw-r--r--mount-deprecated/sundries.c2
-rw-r--r--sys-utils/ctrlaltdel.c2
-rw-r--r--sys-utils/cytune.c2
-rw-r--r--sys-utils/ipcrm.c2
-rw-r--r--sys-utils/ipcs.c2
-rw-r--r--sys-utils/readprofile.c2
-rw-r--r--sys-utils/renice.c2
-rw-r--r--sys-utils/setsid.c2
-rw-r--r--sys-utils/tunelp.c2
-rw-r--r--term-utils/mesg.c2
-rw-r--r--term-utils/script.c2
-rw-r--r--term-utils/setterm.c2
-rw-r--r--term-utils/ttymsg.c2
-rw-r--r--term-utils/wall.c2
-rw-r--r--term-utils/write.c2
-rw-r--r--text-utils/col.c2
-rw-r--r--text-utils/colcrt.c2
-rw-r--r--text-utils/colrm.c2
-rw-r--r--text-utils/column.c2
-rw-r--r--text-utils/hexdump.c2
-rw-r--r--text-utils/hexsyntax.c2
-rw-r--r--text-utils/more.c2
-rw-r--r--text-utils/parse.c2
-rw-r--r--text-utils/rev.c2
-rw-r--r--text-utils/ul.c2
51 files changed, 53 insertions, 53 deletions
diff --git a/AUTHORS b/AUTHORS
index 1449ce64d..f29f9a3a2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -89,7 +89,7 @@ CONTRIBUTORS:
Anthony Rumble <arumble@extro.ucc.su.OZ.AU>
Anton V. Boyarshinov <boyarsh@altlinux.org>
Arif E. Nugroho <arif_endro@yahoo.com>
- Arkadiusz Miskiewicz <arekm@maven.pl>
+ Arkadiusz Miśkiewicz <arekm@maven.pl>
Arnaud Mouiche <arnaud.mouiche@invoxia.com>
Arun Persaud <arun@nubati.net>
Attila Áfra <attila.afra@gmail.com>
diff --git a/Documentation/getopt_changelog.txt b/Documentation/getopt_changelog.txt
index ee2796550..0c114b49a 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 Mikiewicz <misiek@pld.org.pl>
+ They are written by Arkadiusz Miśkiewicz <misiek@pld.org.pl>
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 327894d8e..1f8205846 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 4b7c5afc6..76bb154db 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 98d9741a6..243f55c66 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 f965ae63d..d046d1cf6 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 fe920853d..1426950a3 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
* 2008-04-06 James Youngman <jay@gnu.org>
diff --git a/disk-utils/mkfs.c b/disk-utils/mkfs.c
index c34f9f61b..a6795cb0e 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 <jik@annex-1-slip-jik.cam.ov.com>
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
*/
diff --git a/disk-utils/mkswap.c b/disk-utils/mkswap.c
index 79a7328e8..ec6fc5f99 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
*/
diff --git a/lib/env.c b/lib/env.c
index 04e0f0bc8..c78419a38 100644
--- a/lib/env.c
+++ b/lib/env.c
@@ -1,7 +1,7 @@
/*
* Security checks of environment
* Added from shadow-utils package
- * by Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * by Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
*
*/
diff --git a/login-utils/chfn.c b/login-utils/chfn.c
index 76c0b03ee..b240ec725 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/login-utils/chsh.c b/login-utils/chsh.c
index 6e9325deb..f83b0571d 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/login-utils/islocal.c b/login-utils/islocal.c
index 0235b781c..13ce28e48 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - 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 6516ddebf..c3fbaf66a 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 Mikiewicz <misiek@pld.ORG.PL>
+ /* 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/login-utils/newgrp.c b/login-utils/newgrp.c
index cca7b3244..02e76c3d9 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 Mikiewicz <misiek@pld.ORG.PL>
+/* 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/login-utils/vipw.c b/login-utils/vipw.c
index 152c9f5aa..20c05c23d 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
* Sun Mar 21 1999 - Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* - fixed strerr(errno) in gettext calls
diff --git a/misc-utils/cal.c b/misc-utils/cal.c
index 3a82c81ac..276148db6 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
* 2000-09-01 Michael Charles Pruznick <dummy@netwiz.net>
diff --git a/misc-utils/getopt.c b/misc-utils/getopt.c
index 9e94452e7..a59780042 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@pld.org.pl>)
* 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 8c06a456a..10730a311 100644
--- a/misc-utils/kill.c
+++ b/misc-utils/kill.c
@@ -35,7 +35,7 @@
* modifications (c) salvatore valente <svalente@mit.edu>
* may be used / modified / distributed under the same terms as the original.
*
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - 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 63cd35598..30e8fa4fb 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
* Sun Mar 21 1999 - Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* - fixed strerr(errno) in gettext calls
diff --git a/misc-utils/look.c b/misc-utils/look.c
index 83a4ee9c2..502168b9c 100644
--- a/misc-utils/look.c
+++ b/misc-utils/look.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*/
- /* 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ /* 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/misc-utils/mcookie.c b/misc-utils/mcookie.c
index e9fdfd1a1..da641a176 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - 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 048ac42b3..a9c83011f 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 3528d6266..d253f375d 100644
--- a/misc-utils/whereis.c
+++ b/misc-utils/whereis.c
@@ -33,7 +33,7 @@
/* *:aeb */
-/* 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+/* 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/mount-deprecated/fstab.c b/mount-deprecated/fstab.c
index 803a700fc..176a16b31 100644
--- a/mount-deprecated/fstab.c
+++ b/mount-deprecated/fstab.c
@@ -1,4 +1,4 @@
-/* 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+/* 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
* Sun Mar 21 1999 - Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* - fixed strerr(errno) in gettext calls
diff --git a/mount-deprecated/mount_mntent.c b/mount-deprecated/mount_mntent.c
index 88dab1025..b5bdd90f8 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 Mikiewicz <misiek@pld.ORG.PL>
+/* 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/mount-deprecated/sundries.c b/mount-deprecated/sundries.c
index 9bff99753..8ef3618e5 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
*/
diff --git a/sys-utils/ctrlaltdel.c b/sys-utils/ctrlaltdel.c
index 2ad56a1bb..074f247a9 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@daimi.aau.dk>
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/sys-utils/cytune.c b/sys-utils/cytune.c
index 9b3972677..932fcaac2 100644
--- a/sys-utils/cytune.c
+++ b/sys-utils/cytune.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
/*
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
* Sun Mar 21 1999 - Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* - fixed strerr(errno) in gettext calls
diff --git a/sys-utils/ipcrm.c b/sys-utils/ipcrm.c
index 6a1ac0d6e..46c299729 100644
--- a/sys-utils/ipcrm.c
+++ b/sys-utils/ipcrm.c
@@ -1,7 +1,7 @@
/*
* krishna balasubramanian 1993
*
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
* 1999-04-02 frank zago
diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c
index 352732a3d..14f5f0ba1 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/sys-utils/readprofile.c b/sys-utils/readprofile.c
index 5b77c4956..11058f643 100644
--- a/sys-utils/readprofile.c
+++ b/sys-utils/readprofile.c
@@ -19,7 +19,7 @@
*/
/*
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
* 1999-09-01 Stephane Eranian <eranian@cello.hpl.hp.com>
* - 64bit clean patch
diff --git a/sys-utils/renice.c b/sys-utils/renice.c
index f4014359f..50b16422b 100644
--- a/sys-utils/renice.c
+++ b/sys-utils/renice.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
- /* 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ /* 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/sys-utils/setsid.c b/sys-utils/setsid.c
index 071ccc42f..20bd0d7ba 100644
--- a/sys-utils/setsid.c
+++ b/sys-utils/setsid.c
@@ -3,7 +3,7 @@
* Rick Sladkey <jrs@world.std.com>
* In the public domain.
*
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
* 2001-01-18 John Fremlin <vii@penguinpowered.com>
diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c
index 048661450..f9c362c40 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - 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 b24e78335..6ac5a2ef3 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 <meskes@Informatik.RWTH-Aachen.DE>
*
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
* 2010-12-01 Marek Polacek <mmpolacek@gmail.com>
diff --git a/term-utils/script.c b/term-utils/script.c
index 983930f5c..6e01aca69 100644
--- a/term-utils/script.c
+++ b/term-utils/script.c
@@ -32,7 +32,7 @@
*/
/*
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
* 2000-07-30 Per Andreas Buer <per@linpro.no> - added "q"-option
diff --git a/term-utils/setterm.c b/term-utils/setterm.c
index 1cbc97900..c456048d9 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
*
diff --git a/term-utils/ttymsg.c b/term-utils/ttymsg.c
index 185e9bba9..66b61b491 100644
--- a/term-utils/ttymsg.c
+++ b/term-utils/ttymsg.c
@@ -34,7 +34,7 @@
*
*/
- /* 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ /* 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
* Sun Mar 21 1999 - Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* - fixed strerr(errno) in gettext calls
diff --git a/term-utils/wall.c b/term-utils/wall.c
index 30324aa85..e370807c8 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
*/
diff --git a/term-utils/write.c b/term-utils/write.c
index 03560065c..83937d3b3 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
*/
diff --git a/text-utils/col.c b/text-utils/col.c
index 4ad36fbeb..c2b10dc51 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* added Native Language Support
* 1999-09-19 Bruno Haible <haible@clisp.cons.org>
* modified to work correctly in multi-byte locales
diff --git a/text-utils/colcrt.c b/text-utils/colcrt.c
index e6c18b79b..6c7f6361d 100644
--- a/text-utils/colcrt.c
+++ b/text-utils/colcrt.c
@@ -32,7 +32,7 @@
*/
/*
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* added Native Language Support
* 1999-09-19 Bruno Haible <haible@clisp.cons.org>
* modified to work correctly in multi-byte locales
diff --git a/text-utils/colrm.c b/text-utils/colrm.c
index a241fb8f2..454085e70 100644
--- a/text-utils/colrm.c
+++ b/text-utils/colrm.c
@@ -32,7 +32,7 @@
*/
/*
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* added Native Language Support
* 1999-09-19 Bruno Haible <haible@clisp.cons.org>
* modified to work correctly in multi-byte locales
diff --git a/text-utils/column.c b/text-utils/column.c
index 1f1a0a2a5..2649fecee 100644
--- a/text-utils/column.c
+++ b/text-utils/column.c
@@ -32,7 +32,7 @@
*/
/*
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* added Native Language Support
* 1999-09-19 Bruno Haible <haible@clisp.cons.org>
* modified to work correctly in multi-byte locales
diff --git a/text-utils/hexdump.c b/text-utils/hexdump.c
index a4a61cf89..e966cc313 100644
--- a/text-utils/hexdump.c
+++ b/text-utils/hexdump.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
- /* 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ /* 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/text-utils/hexsyntax.c b/text-utils/hexsyntax.c
index 21cc55ef0..b0e4fb7b4 100644
--- a/text-utils/hexsyntax.c
+++ b/text-utils/hexsyntax.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
- /* 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ /* 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/text-utils/more.c b/text-utils/more.c
index b94ae49b1..2ebdd75ef 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@cs.utwente.nl>
* to use terminfo instead of termcap.
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* added Native Language Support
* 1999-03-19 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* more nls translatable strings
diff --git a/text-utils/parse.c b/text-utils/parse.c
index bd9696108..26925d971 100644
--- a/text-utils/parse.c
+++ b/text-utils/parse.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
- /* 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ /* 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*/
diff --git a/text-utils/rev.c b/text-utils/rev.c
index a44f9c6eb..00d519695 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 Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* added Native Language Support
* 1999-09-19 Bruno Haible <haible@clisp.cons.org>
* modified to work correctly in multi-byte locales
diff --git a/text-utils/ul.c b/text-utils/ul.c
index 3c7bf5043..f48550c8d 100644
--- a/text-utils/ul.c
+++ b/text-utils/ul.c
@@ -34,7 +34,7 @@
/*
* modified by Kars de Jong <jongk@cs.utwente.nl>
* to use terminfo instead of termcap.
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* added Native Language Support
* 1999-09-19 Bruno Haible <haible@clisp.cons.org>
* modified to work correctly in multi-byte locales