summaryrefslogtreecommitdiffstats
path: root/po/fi/man1/nm.1.po
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--po/fi/man1/nm.1.po186
1 files changed, 102 insertions, 84 deletions
diff --git a/po/fi/man1/nm.1.po b/po/fi/man1/nm.1.po
index 82a36b29..f700f6ba 100644
--- a/po/fi/man1/nm.1.po
+++ b/po/fi/man1/nm.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-01 14:43+0100\n"
+"POT-Creation-Date: 2024-06-01 06:06+0200\n"
"PO-Revision-Date: 1998-04-10 11:01+0200\n"
"Last-Translator: Janne Viitala <janne.viitala@cc.tut.fi>\n"
"Language-Team: Finnish <>\n"
@@ -41,8 +41,8 @@ msgstr "NM"
#. type: TH
#: archlinux
#, no-wrap
-msgid "2024-02-01"
-msgstr "1. helmikuuta 2024"
+msgid "2024-05-07"
+msgstr "7. toukokuuta 2024"
#. type: TH
#: archlinux opensuse-tumbleweed
@@ -85,7 +85,8 @@ msgid "Header"
msgstr "Header"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid ""
"nm [B<-A>|B<-o>|B<--print-file-name>]\n"
@@ -132,7 +133,8 @@ msgid "DESCRIPTION"
msgstr "KUVAUS"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, fuzzy
#| msgid ""
#| "\\&\\s-1GNU\\s0 B<nm> lists the symbols from object files I<objfile>.... "
@@ -214,7 +216,8 @@ msgid "b"
msgstr "b"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"The symbol is in the BSS data section. This section typically contains zero-"
"initialized or uninitialized data, although the exact behavior is system "
@@ -297,14 +300,16 @@ msgid "i"
msgstr "i"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"For PE format files this indicates that the symbol is in a section specific "
"to the implementation of DLLs."
msgstr ""
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"For ELF format files this indicates that the symbol is an indirect "
"function. This is a GNU extension to the standard set of ELF symbol types. "
@@ -314,7 +319,8 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Note - the actual symbols display for GNU indirect symbols is controlled by "
"the B<--ifunc-chars> command line option. If this option has been provided "
@@ -357,8 +363,8 @@ msgid "n"
msgstr "n"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "The symbol is in a non-data, non-code, non-debug read-only section."
msgstr ""
@@ -458,7 +464,8 @@ msgid "u"
msgstr "u"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"The symbol is a unique global symbol. This is a GNU extension to the "
"standard set of ELF symbol bindings. For such a symbol the dynamic linker "
@@ -688,7 +695,8 @@ msgid "-B"
msgstr "-B"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, fuzzy
#| msgid ""
#| "The same as B<--format=bsd> (for compatibility with the \\s-1MIPS\\s0 "
@@ -729,7 +737,8 @@ msgid "--demangle[=style]"
msgstr "B<--demangle>"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, fuzzy
#| msgid ""
#| "Decode (I<demangle>) low-level symbol names into user-level names. "
@@ -915,16 +924,16 @@ msgstr "--format=formaatti"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
-"Use the output format I<format>, which can be CW<\\*(C`bsd\\*(C'>, "
-"\\&CW<\\*(C`sysv\\*(C'>, CW<\\*(C`posix\\*(C'> or CW<\\*(C`just-"
-"symbols\\*(C'>. The default is CW<\\*(C`bsd\\*(C'>. Only the first "
-"character of I<format> is significant; it can be either upper or lower case."
+"Use the output format I<format>, which can be CW<\\*(C`bsd\\*(C'>, \\&CW<"
+"\\*(C`sysv\\*(C'>, CW<\\*(C`posix\\*(C'> or CW<\\*(C`just-symbols\\*(C'>. "
+"The default is CW<\\*(C`bsd\\*(C'>. Only the first character of I<format> "
+"is significant; it can be either upper or lower case."
msgstr ""
-"Käyttää tulostusformaattia I<formaatti>, joka voi olla joko "
-"CW<\\*(C`bsd\\*(C'>, \\&CW<\\*(C`sysv\\*(C'>, CW<\\*(C`posix\\*(C'> tai "
-"CW<\\*(C`just-symbols\\*(C'>. Oletusformaatti on CW<\\*(C`bsd\\*(C'>. Vain "
-"kaksi ensimmäistä kirjainta I<formaatista> ovat merkitseviä. Kirjaimet "
-"voivat olla isoja tai pieniä."
+"Käyttää tulostusformaattia I<formaatti>, joka voi olla joko CW<\\*(C`bsd"
+"\\*(C'>, \\&CW<\\*(C`sysv\\*(C'>, CW<\\*(C`posix\\*(C'> tai CW<\\*(C`just-"
+"symbols\\*(C'>. Oletusformaatti on CW<\\*(C`bsd\\*(C'>. Vain kaksi "
+"ensimmäistä kirjainta I<formaatista> ovat merkitseviä. Kirjaimet voivat "
+"olla isoja tai pieniä."
#. type: IP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -997,7 +1006,8 @@ msgstr ""
"poistuu ohjelmasta."
#. type: IP
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "B<--ifunc-chars=>I<CHARS>"
msgstr ""
@@ -1010,7 +1020,8 @@ msgid "--ifunc-chars=CHARS"
msgstr ""
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"When display GNU indirect function symbols B<nm> will default to using the "
"CW<\\*(C`i\\*(C'> character for both local indirect functions and global "
@@ -1106,9 +1117,9 @@ msgid ""
"inlined, then this option causes the source information for all enclosing "
"scopes back to the first non-inlined function to be printed as well. For "
"example, if CW<\\*(C`main\\*(C'> inlines \\&CW<\\*(C`callee1\\*(C'> which "
-"inlines CW<\\*(C`callee2\\*(C'>, and address is from "
-"\\&CW<\\*(C`callee2\\*(C'>, the source information for "
-"CW<\\*(C`callee1\\*(C'> and CW<\\*(C`main\\*(C'> will also be printed."
+"inlines CW<\\*(C`callee2\\*(C'>, and address is from \\&CW<"
+"\\*(C`callee2\\*(C'>, the source information for CW<\\*(C`callee1\\*(C'> and "
+"CW<\\*(C`main\\*(C'> will also be printed."
msgstr ""
#. type: IP
@@ -1230,7 +1241,8 @@ msgid "--portability"
msgstr "--portability"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, fuzzy
#| msgid ""
#| "Use the \\s-1POSIX.2\\s0 standard output format instead of the default "
@@ -1522,7 +1534,8 @@ msgid "-X"
msgstr "-X"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"This option is ignored for compatibility with the AIX version of \\&B<nm>. "
"It takes one parameter which must be the string \\&B<32_64>. The default "
@@ -1563,7 +1576,8 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Please note that this plugin search directory is I<not> the one used by "
"B<ld>'s B<-plugin> option. In order to make \\&B<nm> use the linker plugin "
@@ -1589,7 +1603,8 @@ msgid "--size-sort"
msgstr "--size-sort"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, fuzzy
#| msgid ""
#| "Sort symbols by size. The size is computed as the difference between the "
@@ -1630,7 +1645,8 @@ msgid "--special-syms"
msgstr "--special-syms"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Display symbols which have a target-specific special meaning. These symbols "
"are usually used by the target for some special processing and are not "
@@ -1677,7 +1693,8 @@ msgid "--unicode=[default|invalid|locale|escape|hex|highlight]"
msgstr "--unicode=[default|invalid|locale|escape|hex|highlight]"
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Controls the display of UTF-8 encoded multibyte characters in strings. The "
"default (B<--unicode=default>) is to give them no special treatment. The "
@@ -1691,8 +1708,8 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
-"The B<--unicode=escape> option displays them as escape sequences "
-"(I<\\euxxxx>) and the B<--unicode=highlight> option displays them as escape "
+"The B<--unicode=escape> option displays them as escape sequences (I<"
+"\\euxxxx>) and the B<--unicode=highlight> option displays them as escape "
"sequences highlighted in red (if supported by the output device). The "
"colouring is intended to draw attention to the presence of unicode sequences "
"where they might not be expected."
@@ -1856,12 +1873,13 @@ msgid "COPYRIGHT"
msgstr "TEKIJÄNOIKEUDET"
#. type: Plain text
-#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "Copyright (c) 1991-2024 Free Software Foundation, Inc."
msgstr "Copyright (c) 1991-2024 Free Software Foundation, Inc."
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Permission is granted to copy, distribute and/or modify this document under "
"the terms of the GNU Free Documentation License, Version 1.3 or any later "
@@ -1872,61 +1890,61 @@ msgid ""
msgstr ""
#. type: ds C+
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "C\\v'-.1v'\\h'-1p'\\s-2+\\h'-1p'+\\s0\\v'.1v'\\h'-1p'"
msgstr "C\\v'-.1v'\\h'-1p'\\s-2+\\h'-1p'+\\s0\\v'.1v'\\h'-1p'"
#. type: ds :
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "\\k:\\h'-(\\n(.wu*8/10-\\*(#H+.1m+\\*(#F)'\\v'-\\*(#V'\\z.\\h'.2m+\\*(#F'.\\h'|\\n:u'\\v'\\*(#V'"
msgstr "\\k:\\h'-(\\n(.wu*8/10-\\*(#H+.1m+\\*(#F)'\\v'-\\*(#V'\\z.\\h'.2m+\\*(#F'.\\h'|\\n:u'\\v'\\*(#V'"
#. type: ds 8
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "\\h'\\*(#H'\\(*b\\h'-\\*(#H'"
msgstr "\\h'\\*(#H'\\(*b\\h'-\\*(#H'"
#. type: ds o
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "\\k:\\h'-(\\n(.wu+\\w'\\(de'u-\\*(#H)/2u'\\v'-.3n'\\*(#[\\z\\(de\\v'.3n'\\h'|\\n:u'\\*(#]"
msgstr "\\k:\\h'-(\\n(.wu+\\w'\\(de'u-\\*(#H)/2u'\\v'-.3n'\\*(#[\\z\\(de\\v'.3n'\\h'|\\n:u'\\*(#]"
#. type: ds d-
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "\\h'\\*(#H'\\(pd\\h'-\\w'~'u'\\v'-.25m'I<\\(hy>\\v'.25m'\\h'-\\*(#H'"
msgstr "\\h'\\*(#H'\\(pd\\h'-\\w'~'u'\\v'-.25m'I<\\(hy>\\v'.25m'\\h'-\\*(#H'"
#. type: ds D-
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "D\\k:\\h'-\\w'D'u'\\v'-.11m'\\z\\(hy\\v'.11m'\\h'|\\n:u'"
msgstr "D\\k:\\h'-\\w'D'u'\\v'-.11m'\\z\\(hy\\v'.11m'\\h'|\\n:u'"
#. type: ds th
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "\\*(#[\\v'.3m'\\s+1I\\s-1\\v'-.3m'\\h'-(\\w'I'u*2/3)'\\s-1o\\s+1\\*(#]"
msgstr "\\*(#[\\v'.3m'\\s+1I\\s-1\\v'-.3m'\\h'-(\\w'I'u*2/3)'\\s-1o\\s+1\\*(#]"
#. type: ds Th
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "\\*(#[\\s+2I\\s-2\\h'-\\w'I'u*3/5'\\v'-.3m'o\\v'.3m'\\*(#]"
msgstr "\\*(#[\\s+2I\\s-2\\h'-\\w'I'u*3/5'\\v'-.3m'o\\v'.3m'\\*(#]"
#. type: ds ae
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "a\\h'-(\\w'a'u*4/10)'e"
msgstr "a\\h'-(\\w'a'u*4/10)'e"
#. type: ds Ae
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "A\\h'-(\\w'A'u*4/10)'E"
msgstr "A\\h'-(\\w'A'u*4/10)'E"
@@ -1944,7 +1962,7 @@ msgid "binutils-2.40.00"
msgstr "binutils-2.40.00"
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid ""
"nm [B<-A>|B<-o>|B<--print-file-name>]\n"
@@ -1984,7 +2002,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"\\&\\s-1GNU\\s0 B<nm> lists the symbols from object files I<objfile>.... If "
"no object files are listed as arguments, B<nm> assumes the file \\&I<a.out>."
@@ -1994,7 +2012,7 @@ msgstr ""
"tiedostonimeksi \\&I<a.out>."
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The symbol is in the \\s-1BSS\\s0 data section. This section typically "
"contains zero-initialized or uninitialized data, although the exact behavior "
@@ -2002,25 +2020,25 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"For \\s-1PE\\s0 format files this indicates that the symbol is in a section "
"specific to the implementation of DLLs."
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"For \\s-1ELF\\s0 format files this indicates that the symbol is an indirect "
-"function. This is a \\s-1GNU\\s0 extension to the standard set of "
-"\\s-1ELF\\s0 symbol types. It indicates a symbol which if referenced by a "
+"function. This is a \\s-1GNU\\s0 extension to the standard set of \\s-1ELF"
+"\\s0 symbol types. It indicates a symbol which if referenced by a "
"relocation does not evaluate to its address, but instead must be invoked at "
"runtime. The runtime execution will then return the value to be used in the "
"relocation."
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Note - the actual symbols display for \\s-1GNU\\s0 indirect symbols is "
"controlled by the B<--ifunc-chars> command line option. If this option has "
@@ -2030,12 +2048,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron
+#: debian-bookworm
msgid "The symbol is in the read-only data section."
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The symbol is a unique global symbol. This is a \\s-1GNU\\s0 extension to "
"the standard set of \\s-1ELF\\s0 symbol bindings. For such a symbol the "
@@ -2044,7 +2062,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"The same as B<--format=bsd> (for compatibility with the \\s-1MIPS\\s0 B<nm>)."
msgstr ""
@@ -2052,7 +2070,7 @@ msgstr ""
"varmistamiseksi \\s-1MIPS\\s0 B<nm> ohjelman kanssa)."
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, fuzzy
#| msgid ""
#| "Decode (I<demangle>) low-level symbol names into user-level names. "
@@ -2070,13 +2088,13 @@ msgstr ""
"+ funktionimet selkeämpään muotoon."
#. type: IP
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<--ifunc-chars=>I<\\s-1CHARS\\s0>"
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"When display \\s-1GNU\\s0 indirect function symbols B<nm> will default to "
"using the CW<\\*(C`i\\*(C'> character for both local indirect functions and "
@@ -2087,7 +2105,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Use the \\s-1POSIX.2\\s0 standard output format instead of the default "
"format. Equivalent to B<-f posix>."
@@ -2096,7 +2114,7 @@ msgstr ""
"oletusformaatin sijaan. Vastaa toiminnaltaan optiota B<-f posix>."
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"This option is ignored for compatibility with the \\s-1AIX\\s0 version of "
"\\&B<nm>. It takes one parameter which must be the string \\&B<32_64>. The "
@@ -2105,7 +2123,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Please note that this plugin search directory is I<not> the one used by "
"B<ld>'s B<-plugin> option. In order to make \\&B<nm> use the linker plugin "
@@ -2117,7 +2135,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
#, fuzzy
#| msgid ""
#| "Sort symbols by size. The size is computed as the difference between the "
@@ -2136,7 +2154,7 @@ msgstr ""
"välillä. Symbolin koko tulostetaan sen arvon sijaan."
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Display symbols which have a target-specific special meaning. These symbols "
"are usually used by the target for some special processing and are not "
@@ -2146,7 +2164,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Controls the display of \\s-1UTF-8\\s0 encoded multibyte characters in "
"strings. The default (B<--unicode=default>) is to give them no special "
@@ -2157,12 +2175,12 @@ msgid ""
msgstr ""
#. type: Plain text
-#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm fedora-40 opensuse-leap-15-6
msgid "Copyright (c) 1991-2023 Free Software Foundation, Inc."
msgstr "Copyright (c) 1991-2023 Free Software Foundation, Inc."
#. type: Plain text
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm opensuse-leap-15-6
msgid ""
"Permission is granted to copy, distribute and/or modify this document under "
"the terms of the \\s-1GNU\\s0 Free Documentation License, Version 1.3 or any "
@@ -2173,13 +2191,13 @@ msgid ""
msgstr ""
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: debian-unstable
#, no-wrap
-msgid "2024-02-21"
-msgstr "21. helmikuuta 2024"
+msgid "2024-03-19"
+msgstr "19. maaliskuuta 2024"
#. type: TH
-#: debian-unstable
+#: debian-unstable mageia-cauldron
#, no-wrap
msgid "binutils-2.42"
msgstr "binutils-2.42"
@@ -2199,8 +2217,8 @@ msgstr "binutils-2.41"
#. type: TH
#: fedora-rawhide
#, no-wrap
-msgid "2024-02-22"
-msgstr "22. helmikuuta 2024"
+msgid "2024-05-13"
+msgstr "13. toukokuuta 2024"
#. type: TH
#: fedora-rawhide
@@ -2211,14 +2229,8 @@ msgstr "binutils-2.42.50"
#. type: TH
#: mageia-cauldron
#, no-wrap
-msgid "2023-06-27"
-msgstr "27. kesäkuuta 2023"
-
-#. type: TH
-#: mageia-cauldron
-#, no-wrap
-msgid "binutils-2.40"
-msgstr "binutils-2.40"
+msgid "2024-04-08"
+msgstr "8. huhtikuuta 2024"
#. type: TH
#: opensuse-leap-15-6
@@ -2238,3 +2250,9 @@ msgid ""
"\\&I<ar>\\|(1), I<objdump>\\|(1), I<ranlib>\\|(1), and the Info entries for "
"I<binutils>."
msgstr ""
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "2024-05-01"
+msgstr "1. toukokuuta 2024"