OSDN Git Service

Correct project name references in mingwrt manpages.
authorKeith Marshall <keith@users.osdn.me>
Mon, 15 Aug 2022 20:49:22 +0000 (21:49 +0100)
committerKeith Marshall <keith@users.osdn.me>
Mon, 15 Aug 2022 20:49:22 +0000 (21:49 +0100)
mingwrt/ChangeLog
mingwrt/man/btowc.3.man
mingwrt/man/dirname.3.man
mingwrt/man/getline.3.man
mingwrt/man/mbrlen.3.man
mingwrt/man/mbrtowc.3.man
mingwrt/man/mbsinit.3.man
mingwrt/man/mbsrtowcs.3.man
mingwrt/man/wcrtomb.3.man
mingwrt/man/wcsrtombs.3.man
mingwrt/man/wctob.3.man

index 40fe1d5..60cde9f 100644 (file)
@@ -1,5 +1,15 @@
 2022-08-15  Keith Marshall  <keith@users.osdn.me>
 
+       Correct project name references in mingwrt manpages.
+
+       * man/btowc.3.man man/dirname.3.man man/getline.3.man man/mbrlen.3.man
+       * man/mbrtowc.3.man man/mbsinit.3.man man/mbsrtowcs.3.man
+       * man/wcrtomb.3.man man/wcsrtombs.3.man man/wctob.3.man: Replace all
+       references to defunct "MinGW.org" project name; refer to "MinGW.OSDN"
+       instead.
+
+2022-08-15  Keith Marshall  <keith@users.osdn.me>
+
        Correct project name references in mingwrt source files.
 
        * README CRT_fenv.c Makefile.in configure.ac cpu_features.sx crt1.c
index f748be3..6265061 100644 (file)
@@ -96,7 +96,7 @@ This manpage was written by \%Keith\ Marshall,
 \%<keith@users.osdn.me>,
 to document the
 .BR \%btowc ()
-function as it has been implemented for the MinGW.org Project.
+function as it has been implemented for the MinGW.OSDN Project.
 It may be copied, modified and redistributed,
 without restriction of copyright,
 provided this acknowledgement of contribution by
index 98e44fd..cf27d40 100644 (file)
@@ -466,7 +466,7 @@ to document the
 .BR \%basename ()
 and
 .BR \%dirname ()
-functions as they have been implemented for the MinGW.org Project.
+functions as they have been implemented for the MinGW.OSDN Project.
 It may be copied, modified and redistributed,
 without restriction of copyright,
 provided this acknowledgement of contribution by
index 4bf71ca..5f0dba5 100644 (file)
@@ -384,7 +384,7 @@ to document the
 .BR \%getline ()
 and
 .BR \%getdelim ()
-functions as they have been implemented for the MinGW.org Project.
+functions as they have been implemented for the MinGW.OSDN Project.
 It may be copied, modified and redistributed,
 without restriction of copyright,
 provided this acknowledgement of contribution by
