diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:17 +0000 |
commit | f989b53289cd1370b64ab3a11dc49582601141c4 (patch) | |
tree | 889d592e33bad65a274746ad6c925a69ff19c30c /debian/patches/0010-tzfile.5.patch | |
parent | Adding upstream version 6.05.01. (diff) | |
download | manpages-f989b53289cd1370b64ab3a11dc49582601141c4.tar.xz manpages-f989b53289cd1370b64ab3a11dc49582601141c4.zip |
Adding debian version 6.05.01-1.debian/6.05.01-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0010-tzfile.5.patch')
-rw-r--r-- | debian/patches/0010-tzfile.5.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/patches/0010-tzfile.5.patch b/debian/patches/0010-tzfile.5.patch new file mode 100644 index 0000000..0b8acc3 --- /dev/null +++ b/debian/patches/0010-tzfile.5.patch @@ -0,0 +1,35 @@ +From: "Dr. Tobias Quathamer" <toddy@debian.org> +Date: Sat, 6 Feb 2016 01:25:30 +0100 +Subject: tzfile.5 + +--- + man5/tzfile.5 | 16 ++++++++++++++++ + 1 file changed, 16 insertions(+) + +diff --git a/man5/tzfile.5 b/man5/tzfile.5 +index 59d9f6b..8bd9e77 100644 +--- a/man5/tzfile.5 ++++ b/man5/tzfile.5 +@@ -205,6 +205,22 @@ if either + .B tzh_timecnt + is zero or the time argument is less than the first transition time recorded + in the file. ++.\" http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=122906#47 ++.\" Reviewed by upstream and rejected, May 2012 ++.SH NOTES ++This manual page documents ++.I <tzfile.h> ++in the glibc source archive, see ++.IR timezone/tzfile.h . ++.PP ++It seems that timezone uses ++.B tzfile ++internally, but glibc refuses to expose it to userspace. This is most ++likely because the standardised functions are more useful and ++portable, and actually documented by glibc. It may only be in glibc ++just to support the non-glibc-maintained timezone data (which is ++maintained by some other entity). ++.\" End of patch + .SS Version 2 format + For version-2-format timezone files, + the above header and data are followed by a second header and data, |