[master] Revised the "SEE ALSO" style of libpng.3, libpngpf.3, and png.5

This commit is contained in:
Glenn Randers-Pehrson 2010-06-27 13:53:25 -05:00
parent 8f9a2d08ea
commit 2302a4d04f
5 changed files with 19 additions and 15 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.4.4beta01 - June 26, 2010
Libpng 1.4.4beta01 - June 27, 2010
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@ -62,7 +62,9 @@ version 1.4.3rc03 [June 23, 2010]
version 1.4.3 [June 26, 2010]
Updated some of the "last changed" dates.
version 1.4.4beta01 [June 26, 2010]
version 1.4.4beta01 [June 27, 2010]
Removed extraneous new_push_process_row.c file.
Revised the "SEE ALSO" style of libpng.3, libpngpf.3, and png.5
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit

View File

@ -2610,7 +2610,9 @@ version 1.4.3rc03 [June 23, 2010]
version 1.4.3 [June 26, 2010]
Updated some of the "last changed" dates.
version 1.4.4beta01 [June 26, 2010]
version 1.4.4beta01 [June 27, 2010]
Removed extraneous new_push_process_row.c file.
Revised the "SEE ALSO" style of libpng.3, libpngpf.3, and png.5
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit

View File

@ -1,4 +1,4 @@
.TH LIBPNG 3 "June 26, 2010"
.TH LIBPNG 3 "June 27, 2010"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.4.4beta01
.SH SYNOPSIS
@ -785,7 +785,7 @@ Following is a copy of the libpng.txt file that accompanies libpng.
.SH LIBPNG.TXT
libpng.txt - A description on how to use and modify libpng
libpng version 1.4.4beta01 - June 26, 2010
libpng version 1.4.4beta01 - June 27, 2010
Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net>
Copyright (c) 1998-2009 Glenn Randers-Pehrson
@ -796,7 +796,7 @@ libpng.txt - A description on how to use and modify libpng
Based on:
libpng versions 0.97, January 1998, through 1.4.4beta01 - June 26, 2010
libpng versions 0.97, January 1998, through 1.4.4beta01 - June 27, 2010
Updated and distributed by Glenn Randers-Pehrson
Copyright (c) 1998-2009 Glenn Randers-Pehrson
@ -4082,7 +4082,7 @@ Other rules can be inferred by inspecting the libpng source.
.SH XIII. Y2K Compliance in libpng
June 26, 2010
June 27, 2010
Since the PNG Development group is an ad-hoc body, we can't make
an official declaration.
@ -4285,7 +4285,7 @@ version 1.0.6j; from then on they were given the upcoming public
release number plus "betaNN" or "rcN".
.SH "SEE ALSO"
libpngpf(3), png(5)
.BR "png"(5), " libpngpf"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5)
.LP
.IR libpng :
.IP
@ -4328,7 +4328,7 @@ possible without all of you.
Thanks to Frank J. T. Wojcik for helping with the documentation.
Libpng version 1.4.4beta01 - June 26, 2010:
Libpng version 1.4.4beta01 - June 27, 2010:
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net).
@ -4351,7 +4351,7 @@ this sentence.
This code is released under the libpng license.
libpng versions 1.2.6, August 15, 2004, through 1.4.4beta01, June 26, 2010, are
libpng versions 1.2.6, August 15, 2004, through 1.4.4beta01, June 27, 2010, are
Copyright (c) 2004,2006-2007 Glenn Randers-Pehrson, and are
distributed according to the same disclaimer and license as libpng-1.2.5
with the following individual added to the list of Contributing Authors
@ -4450,7 +4450,7 @@ certification mark of the Open Source Initiative.
Glenn Randers-Pehrson
glennrp at users.sourceforge.net
June 26, 2010
June 27, 2010
.\" end of man page

View File

@ -1,4 +1,4 @@
.TH LIBPNGPF 3 "June 26, 2010"
.TH LIBPNGPF 3 "June 27, 2010"
.SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.4.4beta01
(private functions)
@ -803,6 +803,6 @@ are listed alphabetically here as an aid to libpng maintainers.
See png.h for more information on these functions.
.SH SEE ALSO
libpng(3), png(5)
.BR "png"(5), " libpng"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5)
.SH AUTHOR
Glenn Randers-Pehrson

4
png.5
View File

@ -1,4 +1,4 @@
.TH PNG 5 "June 26, 2010"
.TH PNG 5 "June 27, 2010"
.SH NAME
png \- Portable Network Graphics (PNG) format
.SH DESCRIPTION
@ -18,7 +18,7 @@ gamma and chromaticity data for improved color matching on heterogeneous
platforms.
.SH "SEE ALSO"
.IR libpng(3), zlib(3), deflate(5), and zlib(5)
.BR "libpng"(3), " libpngpf"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5)
.LP
PNG specification (second edition), November 2003:
.IP