index 7c2f7dc..b0509eb 100644 (file)
@@ -233,7 +233,7 @@ greater than two bytes,
 (such as
 .BR \%UTF\(hy8 ).
 From \%mingwrt\(hy5.3 onward,
-the MinGW.org implementation of
+the MinGW.OSDN implementation of
 .BR \%mbrlen ()
 mitigates this limitation by assignment of the codeset
 from the
@@ -303,7 +303,7 @@ This manpage was written by \%Keith\ Marshall,
 \%<keith@users.osdn.me>,
 to document the
 .BR \%mbrlen ()
-function as it has been implemented for the MinGW.org Project.
+function as it has been implemented for the MinGW.OSDN Project.
 It may be copied, modified and redistributed,
 without restriction of copyright,
 provided this acknowledgement of contribution by
index 934efd1..51b190b 100644 (file)
@@ -304,7 +304,7 @@ greater than two bytes,
 (such as
 .BR \%UTF\(hy8 ).
 From \%mingwrt\(hy5.3 onward,
-the MinGW.org implementation of
+the MinGW.OSDN implementation of
 .BR \%mbrtowc ()
 mitigates this limitation by assignment of the codeset
 from the
@@ -608,7 +608,7 @@ This manpage was written by \%Keith\ Marshall,
 \%<keith@users.osdn.me>,
 to document the
 .BR \%mbrtowc ()
-function as it has been implemented for the MinGW.org Project.
+function as it has been implemented for the MinGW.OSDN Project.
 It may be copied, modified and redistributed,
 without restriction of copyright,
 provided this acknowledgement of contribution by
index ecf6de6..923028d 100644 (file)
@@ -251,7 +251,7 @@ This manpage was written by \%Keith\ Marshall,
 \%<keith@users.osdn.me>,
 to document the
 .BR \%mbsinit ()
-function as it has been implemented for the MinGW.org Project.
+function as it has been implemented for the MinGW.OSDN Project.
 It may be copied, modified and redistributed,
 without restriction of copyright,
 provided this acknowledgement of contribution by
index 71771a8..d59d496 100644 (file)
@@ -230,7 +230,7 @@ greater than two bytes,
 From
 .I \%mingwrt\(hy5.3
 onward,
-the MinGW.org implementation of
+the MinGW.OSDN implementation of
 .BR \%mbsrtowcs ()
 mitigates this limitation by assignment of the codeset
 from the
@@ -448,7 +448,7 @@ This manpage was written by \%Keith\ Marshall,
 \%<keith@users.osdn.me>,
 to document the
 .BR \%mbsrtowcs ()
-function as it has been implemented for the MinGW.org Project.
+function as it has been implemented for the MinGW.OSDN Project.
 It may be copied, modified and redistributed,
 without restriction of copyright,
 provided this acknowledgement of contribution by
index 1e21d61..6e37710 100644 (file)
@@ -171,7 +171,7 @@ greater than two bytes,
 (such as
 .BR \%UTF\(hy8 ).
 From \%mingwrt\(hy5.3 onward,
-the MinGW.org implementation of
+the MinGW.OSDN implementation of
 .BR \%wcrtomb ()
 mitigates this limitation by assignment of the codeset
 from the
@@ -420,7 +420,7 @@ This manpage was written by \%Keith\ Marshall,
 \%<keith@users.osdn.me>,
 to document the
 .BR \%wcrtomb ()
-function as it has been implemented for the MinGW.org Project.
+function as it has been implemented for the MinGW.OSDN Project.
 It may be copied, modified and redistributed,
 without restriction of copyright,
 provided this acknowledgement of contribution by
index be09f01..de8f401 100644 (file)
@@ -208,7 +208,7 @@ greater than two bytes,
 (such as
 .BR \%UTF\(hy8 ).
 From \%mingwrt\(hy5.3 onward,
-the MinGW.org implementation of
+the MinGW.OSDN implementation of
 .BR \%wcsrtombs ()
 mitigates this limitation by assignment of the codeset
 from the
@@ -288,7 +288,7 @@ This manpage was written by \%Keith\ Marshall,
 \%<keith@users.osdn.me>,
 to document the
 .BR \%wcsrtombs ()
-function as it has been implemented for the MinGW.org Project.
+function as it has been implemented for the MinGW.OSDN Project.
 It may be copied, modified and redistributed,
 without restriction of copyright,
 provided this acknowledgement of contribution by
index d8ba59d..17d7ff4 100644 (file)
@@ -101,7 +101,7 @@ This manpage was written by \%Keith\ Marshall,
 \%<keith@users.osdn.me>,
 to document the
 .BR \%wctob ()
-function as it has been implemented for the MinGW.org Project.
+function as it has been implemented for the MinGW.OSDN Project.
 It may be copied, modified and redistributed,
 without restriction of copyright,
 provided this acknowledgement of contribution by