From 616c2730de96d4f5facebf4728868a3d0f9d828f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 17 Jun 2016 23:14:08 +0200 Subject: [PATCH] remap_file_pages.2, sigaltstack.2, umask.2, wait4.2, basename.3, canonicalize_file_name.3, dlerror.3, dlopen.3, dlsym.3, sockatmark.3, strtok.3: srcfix Signed-off-by: Michael Kerrisk --- man2/remap_file_pages.2 | 2 +- man2/sigaltstack.2 | 2 +- man2/umask.2 | 2 +- man2/wait4.2 | 2 +- man3/basename.3 | 2 +- man3/canonicalize_file_name.3 | 2 +- man3/dlerror.3 | 2 +- man3/dlopen.3 | 2 +- man3/dlsym.3 | 2 +- man3/sockatmark.3 | 2 +- man3/strtok.3 | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/man2/remap_file_pages.2 b/man2/remap_file_pages.2 index 0acd5a80b..449aa92fc 100644 --- a/man2/remap_file_pages.2 +++ b/man2/remap_file_pages.2 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2003, Michael Kerrisk (mtk.manpages@gmail.com) +.\" Copyright (C) 2003, Michael Kerrisk .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2 index ce4c97b02..5eb7cc48e 100644 --- a/man2/sigaltstack.2 +++ b/man2/sigaltstack.2 @@ -1,5 +1,5 @@ '\" t -.\" Copyright (c) 2001, Michael Kerrisk (mtk.manpages@gmail.com) +.\" Copyright (c) 2001, Michael Kerrisk .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this diff --git a/man2/umask.2 b/man2/umask.2 index b5c73e5bd..c5014f346 100644 --- a/man2/umask.2 +++ b/man2/umask.2 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2006, 2008, Michael Kerrisk (mtk.manpages@gmail.com) +.\" Copyright (c) 2006, 2008, Michael Kerrisk .\" (A few fragments remain from an earlier (1992) version written in .\" 1992 by Drew Eckhardt .) .\" diff --git a/man2/wait4.2 b/man2/wait4.2 index a64e6a02a..701e9a5b0 100644 --- a/man2/wait4.2 +++ b/man2/wait4.2 @@ -1,5 +1,5 @@ .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de) -.\" and Copyright (c) 2004 by Michael Kerrisk (mtk.manpages@gmail.com) +.\" and Copyright (c) 2004 by Michael Kerrisk .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this diff --git a/man3/basename.3 b/man3/basename.3 index 3286db07c..cb8a5b237 100644 --- a/man3/basename.3 +++ b/man3/basename.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2000 by Michael Kerrisk (mtk.manpages@gmail.com) +.\" Copyright (c) 2000 by Michael Kerrisk .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this diff --git a/man3/canonicalize_file_name.3 b/man3/canonicalize_file_name.3 index 3015b7cb3..9508d6ef7 100644 --- a/man3/canonicalize_file_name.3 +++ b/man3/canonicalize_file_name.3 @@ -1,4 +1,4 @@ -.\" Copyright 2013 Michael Kerrisk (mtk.manpages@gmail.com). +.\" Copyright 2013 Michael Kerrisk .\" (Replaces an earlier page by Walter Harms and Michael Kerrisk) .\" .\" %%%LICENSE_START(VERBATIM) diff --git a/man3/dlerror.3 b/man3/dlerror.3 index c7968c838..42793b830 100644 --- a/man3/dlerror.3 +++ b/man3/dlerror.3 @@ -1,5 +1,5 @@ .\" Copyright 1995 Yggdrasil Computing, Incorporated. -.\" and Copyright 2015 Michael Kerrisk (mtk.manpages@gmail.com). +.\" and Copyright 2015 Michael Kerrisk .\" .\" %%%LICENSE_START(GPLv2+_DOC_FULL) .\" This is free documentation; you can redistribute it and/or diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 3f0bd7433..804c4cf78 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -1,7 +1,7 @@ .\" Copyright 1995 Yggdrasil Computing, Incorporated. .\" written by Adam J. Richter (adam@yggdrasil.com), .\" with typesetting help from Daniel Quinlan (quinlan@yggdrasil.com). -.\" and Copyright 2003, 2015 Michael Kerrisk (mtk.manpages@gmail.com). +.\" and Copyright 2003, 2015 Michael Kerrisk .\" .\" %%%LICENSE_START(GPLv2+_DOC_FULL) .\" This is free documentation; you can redistribute it and/or diff --git a/man3/dlsym.3 b/man3/dlsym.3 index ed6adb51d..25b3dc29d 100644 --- a/man3/dlsym.3 +++ b/man3/dlsym.3 @@ -1,5 +1,5 @@ .\" Copyright 1995 Yggdrasil Computing, Incorporated. -.\" and Copyright 2003, 2015 Michael Kerrisk (mtk.manpages@gmail.com). +.\" and Copyright 2003, 2015 Michael Kerrisk .\" .\" %%%LICENSE_START(GPLv2+_DOC_FULL) .\" This is free documentation; you can redistribute it and/or diff --git a/man3/sockatmark.3 b/man3/sockatmark.3 index 85aec70b0..ba7444690 100644 --- a/man3/sockatmark.3 +++ b/man3/sockatmark.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2006, Michael Kerrisk (mtk.manpages@gmail.com) +.\" Copyright (c) 2006, Michael Kerrisk .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this diff --git a/man3/strtok.3 b/man3/strtok.3 index e68c40a63..db32f0770 100644 --- a/man3/strtok.3 +++ b/man3/strtok.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2005, 2013 Michael Kerrisk (mtk.manpages@gmail.com) +.\" Copyright (C) 2005, 2013 Michael Kerrisk .\" a few fragments from an earlier (1996) version by .\" Andries Brouwer (aeb@cwi.nl) remain. .\"