From 6883b3e731279c145ea6d66b660bab23401b90ee Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 22 May 2006 23:52:24 +0000 Subject: [PATCH] Changed copyright commnents to add 'and' in some cases --- man2/fcntl.2 | 6 +++--- man2/flock.2 | 2 +- man2/fsync.2 | 2 +- man2/getrlimit.2 | 2 +- man2/getrusage.2 | 2 +- man2/mount.2 | 4 ++-- man2/sched_setaffinity.2 | 2 +- man2/shmctl.2 | 4 ++-- man2/wait.2 | 2 +- man2/wait4.2 | 2 +- man3/dlopen.3 | 2 +- man3/strtok.3 | 2 +- man7/signal.7 | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 01f1f03f4..c5958de12 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -2,9 +2,9 @@ .\" Hey Emacs! This file is -*- nroff -*- source. .\" .\" This manpage is Copyright (C) 1992 Drew Eckhardt; -.\" Copyright (C) 1993 Michael Haardt, Ian Jackson; -.\" Copyright (C) 1998 Jamie Lokier; -.\" Copyright (C) 2002 Michael Kerrisk. +.\" and Copyright (C) 1993 Michael Haardt, Ian Jackson; +.\" and Copyright (C) 1998 Jamie Lokier; +.\" and Copyright (C) 2002 Michael Kerrisk. .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are diff --git a/man2/flock.2 b/man2/flock.2 index 4dd8dc9cd..b53d98498 100644 --- a/man2/flock.2 +++ b/man2/flock.2 @@ -1,7 +1,7 @@ .\" Hey Emacs! This file is -*- nroff -*- source. .\" .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu) and -.\" Copyright 2002 Michael Kerrisk +.\" and Copyright 2002 Michael Kerrisk .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are diff --git a/man2/fsync.2 b/man2/fsync.2 index 3f162d10d..bf80680cf 100644 --- a/man2/fsync.2 +++ b/man2/fsync.2 @@ -1,7 +1,7 @@ .\" Hey Emacs! This file is -*- nroff -*- source. .\" .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu) and -.\" Copyright 2006 Michael Kerrisk +.\" and Copyright 2006 Michael Kerrisk .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index f7d418f6f..b6e3e70d8 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -1,7 +1,7 @@ .\" Hey Emacs! This file is -*- nroff -*- source. .\" .\" Copyright (c) 1992 Drew Eckhardt, March 28, 1992 -.\" Copyright (c) 2002 Michael Kerrisk +.\" and Copyright (c) 2002 Michael Kerrisk .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are diff --git a/man2/getrusage.2 b/man2/getrusage.2 index 261f428f1..80e172f1c 100644 --- a/man2/getrusage.2 +++ b/man2/getrusage.2 @@ -1,7 +1,7 @@ .\" Hey Emacs! This file is -*- nroff -*- source. .\" .\" Copyright (c) 1992 Drew Eckhardt, March 28, 1992 -.\" Copyright (c) 2002 Michael Kerrisk +.\" and Copyright (c) 2002 Michael Kerrisk .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are diff --git a/man2/mount.2 b/man2/mount.2 index 7bdf76d37..06df6cd65 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -1,8 +1,8 @@ .\" Hey Emacs! This file is -*- nroff -*- source. .\" .\" Copyright (C) 1993 Rickard E. Faith -.\" Copyright (C) 1994 Andries E. Brouwer -.\" Copyright (C) 2002, 2005 Michael Kerrisk +.\" and Copyright (C) 1994 Andries E. Brouwer +.\" and Copyright (C) 2002, 2005 Michael Kerrisk .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2 index fc2d24a1b..6b34bb651 100644 --- a/man2/sched_setaffinity.2 +++ b/man2/sched_setaffinity.2 @@ -1,7 +1,7 @@ .\" man2/sched_setaffinity.2 - sched_setaffinity and sched_getaffinity man page .\" .\" Copyright (C) 2002 Robert Love -.\" Copyright (C) 2006 Michael Kerrisk +.\" and Copyright (C) 2006 Michael Kerrisk .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man2/shmctl.2 b/man2/shmctl.2 index 146a92ee6..211d3b75a 100644 --- a/man2/shmctl.2 +++ b/man2/shmctl.2 @@ -1,6 +1,6 @@ .\" Copyright (c) 1993 Luigi P. Bai (lpb@softint.com) July 28, 1993 -.\" Portions Copyright 1993 Giorgio Ciucci -.\" Portions Copyright 2004, 2005 Michael Kerrisk +.\" and Copyright 1993 Giorgio Ciucci +.\" and Copyright 2004, 2005 Michael Kerrisk .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are diff --git a/man2/wait.2 b/man2/wait.2 index 66d8cf4c7..9d7cdd83d 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -1,7 +1,7 @@ .\" Hey Emacs! This file is -*- nroff -*- source. .\" .\" Copyright (c) 1993 by Thomas Koenig -.\" Copyright (c) 2004 by Michael Kerrisk +.\" and Copyright (c) 2004 by Michael Kerrisk .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are diff --git a/man2/wait4.2 b/man2/wait4.2 index 0353bb750..7cedb797b 100644 --- a/man2/wait4.2 +++ b/man2/wait4.2 @@ -1,7 +1,7 @@ .\" Hey Emacs! This file is -*- nroff -*- source. .\" .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de) -.\" Copyright (c) 2004 by Michael Kerrisk (mtk-manpages@gmx.net) +.\" and Copyright (c) 2004 by Michael Kerrisk (mtk-manpages@gmx.net) .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are diff --git a/man3/dlopen.3 b/man3/dlopen.3 index dc7063736..7e98ba388 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -2,7 +2,7 @@ .\" Copyright 1995 Yggdrasil Computing, Incorporated. .\" written by Adam J. Richter (adam@yggdrasil.com), .\" with typesetting help from Daniel Quinlan (quinlan@yggdrasil.com). -.\" Additional material copyright 2003, Michael Kerrisk +.\" and Copyright 2003 Michael Kerrisk (mtk-manpages@gmx.net). .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man3/strtok.3 b/man3/strtok.3 index a99f3dc22..043435f5a 100644 --- a/man3/strtok.3 +++ b/man3/strtok.3 @@ -1,5 +1,5 @@ -.\" Copyright (C) 2005 Michael Kerrisk (mtk-manpages@gmx.net) .\" Copyright (C) 1996 Andries Brouwer (aeb@cwi.nl) +.\" and Copyright (C) 2005 Michael Kerrisk (mtk-manpages@gmx.net) .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are diff --git a/man7/signal.7 b/man7/signal.7 index 5b9c0add6..02d22c800 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -1,6 +1,6 @@ '\" t .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de) -.\" Copyright (c) 2002,2006 by Michael Kerrisk +.\" and Copyright (c) 2002,2006 by Michael Kerrisk .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are