diff options
Diffstat (limited to 'templates/man3/difftime.3.pot')
-rw-r--r-- | templates/man3/difftime.3.pot | 52 |
1 files changed, 33 insertions, 19 deletions
diff --git a/templates/man3/difftime.3.pot b/templates/man3/difftime.3.pot index a64f5df9..7b841b89 100644 --- a/templates/man3/difftime.3.pot +++ b/templates/man3/difftime.3.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-03-01 16:55+0100\n" +"POT-Creation-Date: 2024-06-01 05:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -24,15 +24,15 @@ msgid "difftime" msgstr "" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-11-11" +msgid "2024-05-02" msgstr "" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable #, no-wrap -msgid "Linux man-pages 6.06" +msgid "Linux man-pages 6.8" msgstr "" #. type: SH @@ -90,7 +90,8 @@ msgid "DESCRIPTION" msgstr "" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "The B<difftime>() function returns the number of seconds elapsed between " "time I<time1> and time I<time0>, represented as a I<double>. Each time is a " @@ -98,9 +99,10 @@ msgid "" msgstr "" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" -"I<difftime(b,\\~a)> acts like I<(b-a)> except that the result does not " +"I<difftime(b,\\ a)> acts like I<(b-a)> except that the result does not " "overflow and is rounded to I<double>." msgstr "" @@ -228,7 +230,7 @@ msgid "Linux man-pages 6.03" msgstr "" #. type: Plain text -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "" "The B<difftime>() function returns the number of seconds elapsed between " "time I<time1> and time I<time0>, represented as a I<double>. Each of the " @@ -242,13 +244,13 @@ msgid "POSIX.1-2001, POSIX.1-2008, C99, SVr4, 4.3BSD." msgstr "" #. type: SH -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "NOTES" msgstr "" #. type: Plain text -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "" "On a POSIX system, I<time_t> is an arithmetic type, and one could just define" msgstr "" @@ -260,26 +262,26 @@ msgid "#define difftime(t1,t0) (double)(t1 - t0)\n" msgstr "" #. type: Plain text -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 msgid "when the possible overflow in the subtraction is not a concern." msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap -msgid "2023-07-20" +msgid "2023-11-11" msgstr "" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 mageia-cauldron #, no-wrap -msgid "Linux man-pages 6.05.01" +msgid "Linux man-pages 6.06" msgstr "" -#. type: Plain text -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#. type: TH +#: fedora-rawhide #, no-wrap -msgid "#define my_difftime(t1,t0) (double)(t1 - t0)\n" +msgid "Linux man-pages 6.7" msgstr "" #. type: TH @@ -293,3 +295,15 @@ msgstr "" #, no-wrap msgid "Linux man-pages 6.04" msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +#, no-wrap +msgid "#define my_difftime(t1,t0) (double)(t1 - t0)\n" +msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "" |