From 455edae4da984559fafef2633a0d57b3509c9241 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 10 Mar 2013 10:28:55 +0100 Subject: [PATCH] MB_CUR_MAX.3, MB_LEN_MAX.3, btowc.3, fgetwc.3, fgetws.3, fputwc.3, fputws.3, fwide.3, getwchar.3, iconv.3, iconv_close.3, iconv_open.3, iswalnum.3, iswalpha.3, iswblank.3, iswcntrl.3, iswctype.3, iswdigit.3, iswgraph.3, iswlower.3, iswprint.3, iswpunct.3, iswspace.3, iswupper.3, iswxdigit.3, mblen.3, mbrlen.3, mbrtowc.3, mbsinit.3, mbsnrtowcs.3, mbsrtowcs.3, mbstowcs.3, mbtowc.3, putwchar.3, stpncpy.3, strnlen.3, towctrans.3, towlower.3, towupper.3, ungetwc.3, wcpcpy.3, wcpncpy.3, wcrtomb.3, wcscasecmp.3, wcscat.3, wcschr.3, wcscmp.3, wcscpy.3, wcscspn.3, wcsdup.3, wcslen.3, wcsncasecmp.3, wcsncat.3, wcsncmp.3, wcsncpy.3, wcsnlen.3, wcsnrtombs.3, wcspbrk.3, wcsrchr.3, wcsrtombs.3, wcsspn.3, wcsstr.3, wcstok.3, wcstombs.3, wcswidth.3, wctob.3, wctomb.3, wctrans.3, wctype.3, wcwidth.3, wmemchr.3, wmemcmp.3, wmemcpy.3, wmemmove.3, wmemset.3, wprintf.3: s/GPLv2+_ONEPARA)/GPLv2+_ONEPARA_DOC)/ Signed-off-by: Michael Kerrisk --- man3/MB_CUR_MAX.3 | 2 +- man3/MB_LEN_MAX.3 | 2 +- man3/btowc.3 | 2 +- man3/fgetwc.3 | 2 +- man3/fgetws.3 | 2 +- man3/fputwc.3 | 2 +- man3/fputws.3 | 2 +- man3/fwide.3 | 2 +- man3/getwchar.3 | 2 +- man3/iconv.3 | 2 +- man3/iconv_close.3 | 2 +- man3/iconv_open.3 | 2 +- man3/iswalnum.3 | 2 +- man3/iswalpha.3 | 2 +- man3/iswblank.3 | 2 +- man3/iswcntrl.3 | 2 +- man3/iswctype.3 | 2 +- man3/iswdigit.3 | 2 +- man3/iswgraph.3 | 2 +- man3/iswlower.3 | 2 +- man3/iswprint.3 | 2 +- man3/iswpunct.3 | 2 +- man3/iswspace.3 | 2 +- man3/iswupper.3 | 2 +- man3/iswxdigit.3 | 2 +- man3/mblen.3 | 2 +- man3/mbrlen.3 | 2 +- man3/mbrtowc.3 | 2 +- man3/mbsinit.3 | 2 +- man3/mbsnrtowcs.3 | 2 +- man3/mbsrtowcs.3 | 2 +- man3/mbstowcs.3 | 2 +- man3/mbtowc.3 | 2 +- man3/putwchar.3 | 2 +- man3/stpncpy.3 | 2 +- man3/strnlen.3 | 2 +- man3/towctrans.3 | 2 +- man3/towlower.3 | 2 +- man3/towupper.3 | 2 +- man3/ungetwc.3 | 2 +- man3/wcpcpy.3 | 2 +- man3/wcpncpy.3 | 2 +- man3/wcrtomb.3 | 2 +- man3/wcscasecmp.3 | 2 +- man3/wcscat.3 | 2 +- man3/wcschr.3 | 2 +- man3/wcscmp.3 | 2 +- man3/wcscpy.3 | 2 +- man3/wcscspn.3 | 2 +- man3/wcsdup.3 | 2 +- man3/wcslen.3 | 2 +- man3/wcsncasecmp.3 | 2 +- man3/wcsncat.3 | 2 +- man3/wcsncmp.3 | 2 +- man3/wcsncpy.3 | 2 +- man3/wcsnlen.3 | 2 +- man3/wcsnrtombs.3 | 2 +- man3/wcspbrk.3 | 2 +- man3/wcsrchr.3 | 2 +- man3/wcsrtombs.3 | 2 +- man3/wcsspn.3 | 2 +- man3/wcsstr.3 | 2 +- man3/wcstok.3 | 2 +- man3/wcstombs.3 | 2 +- man3/wcswidth.3 | 2 +- man3/wctob.3 | 2 +- man3/wctomb.3 | 2 +- man3/wctrans.3 | 2 +- man3/wctype.3 | 2 +- man3/wcwidth.3 | 2 +- man3/wmemchr.3 | 2 +- man3/wmemcmp.3 | 2 +- man3/wmemcpy.3 | 2 +- man3/wmemmove.3 | 2 +- man3/wmemset.3 | 2 +- man3/wprintf.3 | 2 +- 76 files changed, 76 insertions(+), 76 deletions(-) diff --git a/man3/MB_CUR_MAX.3 b/man3/MB_CUR_MAX.3 index 3d37c53bb..87b4d1565 100644 --- a/man3/MB_CUR_MAX.3 +++ b/man3/MB_CUR_MAX.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/MB_LEN_MAX.3 b/man3/MB_LEN_MAX.3 index 67f73ce81..cd8aa185b 100644 --- a/man3/MB_LEN_MAX.3 +++ b/man3/MB_LEN_MAX.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/btowc.3 b/man3/btowc.3 index 24506b7b1..e77aadc38 100644 --- a/man3/btowc.3 +++ b/man3/btowc.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/fgetwc.3 b/man3/fgetwc.3 index 23689ee2f..aaea3565e 100644 --- a/man3/fgetwc.3 +++ b/man3/fgetwc.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/fgetws.3 b/man3/fgetws.3 index 5ed7a10bb..51c463672 100644 --- a/man3/fgetws.3 +++ b/man3/fgetws.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/fputwc.3 b/man3/fputwc.3 index a2c0e0f20..9bf70c40a 100644 --- a/man3/fputwc.3 +++ b/man3/fputwc.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/fputws.3 b/man3/fputws.3 index 4cf49b5cd..b09c0c72a 100644 --- a/man3/fputws.3 +++ b/man3/fputws.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/fwide.3 b/man3/fwide.3 index 460e8bda9..f0e062531 100644 --- a/man3/fwide.3 +++ b/man3/fwide.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/getwchar.3 b/man3/getwchar.3 index e873aa294..b7d0c6e37 100644 --- a/man3/getwchar.3 +++ b/man3/getwchar.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iconv.3 b/man3/iconv.3 index 01daad47a..419c922b2 100644 --- a/man3/iconv.3 +++ b/man3/iconv.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iconv_close.3 b/man3/iconv_close.3 index 47bd6950e..1eb9ccfb8 100644 --- a/man3/iconv_close.3 +++ b/man3/iconv_close.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iconv_open.3 b/man3/iconv_open.3 index 4030a66a1..35d53dc8f 100644 --- a/man3/iconv_open.3 +++ b/man3/iconv_open.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswalnum.3 b/man3/iswalnum.3 index 7706f499e..fd1147875 100644 --- a/man3/iswalnum.3 +++ b/man3/iswalnum.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswalpha.3 b/man3/iswalpha.3 index 5e9add67b..f5e4ae817 100644 --- a/man3/iswalpha.3 +++ b/man3/iswalpha.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswblank.3 b/man3/iswblank.3 index 0b0fb1e5a..fde681d8a 100644 --- a/man3/iswblank.3 +++ b/man3/iswblank.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswcntrl.3 b/man3/iswcntrl.3 index a179e5ce8..d9fd1b7ff 100644 --- a/man3/iswcntrl.3 +++ b/man3/iswcntrl.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswctype.3 b/man3/iswctype.3 index 1f121ce0e..1d35c12f8 100644 --- a/man3/iswctype.3 +++ b/man3/iswctype.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswdigit.3 b/man3/iswdigit.3 index 290247d86..d89edce5b 100644 --- a/man3/iswdigit.3 +++ b/man3/iswdigit.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswgraph.3 b/man3/iswgraph.3 index b7bfec115..0eae152e7 100644 --- a/man3/iswgraph.3 +++ b/man3/iswgraph.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswlower.3 b/man3/iswlower.3 index 22bc31d77..a052ab2cc 100644 --- a/man3/iswlower.3 +++ b/man3/iswlower.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswprint.3 b/man3/iswprint.3 index 0e642377b..f4ec63a14 100644 --- a/man3/iswprint.3 +++ b/man3/iswprint.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswpunct.3 b/man3/iswpunct.3 index cf63d7190..8d880ffd1 100644 --- a/man3/iswpunct.3 +++ b/man3/iswpunct.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswspace.3 b/man3/iswspace.3 index 2576bbfa7..6e6f14e79 100644 --- a/man3/iswspace.3 +++ b/man3/iswspace.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswupper.3 b/man3/iswupper.3 index bbf0e2b28..82bbe6e82 100644 --- a/man3/iswupper.3 +++ b/man3/iswupper.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/iswxdigit.3 b/man3/iswxdigit.3 index fcdaeaa8d..4691306de 100644 --- a/man3/iswxdigit.3 +++ b/man3/iswxdigit.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/mblen.3 b/man3/mblen.3 index 38216b640..cf4294d81 100644 --- a/man3/mblen.3 +++ b/man3/mblen.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/mbrlen.3 b/man3/mbrlen.3 index e324db2fd..a27ba07da 100644 --- a/man3/mbrlen.3 +++ b/man3/mbrlen.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/mbrtowc.3 b/man3/mbrtowc.3 index 45695fc96..92b70c73d 100644 --- a/man3/mbrtowc.3 +++ b/man3/mbrtowc.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/mbsinit.3 b/man3/mbsinit.3 index dcefcd7e3..967ba78fc 100644 --- a/man3/mbsinit.3 +++ b/man3/mbsinit.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/mbsnrtowcs.3 b/man3/mbsnrtowcs.3 index c01ee923a..2e2ffaf99 100644 --- a/man3/mbsnrtowcs.3 +++ b/man3/mbsnrtowcs.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/mbsrtowcs.3 b/man3/mbsrtowcs.3 index 68082499e..660610114 100644 --- a/man3/mbsrtowcs.3 +++ b/man3/mbsrtowcs.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/mbstowcs.3 b/man3/mbstowcs.3 index c9f72ddba..7296b87c6 100644 --- a/man3/mbstowcs.3 +++ b/man3/mbstowcs.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/mbtowc.3 b/man3/mbtowc.3 index e43f74f61..5f5846368 100644 --- a/man3/mbtowc.3 +++ b/man3/mbtowc.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/putwchar.3 b/man3/putwchar.3 index e809761a8..ae4fbd5e3 100644 --- a/man3/putwchar.3 +++ b/man3/putwchar.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/stpncpy.3 b/man3/stpncpy.3 index 9cc2e34bf..c709b958d 100644 --- a/man3/stpncpy.3 +++ b/man3/stpncpy.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/strnlen.3 b/man3/strnlen.3 index eeed4d12a..04a9dec53 100644 --- a/man3/strnlen.3 +++ b/man3/strnlen.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/towctrans.3 b/man3/towctrans.3 index ff8cda74a..409e165a6 100644 --- a/man3/towctrans.3 +++ b/man3/towctrans.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/towlower.3 b/man3/towlower.3 index 6d9c66d2a..3cad752c1 100644 --- a/man3/towlower.3 +++ b/man3/towlower.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/towupper.3 b/man3/towupper.3 index d13fe9226..990edd884 100644 --- a/man3/towupper.3 +++ b/man3/towupper.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/ungetwc.3 b/man3/ungetwc.3 index a20f371a2..e6c4ddb01 100644 --- a/man3/ungetwc.3 +++ b/man3/ungetwc.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcpcpy.3 b/man3/wcpcpy.3 index 4aaa131e8..e53c7924f 100644 --- a/man3/wcpcpy.3 +++ b/man3/wcpcpy.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcpncpy.3 b/man3/wcpncpy.3 index 1d30867f4..9f563d61f 100644 --- a/man3/wcpncpy.3 +++ b/man3/wcpncpy.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcrtomb.3 b/man3/wcrtomb.3 index 179475661..fa352690d 100644 --- a/man3/wcrtomb.3 +++ b/man3/wcrtomb.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcscasecmp.3 b/man3/wcscasecmp.3 index e8c712cbb..5c404f769 100644 --- a/man3/wcscasecmp.3 +++ b/man3/wcscasecmp.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcscat.3 b/man3/wcscat.3 index a6bf5aeba..c7515c5e0 100644 --- a/man3/wcscat.3 +++ b/man3/wcscat.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcschr.3 b/man3/wcschr.3 index 941f8412e..6d3de3641 100644 --- a/man3/wcschr.3 +++ b/man3/wcschr.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcscmp.3 b/man3/wcscmp.3 index 8b2c1d649..a218869bf 100644 --- a/man3/wcscmp.3 +++ b/man3/wcscmp.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcscpy.3 b/man3/wcscpy.3 index ad7061213..07539ff74 100644 --- a/man3/wcscpy.3 +++ b/man3/wcscpy.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcscspn.3 b/man3/wcscspn.3 index 051323465..de6a6bc14 100644 --- a/man3/wcscspn.3 +++ b/man3/wcscspn.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcsdup.3 b/man3/wcsdup.3 index 98ee73c4e..61934d72d 100644 --- a/man3/wcsdup.3 +++ b/man3/wcsdup.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcslen.3 b/man3/wcslen.3 index a6e08a613..15230c849 100644 --- a/man3/wcslen.3 +++ b/man3/wcslen.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcsncasecmp.3 b/man3/wcsncasecmp.3 index 2ccdda8b4..c817bf7ba 100644 --- a/man3/wcsncasecmp.3 +++ b/man3/wcsncasecmp.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcsncat.3 b/man3/wcsncat.3 index 582e3eeaf..1a25f3ece 100644 --- a/man3/wcsncat.3 +++ b/man3/wcsncat.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcsncmp.3 b/man3/wcsncmp.3 index 7b5ad656e..f05b4c4f2 100644 --- a/man3/wcsncmp.3 +++ b/man3/wcsncmp.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcsncpy.3 b/man3/wcsncpy.3 index 0fcb9247e..8d9814f46 100644 --- a/man3/wcsncpy.3 +++ b/man3/wcsncpy.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcsnlen.3 b/man3/wcsnlen.3 index e97cbf0e9..e12e813f4 100644 --- a/man3/wcsnlen.3 +++ b/man3/wcsnlen.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcsnrtombs.3 b/man3/wcsnrtombs.3 index 09e01d0ff..9835000f9 100644 --- a/man3/wcsnrtombs.3 +++ b/man3/wcsnrtombs.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcspbrk.3 b/man3/wcspbrk.3 index 282816e39..ec24af926 100644 --- a/man3/wcspbrk.3 +++ b/man3/wcspbrk.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcsrchr.3 b/man3/wcsrchr.3 index df0bc9f8a..570054897 100644 --- a/man3/wcsrchr.3 +++ b/man3/wcsrchr.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcsrtombs.3 b/man3/wcsrtombs.3 index baa1cf7b4..863cd27c7 100644 --- a/man3/wcsrtombs.3 +++ b/man3/wcsrtombs.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcsspn.3 b/man3/wcsspn.3 index 56fe9516c..f2b75367a 100644 --- a/man3/wcsspn.3 +++ b/man3/wcsspn.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcsstr.3 b/man3/wcsstr.3 index 82b86c242..b54d59126 100644 --- a/man3/wcsstr.3 +++ b/man3/wcsstr.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcstok.3 b/man3/wcstok.3 index 4eb4b32f7..26982eed3 100644 --- a/man3/wcstok.3 +++ b/man3/wcstok.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcstombs.3 b/man3/wcstombs.3 index 7c483c5cf..3bb6de0e7 100644 --- a/man3/wcstombs.3 +++ b/man3/wcstombs.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcswidth.3 b/man3/wcswidth.3 index f00e45d29..534afcf02 100644 --- a/man3/wcswidth.3 +++ b/man3/wcswidth.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wctob.3 b/man3/wctob.3 index c09ef9091..ff14639b0 100644 --- a/man3/wctob.3 +++ b/man3/wctob.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wctomb.3 b/man3/wctomb.3 index ee83986ca..0abb2de05 100644 --- a/man3/wctomb.3 +++ b/man3/wctomb.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wctrans.3 b/man3/wctrans.3 index 2f2140268..2ce286014 100644 --- a/man3/wctrans.3 +++ b/man3/wctrans.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wctype.3 b/man3/wctype.3 index d55e7ad2a..37753eed7 100644 --- a/man3/wctype.3 +++ b/man3/wctype.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wcwidth.3 b/man3/wcwidth.3 index 5c257b1e0..f0320bd64 100644 --- a/man3/wcwidth.3 +++ b/man3/wcwidth.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wmemchr.3 b/man3/wmemchr.3 index 844349f1e..cc97b083b 100644 --- a/man3/wmemchr.3 +++ b/man3/wmemchr.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wmemcmp.3 b/man3/wmemcmp.3 index 0226f9c32..e5b81ffa8 100644 --- a/man3/wmemcmp.3 +++ b/man3/wmemcmp.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wmemcpy.3 b/man3/wmemcpy.3 index 98a29b604..d68501f52 100644 --- a/man3/wmemcpy.3 +++ b/man3/wmemcpy.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wmemmove.3 b/man3/wmemmove.3 index 61b50b585..1efbb8c2f 100644 --- a/man3/wmemmove.3 +++ b/man3/wmemmove.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wmemset.3 b/man3/wmemset.3 index 4286f6be8..425a77297 100644 --- a/man3/wmemset.3 +++ b/man3/wmemset.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of diff --git a/man3/wprintf.3 b/man3/wprintf.3 index d02146e76..fe2d4c175 100644 --- a/man3/wprintf.3 +++ b/man3/wprintf.3 @@ -1,6 +1,6 @@ .\" Copyright (c) Bruno Haible .\" -.\" %%%LICENSE_START(GPLv2+_ONEPARA) +.\" %%%LICENSE_START(GPLv2+_ONEPARA_DOC) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of