diff --git a/man2/close.2 b/man2/close.2 index 4d47d777c..6432c3faa 100644 --- a/man2/close.2 +++ b/man2/close.2 @@ -29,7 +29,7 @@ .\" corrected description of effect on locks (thanks to .\" Tigran Aivazian ). .\" Modified Fri Jan 31 16:21:46 1997 by Eric S. Raymond -.\" Modified 2000-07-22 by Nicolás Lichtmaier +.\" Modified 2000-07-22 by Nicolás Lichtmaier .\" added note about close(2) not guaranteeing that data is safe on close. .\" .TH CLOSE 2 2013-12-30 "Linux" "Linux Programmer's Manual" diff --git a/man2/getdomainname.2 b/man2/getdomainname.2 index 73c5df51f..ffdcb1134 100644 --- a/man2/getdomainname.2 +++ b/man2/getdomainname.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" Modified 1997-08-25 by Nicolás Lichtmaier +.\" Modified 1997-08-25 by Nicolás Lichtmaier .\" Modified 2004-06-17 by Michael Kerrisk .\" Modified 2008-11-27 by mtk .\" diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index 3ab1be415..7477480ac 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -32,7 +32,7 @@ .\" Robert Bihlmeyer .\" Modified 1996-10-22 by Eric S. Raymond .\" Modified 2001-05-04 by aeb, following a remark by -.\" Hĺvard Lygre +.\" HĂĄvard Lygre .\" Modified 2001-04-17 by Michael Kerrisk .\" Modified 2002-06-13 by Michael Kerrisk .\" Added note on nonstandard behavior when SIGCHLD is ignored. diff --git a/man2/madvise.2 b/man2/madvise.2 index 84e017b37..4792e678f 100644 --- a/man2/madvise.2 +++ b/man2/madvise.2 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2001 David Gómez +.\" Copyright (C) 2001 David GĂłmez .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this diff --git a/man2/sysinfo.2 b/man2/sysinfo.2 index 4feb040ac..8fbdae935 100644 --- a/man2/sysinfo.2 +++ b/man2/sysinfo.2 @@ -9,7 +9,7 @@ .\" .\" Modified Sat Jul 24 12:35:12 1993 by Rik Faith .\" Modified Tue Oct 22 22:29:51 1996 by Eric S. Raymond -.\" Modified Mon Aug 25 16:06:11 1997 by Nicolás Lichtmaier +.\" Modified Mon Aug 25 16:06:11 1997 by Nicolás Lichtmaier .\" .TH SYSINFO 2 2012-05-05 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man2/umask.2 b/man2/umask.2 index 317daea58..7273469a0 100644 --- a/man2/umask.2 +++ b/man2/umask.2 @@ -27,7 +27,7 @@ .\" Modified by Michael Haardt .\" Modified Sat Jul 24 12:51:53 1993 by Rik Faith .\" Modified Tue Oct 22 22:39:04 1996 by Eric S. Raymond -.\" Modified Thu May 1 06:05:54 UTC 1997 by Nicolás Lichtmaier +.\" Modified Thu May 1 06:05:54 UTC 1997 by Nicolás Lichtmaier .\" with Lars Wirzenius suggestion .\" 2006-05-13, mtk, substantial rewrite of description of 'mask' .\" 2008-01-09, mtk, a few rewrites and additions. diff --git a/man3/encrypt.3 b/man3/encrypt.3 index 70dd251b7..fcc9eaa59 100644 --- a/man3/encrypt.3 +++ b/man3/encrypt.3 @@ -1,4 +1,4 @@ -.\" Copyright 2000 Nicolás Lichtmaier +.\" Copyright 2000 Nicolás Lichtmaier .\" Created 2000-07-22 00:52-0300 .\" .\" %%%LICENSE_START(GPLv2+_DOC_FULL) diff --git a/man3/fclose.3 b/man3/fclose.3 index 974230f0f..28c0d00bb 100644 --- a/man3/fclose.3 +++ b/man3/fclose.3 @@ -39,7 +39,7 @@ .\" .\" Converted for Linux, Mon Nov 29 15:19:14 1993, faith@cs.unc.edu .\" -.\" Modified 2000-07-22 by Nicolás Lichtmaier +.\" Modified 2000-07-22 by Nicolás Lichtmaier .\" .TH FCLOSE 3 2009-02-23 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/fflush.3 b/man3/fflush.3 index 99b3482b1..af7aff726 100644 --- a/man3/fflush.3 +++ b/man3/fflush.3 @@ -39,7 +39,7 @@ .\" .\" Converted for Linux, Mon Nov 29 15:22:01 1993, faith@cs.unc.edu .\" -.\" Modified 2000-07-22 by Nicolás Lichtmaier +.\" Modified 2000-07-22 by Nicolás Lichtmaier .\" Modified 2001-10-16 by John Levon .\" .TH FFLUSH 3 2013-07-15 "GNU" "Linux Programmer's Manual" diff --git a/man3/lockf.3 b/man3/lockf.3 index b0c2661de..d33c7691f 100644 --- a/man3/lockf.3 +++ b/man3/lockf.3 @@ -1,4 +1,4 @@ -.\" Copyright 1997 Nicolás Lichtmaier +.\" Copyright 1997 Nicolás Lichtmaier .\" Created Thu Aug 7 00:44:00 ART 1997 .\" .\" %%%LICENSE_START(GPLv2+_DOC_FULL) diff --git a/man3/rand.3 b/man3/rand.3 index c0e753091..afa41a7e8 100644 --- a/man3/rand.3 +++ b/man3/rand.3 @@ -33,7 +33,7 @@ .\" Modified 1995-05-18, Rik Faith (faith@cs.unc.edu) to add .\" better discussion of problems with rand on other systems. .\" (Thanks to Esa Hyyti{ (ehyytia@snakemail.hut.fi).) -.\" Modified 1998-04-10, Nicolás Lichtmaier +.\" Modified 1998-04-10, Nicolás Lichtmaier .\" with contribution from Francesco Potorti .\" Modified 2003-11-15, aeb, added rand_r .\" 2010-09-13, mtk, added example program diff --git a/man3/strtok.3 b/man3/strtok.3 index 6d84fb7b6..4229c9f18 100644 --- a/man3/strtok.3 +++ b/man3/strtok.3 @@ -25,7 +25,7 @@ .\" %%%LICENSE_END .\" .\" Rewritten old page, 960210, aeb@cwi.nl -.\" Updated, added strtok_r. 2000-02-13 Nicolás Lichtmaier +.\" Updated, added strtok_r. 2000-02-13 Nicolás Lichtmaier .\" 2005-11-17, mtk: Substantial parts rewritten .\" 2013-05-19, mtk: added much further detail on the operation of strtok() .\" diff --git a/man3/toupper.3 b/man3/toupper.3 index a66e01bf7..1e046c1d8 100644 --- a/man3/toupper.3 +++ b/man3/toupper.3 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" Modified Sat Jul 24 17:45:39 1993 by Rik Faith (faith@cs.unc.edu) -.\" Modified 2000-02-13 by Nicolás Lichtmaier +.\" Modified 2000-02-13 by Nicolás Lichtmaier .TH TOUPPER 3 2014-01-22 "GNU" "Linux Programmer's Manual" .SH NAME toupper, tolower \- convert letter to upper or lower case diff --git a/man3/updwtmp.3 b/man3/updwtmp.3 index b122a1c95..e637e73d6 100644 --- a/man3/updwtmp.3 +++ b/man3/updwtmp.3 @@ -1,4 +1,4 @@ -.\" Copyright 1997 Nicolás Lichtmaier +.\" Copyright 1997 Nicolás Lichtmaier .\" Created Wed Jul 2 23:27:34 ART 1997 .\" .\" %%%LICENSE_START(GPLv2+_DOC_FULL) diff --git a/man5/utmp.5 b/man5/utmp.5 index b98bc9f96..02174dbfa 100644 --- a/man5/utmp.5 +++ b/man5/utmp.5 @@ -25,7 +25,7 @@ .\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu) .\" Modified 1995-02-26 by Michael Haardt .\" Modified 1996-07-20 by Michael Haardt -.\" Modified 1997-07-02 by Nicolás Lichtmaier +.\" Modified 1997-07-02 by Nicolás Lichtmaier .\" Modified 2004-10-31 by aeb, following Gwenole Beauchesne .TH UTMP 5 2013-02-11 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man7/environ.7 b/man7/environ.7 index 75587e16c..0a84400b4 100644 --- a/man7/environ.7 +++ b/man7/environ.7 @@ -26,7 +26,7 @@ .\" Modified Sun Jul 25 10:45:30 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Jul 21 21:25:26 1996 by Andries Brouwer (aeb@cwi.nl) .\" Modified Mon Oct 21 17:47:19 1996 by Eric S. Raymond (esr@thyrsus.com) -.\" Modified Wed Aug 27 20:28:58 1997 by Nicolás Lichtmaier (nick@debian.org) +.\" Modified Wed Aug 27 20:28:58 1997 by Nicolás Lichtmaier (nick@debian.org) .\" Modified Mon Sep 21 00:00:26 1998 by Andries Brouwer (aeb@cwi.nl) .\" Modified Wed Jan 24 06:37:24 2001 by Eric S. Raymond (esr@thyrsus.com) .\" Modified Thu Dec 13 23:53:27 2001 by Martin Schulze diff --git a/man7/hier.7 b/man7/hier.7 index 723bbf989..242579a78 100644 --- a/man7/hier.7 +++ b/man7/hier.7 @@ -24,8 +24,8 @@ .\" .\" Modified Sun Jul 25 11:05:58 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Feb 10 16:18:03 1996 by Urs Thuermann (urs@isnogud.escape.de) -.\" Modified Mon Jun 16 20:02:00 1997 by Nicolás Lichtmaier -.\" Modified Mon Feb 6 16:41:00 1999 by Nicolás Lichtmaier +.\" Modified Mon Jun 16 20:02:00 1997 by Nicolás Lichtmaier +.\" Modified Mon Feb 6 16:41:00 1999 by Nicolás Lichtmaier .\" Modified Tue Feb 8 16:46:45 2000 by Chris Pepper .\" Modified Fri Sep 7 20:32:45 2001 by Tammy Fox .TH HIER 7 2012-08-05 "Linux" "Linux Programmer's Manual" diff --git a/man7/suffixes.7 b/man7/suffixes.7 index 51a96b34a..e65881486 100644 --- a/man7/suffixes.7 +++ b/man7/suffixes.7 @@ -1,4 +1,3 @@ -'\" t .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de) .\" .\" %%%LICENSE_START(VERBATIM) @@ -28,7 +27,7 @@ .\" Modified Tue Oct 22 23:28:12 1996 by Eric S. Raymond .\" Modified Sun Jan 26 21:56:56 1997 by Ralph Schleicher .\" -.\" Modified Mon Jun 16 20:24:58 1997 by Nicolás Lichtmaier +.\" Modified Mon Jun 16 20:24:58 1997 by Nicolás Lichtmaier .\" Modified Sun Oct 18 22:11:28 1998 by Joseph S. Myers .\" Modified Mon Nov 16 17:24:47 1998 by Andries Brouwer .\" Modified Thu Nov 16 23:28:25 2000 by David A. Wheeler