diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-10 10:28:49 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-10 10:57:09 +0100 |
| commit | 38f20bb9111fa9d57d7eec90932297145022ef02 (patch) | |
| tree | ba914acea74227c25374d305b3e5988a1d3da6f1 | |
| parent | 2d6c6dd1bc55a3a9142ed0b46419a38efbd1bd51 (diff) | |
| download | man-pages-38f20bb9111fa9d57d7eec90932297145022ef02.tar.gz | |
a64l.3, addseverity.3, argz_add.3, cabs.3, cacos.3, cacosh.3, canonicalize_file_name.3, carg.3, casin.3, casinh.3, catan.3, catanh.3, ccos.3, ccosh.3, cerf.3, cexp.3, cexp2.3, cimag.3, clog.3, clog10.3, clog2.3, conj.3, cpow.3, cproj.3, creal.3, csin.3, csinh.3, csqrt.3, ctan.3, ctanh.3, envz_add.3, fdim.3, fma.3, fmax.3, fmemopen.3, fmin.3, fmtmsg.3, fpclassify.3, gamma.3, getspnam.3, getttyent.3, isgreater.3, key_setsecret.3, lgamma.3, malloc_hook.3, mempcpy.3, nan.3, nextafter.3, putgrent.3, remquo.3, rtime.3, setaliasent.3, setnetgrent.3, signbit.3, significand.3, sincos.3, tgamma.3, xcrypt.3, tty_ioctl.4, complex.7: Add LICENSE_START(GPL_NOVERSION_ONELINE)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
60 files changed, 123 insertions, 3 deletions
diff --git a/man3/a64l.3 b/man3/a64l.3 index 9002d03dc9..c15a6fec29 100644 --- a/man3/a64l.3 +++ b/man3/a64l.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .\" Corrected, aeb, 2002-05-30 .\" diff --git a/man3/addseverity.3 b/man3/addseverity.3 index 7450f678f8..fb23f00a5e 100644 --- a/man3/addseverity.3 +++ b/man3/addseverity.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" adapted glibc info page .\" .\" polished a little, aeb diff --git a/man3/argz_add.3 b/man3/argz_add.3 index a2d6195a24..a287dab6de 100644 --- a/man3/argz_add.3 +++ b/man3/argz_add.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" based on the description in glibc source and infopages .\" .\" Corrections and additions, aeb diff --git a/man3/cabs.3 b/man3/cabs.3 index 9175077786..0e27da8e08 100644 --- a/man3/cabs.3 +++ b/man3/cabs.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CABS 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/cacos.3 b/man3/cacos.3 index ab83d9ff89..c6f0079f31 100644 --- a/man3/cacos.3 +++ b/man3/cacos.3 @@ -1,6 +1,8 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright (C) 2011 Michael Kerrisk <mtk.manpages@gamil.com> +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CACOS 3 2011-09-15 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/cacosh.3 b/man3/cacosh.3 index 8b734b394b..13bb4ca0ca 100644 --- a/man3/cacosh.3 +++ b/man3/cacosh.3 @@ -1,6 +1,8 @@ .\" Copyright 2002 Walter Harms(walter.harms@informatik.uni-oldenburg.de) .\" and Copyright (C) 2011 Michael Kerrisk <mtk.manpages@gamil.com> +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CACOSH 3 2011-09-15 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/canonicalize_file_name.3 b/man3/canonicalize_file_name.3 index 864b606e38..7b200da201 100644 --- a/man3/canonicalize_file_name.3 +++ b/man3/canonicalize_file_name.3 @@ -1,6 +1,8 @@ .\" Copyright 2005 walter harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright 2005 Michael Kerrisk (mtk.manpages@gmail.com). +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under the GNU General Public License. +.\" %%%LICENSE_END .\" .TH CANONICALIZE_FILE_NAME 3 2005-07-14 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/carg.3 b/man3/carg.3 index 941da26373..75a8b61a97 100644 --- a/man3/carg.3 +++ b/man3/carg.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CARG 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/casin.3 b/man3/casin.3 index f7aefb71bc..2200282105 100644 --- a/man3/casin.3 +++ b/man3/casin.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CASIN 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/casinh.3 b/man3/casinh.3 index f4280dd68b..12fb8cef9d 100644 --- a/man3/casinh.3 +++ b/man3/casinh.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CASINH 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/catan.3 b/man3/catan.3 index b8e4462c75..88b4a0ccfb 100644 --- a/man3/catan.3 +++ b/man3/catan.3 @@ -1,6 +1,8 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright (C) 2011 Michael Kerrisk <mtk.manpages@gamil.com> +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CATAN 3 2011-09-15 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/catanh.3 b/man3/catanh.3 index 3f964d33c7..7c430c53fa 100644 --- a/man3/catanh.3 +++ b/man3/catanh.3 @@ -1,6 +1,8 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright (C) 2011 Michael Kerrisk <mtk.manpages@gamil.com> +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CATANH 3 2011-09-15 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/ccos.3 b/man3/ccos.3 index e00836f608..adf19438d5 100644 --- a/man3/ccos.3 +++ b/man3/ccos.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CCOS 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/ccosh.3 b/man3/ccosh.3 index 2dcc9975fb..65c656f5fd 100644 --- a/man3/ccosh.3 +++ b/man3/ccosh.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CCOSH 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/cerf.3 b/man3/cerf.3 index 10c961665a..b1a6a21b4e 100644 --- a/man3/cerf.3 +++ b/man3/cerf.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CERF 3 2010-09-12 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/cexp.3 b/man3/cexp.3 index f786ba2cbc..ddd87b7021 100644 --- a/man3/cexp.3 +++ b/man3/cexp.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CEXP 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/cexp2.3 b/man3/cexp2.3 index 4afc6bc84a..a5cac370b5 100644 --- a/man3/cexp2.3 +++ b/man3/cexp2.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CEXP2 3 2013-02-27 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/cimag.3 b/man3/cimag.3 index e0157d5d3c..a616a0bd4d 100644 --- a/man3/cimag.3 +++ b/man3/cimag.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CIMAG 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/clog.3 b/man3/clog.3 index 57998abbaf..738955b79d 100644 --- a/man3/clog.3 +++ b/man3/clog.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CLOG 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/clog10.3 b/man3/clog10.3 index 8d0ff78488..f9a420bde9 100644 --- a/man3/clog10.3 +++ b/man3/clog10.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CLOG10 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/clog2.3 b/man3/clog2.3 index 65f09d130b..296739832b 100644 --- a/man3/clog2.3 +++ b/man3/clog2.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CLOG2 3 2008-08-07 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/conj.3 b/man3/conj.3 index cb46c5534c..71a116c823 100644 --- a/man3/conj.3 +++ b/man3/conj.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CONJ 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/cpow.3 b/man3/cpow.3 index 672a107ab2..06271fa694 100644 --- a/man3/cpow.3 +++ b/man3/cpow.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CPOW 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/cproj.3 b/man3/cproj.3 index c77f982fd1..ef32c896b2 100644 --- a/man3/cproj.3 +++ b/man3/cproj.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CPROJ 3 2010-06-10 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/creal.3 b/man3/creal.3 index ac2efb8757..a018798c48 100644 --- a/man3/creal.3 +++ b/man3/creal.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CREAL 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/csin.3 b/man3/csin.3 index ebced24fe8..6222112399 100644 --- a/man3/csin.3 +++ b/man3/csin.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CSIN 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/csinh.3 b/man3/csinh.3 index b81eb8b9bb..b0f28aeed7 100644 --- a/man3/csinh.3 +++ b/man3/csinh.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CSINH 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/csqrt.3 b/man3/csqrt.3 index 15eba1aafe..b1b1da6407 100644 --- a/man3/csqrt.3 +++ b/man3/csqrt.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CSQRT 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/ctan.3 b/man3/ctan.3 index e705d20b79..7315f6a212 100644 --- a/man3/ctan.3 +++ b/man3/ctan.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CTAN 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/ctanh.3 b/man3/ctanh.3 index 0edf3b4c04..89f05288cb 100644 --- a/man3/ctanh.3 +++ b/man3/ctanh.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH CTANH 3 2008-08-11 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/envz_add.3 b/man3/envz_add.3 index 96bc4b9e5a..86fd9ae228 100644 --- a/man3/envz_add.3 +++ b/man3/envz_add.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" based on the description in glibc source and infopages .\" .\" Corrections and additions, aeb diff --git a/man3/fdim.3 b/man3/fdim.3 index afd7e2541d..f183a97e41 100644 --- a/man3/fdim.3 +++ b/man3/fdim.3 @@ -1,7 +1,9 @@ .\" Copyright 2003 Walter Harms, Andries Brouwer .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL. +.\" %%%LICENSE_END .\" .TH FDIM 3 2010-09-20 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/fma.3 b/man3/fma.3 index b46efb6ee5..450a8c7186 100644 --- a/man3/fma.3 +++ b/man3/fma.3 @@ -1,7 +1,9 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> -.\" Distributed under GPL, 2002-07-27 Walter Harms +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) +.\" Distributed under GPL +.\" %%%LICENSE_END .\" Modified 2004-11-15, Added further text on FLT_ROUNDS .\" as suggested by AEB and Fabian Kreutz .\" diff --git a/man3/fmax.3 b/man3/fmax.3 index e2dc81a503..8346b2d051 100644 --- a/man3/fmax.3 +++ b/man3/fmax.3 @@ -1,7 +1,9 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH FMAX 3 2010-09-20 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index bbfef2b901..4eefbeacaa 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -1,6 +1,8 @@ .\" Copyright 2005 walter harms (walter.harms@informatik.uni-oldenburg.de), .\" and Copyright 2005, 2012 Michael Kerrisk <mtk.manpages@gmail.com> +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under the GPL. +.\" %%%LICENSE_END .\" 2008-12-04, Petr Baudis <pasky@suse.cz>: Document open_wmemstream() .\" .TH FMEMOPEN 3 2012-04-28 "GNU" "Linux Programmer's Manual" diff --git a/man3/fmin.3 b/man3/fmin.3 index b5f994fb10..4b00a7ff64 100644 --- a/man3/fmin.3 +++ b/man3/fmin.3 @@ -1,7 +1,9 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH FMIN 3 2010-09-20 "" "Linux Programmer's Manual" .SH NAME diff --git a/man3/fmtmsg.3 b/man3/fmtmsg.3 index 074cdd24b6..aeb9dc0726 100644 --- a/man3/fmtmsg.3 +++ b/man3/fmtmsg.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" adapted glibc info page .\" .\" This should run as 'Guru Meditation' (amiga joke :) diff --git a/man3/fpclassify.3 b/man3/fpclassify.3 index 41dd83fe8e..f78ce6429b 100644 --- a/man3/fpclassify.3 +++ b/man3/fpclassify.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) -.\" Distributed under GPL, 2002-07-27 Walter Harms +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) +.\" Distributed under GPL +.\" %%%LICENSE_END .\" This was done with the help of the glibc manual. .\" .\" 2004-10-31, aeb, corrected diff --git a/man3/gamma.3 b/man3/gamma.3 index a26dbe5f1f..3b02caab65 100644 --- a/man3/gamma.3 +++ b/man3/gamma.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .\" Modified 2003-11-18, aeb: historical remarks .\" diff --git a/man3/getspnam.3 b/man3/getspnam.3 index d51f087dd6..3799711e42 100644 --- a/man3/getspnam.3 +++ b/man3/getspnam.3 @@ -1,7 +1,9 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) and .\" Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH GETSPNAM 3 2013-01-22 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/getttyent.3 b/man3/getttyent.3 index 99736c9c7a..4e74e9fff3 100644 --- a/man3/getttyent.3 +++ b/man3/getttyent.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH GETTTYENT 3 2002-07-18 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/isgreater.3 b/man3/isgreater.3 index 563e92fd74..833876afcb 100644 --- a/man3/isgreater.3 +++ b/man3/isgreater.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" 2002-07-27 Walter Harms .\" this was done with the help of the glibc manual .\" diff --git a/man3/key_setsecret.3 b/man3/key_setsecret.3 index 4e93106b0e..16f0abd030 100644 --- a/man3/key_setsecret.3 +++ b/man3/key_setsecret.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" I had no way the check the functions out .\" be careful .TH KEY_SETSECRET 3 2002-07-18 "" "Linux Programmer's Manual" diff --git a/man3/lgamma.3 b/man3/lgamma.3 index ad8ef7739a..7d8b93a54f 100644 --- a/man3/lgamma.3 +++ b/man3/lgamma.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" based on glibc infopages .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3 index dbd3ef39b5..bdb53c1943 100644 --- a/man3/malloc_hook.3 +++ b/man3/malloc_hook.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" Heavily based on glibc documentation .\" Polished, added docs, removed glibc doc bug, 2002-07-20, aeb .\" diff --git a/man3/mempcpy.3 b/man3/mempcpy.3 index ac031c74d3..9317ec0fab 100644 --- a/man3/mempcpy.3 +++ b/man3/mempcpy.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" Heavily based on glibc infopages, copyright Free Software Foundation .\" .\" aeb, 2003, polished a little diff --git a/man3/nan.3 b/man3/nan.3 index a9830458ea..023282ff4a 100644 --- a/man3/nan.3 +++ b/man3/nan.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" Based on glibc infopages .\" .\" Corrections by aeb diff --git a/man3/nextafter.3 b/man3/nextafter.3 index 7aaea5bbac..6a11b737da 100644 --- a/man3/nextafter.3 +++ b/man3/nextafter.3 @@ -1,7 +1,9 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" Based on glibc infopages .TH NEXTAFTER 3 2010-09-20 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/putgrent.3 b/man3/putgrent.3 index 0b7cf66f9a..de1b70e516 100644 --- a/man3/putgrent.3 +++ b/man3/putgrent.3 @@ -1,5 +1,7 @@ .\" Copyright 2003 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH PUTGRENT 3 2003-09-09 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/remquo.3 b/man3/remquo.3 index b277a9a0f8..9c21c3ba4f 100644 --- a/man3/remquo.3 +++ b/man3/remquo.3 @@ -1,7 +1,9 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" based on glibc infopages .\" polished, aeb .TH REMQUO 3 2010-09-20 "GNU" "Linux Programmer's Manual" diff --git a/man3/rtime.3 b/man3/rtime.3 index dc188aa492..afe614afb6 100644 --- a/man3/rtime.3 +++ b/man3/rtime.3 @@ -1,5 +1,7 @@ .\" Copyright 2003 walter harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" Modified 2003-04-04 Walter Harms .\" <walter.harms@informatik.uni-oldenburg.de> .\" diff --git a/man3/setaliasent.3 b/man3/setaliasent.3 index 425cf20714..4f038df968 100644 --- a/man3/setaliasent.3 +++ b/man3/setaliasent.3 @@ -1,5 +1,7 @@ .\" Copyright 2003 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .\" Polished a bit, added a little, aeb .\" diff --git a/man3/setnetgrent.3 b/man3/setnetgrent.3 index bdf94537e9..7a935c9710 100644 --- a/man3/setnetgrent.3 +++ b/man3/setnetgrent.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" based on glibc infopages .\" polished - aeb .TH SETNETGRENT 3 2007-07-26 "GNU" "Linux Programmer's Manual" diff --git a/man3/signbit.3 b/man3/signbit.3 index 2cdcf098e7..e634d267cf 100644 --- a/man3/signbit.3 +++ b/man3/signbit.3 @@ -1,7 +1,9 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" Based on glibc infopages, copyright Free Software Foundation .TH SIGNBIT 3 2010-09-20 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/significand.3 b/man3/significand.3 index 445ec80fac..0f606d2dda 100644 --- a/man3/significand.3 +++ b/man3/significand.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" heavily based on glibc infopages, copyright Free Software Foundation .TH SIGNIFICAND 3 2009-02-04 "GNU" "Linux Programmer's Manual" .SH NAME diff --git a/man3/sincos.3 b/man3/sincos.3 index ea09d54338..3fb28f89e9 100644 --- a/man3/sincos.3 +++ b/man3/sincos.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) -.\" Distributed under GPL, 2002-07-27 Walter Harms +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) +.\" Distributed under GPL +.\" %%%LICENSE_END .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> .\" diff --git a/man3/tgamma.3 b/man3/tgamma.3 index 2b4ee15b44..2b1dd62739 100644 --- a/man3/tgamma.3 +++ b/man3/tgamma.3 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" Based on glibc infopages .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" <mtk.manpages@gmail.com> diff --git a/man3/xcrypt.3 b/man3/xcrypt.3 index 7ac91a8514..619bd27f9b 100644 --- a/man3/xcrypt.3 +++ b/man3/xcrypt.3 @@ -1,5 +1,7 @@ .\" Copyright 2003 walter harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" this is the 3rd type of interface for cryptographic routines .\" 1. encrypt() expects a bit field .\" 2. cbc_crypt() byte values diff --git a/man4/tty_ioctl.4 b/man4/tty_ioctl.4 index 9cb82090ac..672b392546 100644 --- a/man4/tty_ioctl.4 +++ b/man4/tty_ioctl.4 @@ -1,6 +1,8 @@ .\" Copyright 2002 Walter Harms <walter.harms@informatik.uni-oldenburg.de> .\" and Andries Brouwer <aeb@cwi.nl>. +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL. +.\" %%%LICENSE_END .\" .TH TTY_IOCTL 4 2008-10-29 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man7/complex.7 b/man7/complex.7 index d59356a045..6a53a53cd4 100644 --- a/man7/complex.7 +++ b/man7/complex.7 @@ -1,5 +1,7 @@ .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) +.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL +.\" %%%LICENSE_END .\" .TH COMPLEX 7 2011-09-16 "" "Linux Programmer's Manual" .SH NAME |
