summaryrefslogtreecommitdiffstats
path: root/templates/man2/utimensat.2.pot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /templates/man2/utimensat.2.pot
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man2/utimensat.2.pot')
-rw-r--r--templates/man2/utimensat.2.pot57
1 files changed, 36 insertions, 21 deletions
diff --git a/templates/man2/utimensat.2.pot b/templates/man2/utimensat.2.pot
index 1acd5c02..98546a9e 100644
--- a/templates/man2/utimensat.2.pot
+++ b/templates/man2/utimensat.2.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2024-03-01 17:13+0100\n"
+"POT-Creation-Date: 2024-06-01 06:33+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 "utimensat"
msgstr ""
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
-msgid "2024-01-01"
+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
@@ -300,20 +300,23 @@ msgid "If I<pathname> is absolute, then I<dirfd> is ignored."
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"The I<flags> argument is a bit mask created by ORing together zero or more "
"of the following values defined in I<E<lt>fcntl.hE<gt>>:"
msgstr ""
#. type: TP
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "B<AT_EMPTY_PATH> (since Linux 5.8)"
msgstr ""
#. type: Plain text
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"If I<pathname> is an empty string, operate on the file referred to by "
"I<dirfd> (which may have been obtained using the B<open>(2) B<O_PATH> "
@@ -967,7 +970,7 @@ msgstr ""
#. #-#-#-#-# debian-unstable: utimensat.2.pot (PACKAGE VERSION) #-#-#-#-#
#. Below, the long description of the errors from the previous bullet
#. point (abridged because it's too much detail for a man page).
-#. .IP *
+#. .IP \[bu]
#. If one of the
#. .I tv_nsec
#. fields is
@@ -979,7 +982,7 @@ msgstr ""
#. should occur if the process's effective user ID does not match
#. the file owner and the process is not privileged.
#. Instead, the call successfully changes one of the timestamps.
-#. .IP *
+#. .IP \[bu]
#. If file is not writable by the effective user ID of the process and
#. the process's effective user ID does not match the file owner and
#. the process is not privileged,
@@ -995,7 +998,7 @@ msgstr ""
#. fields are
#. .BR UTIME_NOW .
#. Instead the call succeeds.
-#. .IP *
+#. .IP \[bu]
#. If a file is marked as append-only (see
#. .BR chattr (1)),
#. then Linux traditionally
@@ -1017,7 +1020,7 @@ msgstr ""
#. .BR UTIME_NOW .
#. Instead, the call fails with the error
#. .BR EPERM .
-#. .IP *
+#. .IP \[bu]
#. If a file is marked as immutable (see
#. .BR chattr (1)),
#. then Linux traditionally
@@ -1357,7 +1360,7 @@ msgstr ""
#. #-#-#-#-# opensuse-tumbleweed: utimensat.2.pot (PACKAGE VERSION) #-#-#-#-#
#. Below, the long description of the errors from the previous bullet
#. point (abridged because it's too much detail for a man page).
-#. .IP *
+#. .IP \[bu]
#. If one of the
#. .I tv_nsec
#. fields is
@@ -1369,7 +1372,7 @@ msgstr ""
#. should occur if the process's effective user ID does not match
#. the file owner and the process is not privileged.
#. Instead, the call successfully changes one of the timestamps.
-#. .IP *
+#. .IP \[bu]
#. If file is not writable by the effective user ID of the process and
#. the process's effective user ID does not match the file owner and
#. the process is not privileged,
@@ -1385,7 +1388,7 @@ msgstr ""
#. fields are
#. .BR UTIME_NOW .
#. Instead the call succeeds.
-#. .IP *
+#. .IP \[bu]
#. If a file is marked as append-only (see
#. .BR chattr (1)),
#. then Linux traditionally
@@ -1407,7 +1410,7 @@ msgstr ""
#. .BR UTIME_NOW .
#. Instead, the call fails with the error
#. .BR EPERM .
-#. .IP *
+#. .IP \[bu]
#. If a file is marked as immutable (see
#. .BR chattr (1)),
#. then Linux traditionally
@@ -1493,7 +1496,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 I<flags> field is a bit mask that may be 0, or include the following "
"constant, defined in I<E<lt>fcntl.hE<gt>>:"
@@ -1517,15 +1520,21 @@ msgid "B<futimens>() and B<utimensat>() are specified in POSIX.1-2008."
msgstr ""
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "2023-07-20"
+msgid "2024-01-01"
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: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "Linux man-pages 6.7"
msgstr ""
#. type: TH
@@ -1539,3 +1548,9 @@ msgstr ""
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr ""
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr ""