diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /po/hu/man1/ldd.1.po | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/hu/man1/ldd.1.po')
-rw-r--r-- | po/hu/man1/ldd.1.po | 504 |
1 files changed, 504 insertions, 0 deletions
diff --git a/po/hu/man1/ldd.1.po b/po/hu/man1/ldd.1.po new file mode 100644 index 00000000..0a681148 --- /dev/null +++ b/po/hu/man1/ldd.1.po @@ -0,0 +1,504 @@ +# Hungarian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Csehi András <acsehi@merlin.flexum.hu>, 2001. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 17:00+0100\n" +"PO-Revision-Date: 2001-01-05 12:34+0100\n" +"Last-Translator: Csehi András <acsehi@merlin.flexum.hu>\n" +"Language-Team: Hungarian <>\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 20.12.0\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ldd" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "2023-10-31" +msgstr "2023. október 31" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NÉV" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +msgid "ldd - print shared object dependencies" +msgstr "ldd - kiírja a program által használt megosztott könyvtárakat" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "ÖSSZEGZÉS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ldd> [I<option>]... I<file>...\n" +msgstr "B<ldd> [I<kapcsoló>]... I<fájl>...\n" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "LEÍRÁS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<ldd> prints the shared objects (shared libraries) required by each program " +"or shared object specified on the command line. An example of its use and " +"output is the following:" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"$ B<ldd /bin/ls>\n" +" linux-vdso.so.1 (0x00007ffcc3563000)\n" +" libselinux.so.1 =E<gt> /lib64/libselinux.so.1 (0x00007f87e5459000)\n" +" libcap.so.2 =E<gt> /lib64/libcap.so.2 (0x00007f87e5254000)\n" +" libc.so.6 =E<gt> /lib64/libc.so.6 (0x00007f87e4e92000)\n" +" libpcre.so.1 =E<gt> /lib64/libpcre.so.1 (0x00007f87e4c22000)\n" +" libdl.so.2 =E<gt> /lib64/libdl.so.2 (0x00007f87e4a1e000)\n" +" /lib64/ld-linux-x86-64.so.2 (0x00005574bf12e000)\n" +" libattr.so.1 =E<gt> /lib64/libattr.so.1 (0x00007f87e4817000)\n" +" libpthread.so.0 =E<gt> /lib64/libpthread.so.0 (0x00007f87e45fa000)\n" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"In the usual case, B<ldd> invokes the standard dynamic linker (see B<ld." +"so>(8)) with the B<LD_TRACE_LOADED_OBJECTS> environment variable set to 1. " +"This causes the dynamic linker to inspect the program's dynamic " +"dependencies, and find (according to the rules described in B<ld.so>(8)) " +"and load the objects that satisfy those dependencies. For each dependency, " +"B<ldd> displays the location of the matching object and the (hexadecimal) " +"address at which it is loaded. (The I<linux-vdso> and I<ld-linux> shared " +"dependencies are special; see B<vdso>(7) and B<ld.so>(8).)" +msgstr "" + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Security" +msgstr "" + +#. The circumstances are where the program has an interpreter +#. other than ld-linux.so. In this case, ldd tries to execute the +#. program directly with LD_TRACE_LOADED_OBJECTS=1, with the +#. result that the program interpreter gets control, and can do +#. what it likes, or pass control to the program itself. +#. Much more detail at +#. http://www.catonmat.net/blog/ldd-arbitrary-code-execution/ +#. Mainline glibc's ldd allows this possibility (the line +#. try_trace "$file" +#. in glibc 2.15, for example), but many distro versions of +#. ldd seem to remove that code path from the script. +#. glibc commit eedca9772e99c72ab4c3c34e43cc764250aa3e3c +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Be aware that in some circumstances (e.g., where the program specifies an " +"ELF interpreter other than I<ld-linux.so>), some versions of B<ldd> may " +"attempt to obtain the dependency information by attempting to directly " +"execute the program, which may lead to the execution of whatever code is " +"defined in the program's ELF interpreter, and perhaps to execution of the " +"program itself. (Before glibc 2.27, the upstream B<ldd> implementation did " +"this for example, although most distributions provided a modified version " +"that did not.)" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Thus, you should I<never> employ B<ldd> on an untrusted executable, since " +"this may result in the execution of arbitrary code. A safer alternative " +"when dealing with untrusted executables is:" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "$ B<objdump -p /path/to/program | grep NEEDED>\n" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note, however, that this alternative shows only the direct dependencies of " +"the executable, while B<ldd> shows the entire dependency tree of the " +"executable." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "OPTIONS" +msgstr "KAPCSOLÓK" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print the version number of B<ldd>." +msgstr "Kiírja az B<ldd> verziószámát." + +#. type: TP +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--verbose>" +msgstr "B<--verbose>" + +#. type: TQ +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-v>" +msgstr "B<-v>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Print all information, including, for example, symbol versioning information." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide +#, fuzzy, no-wrap +#| msgid "B<--user>" +msgid "B<--unused>" +msgstr "B<--user>" + +#. type: TQ +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-u>" +msgstr "B<-u>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print unused direct dependencies. (Since glibc 2.3.4.)" +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide +#, fuzzy, no-wrap +#| msgid "B<-d>, B<--data-relocs>" +msgid "B<--data-relocs>" +msgstr "B<-d>, B<--data-relocs>" + +#. type: TQ +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-d>" +msgstr "B<-d>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Perform relocations and report any missing objects (ELF only)." +msgstr "" +"Elvégzi a függvények relokálását, és kiírja a hiányzó függvényeket (csak " +"ELF)." + +#. type: TP +#: archlinux fedora-40 fedora-rawhide +#, fuzzy, no-wrap +#| msgid "B<-r>, B<--function-relocs>" +msgid "B<--function-relocs>" +msgstr "B<-r>, B<--function-relocs>" + +#. type: TQ +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-r>" +msgstr "B<-r>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +msgid "" +"Perform relocations for both data objects and functions, and report any " +"missing objects or functions (ELF only)." +msgstr "" +"Elvégzi a függvények és az adatok relokálását, és kiírja a hiányzó " +"objektumokat (csak ELF)." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. #-#-#-#-# archlinux: ldd.1.pot (PACKAGE VERSION) #-#-#-#-# +#. .SH NOTES +#. The standard version of +#. .B ldd +#. comes with glibc2. +#. Libc5 came with an older version, still present +#. on some systems. +#. The long options are not supported by the libc5 version. +#. On the other hand, the glibc2 version does not support +#. .B \-V +#. and only has the equivalent +#. .BR \-\-version . +#. .P +#. The libc5 version of this program will use the name of a library given +#. on the command line as-is when it contains a \[aq]/\[aq]; otherwise it +#. searches for the library in the standard locations. +#. To run it +#. on a shared library in the current directory, prefix the name with "./". +#. type: Plain text +#. #-#-#-#-# debian-bookworm: ldd.1.pot (PACKAGE VERSION) #-#-#-#-# +#. .SH NOTES +#. The standard version of +#. .B ldd +#. comes with glibc2. +#. Libc5 came with an older version, still present +#. on some systems. +#. The long options are not supported by the libc5 version. +#. On the other hand, the glibc2 version does not support +#. .B \-V +#. and only has the equivalent +#. .BR \-\-version . +#. .LP +#. The libc5 version of this program will use the name of a library given +#. on the command line as-is when it contains a \[aq]/\[aq]; otherwise it +#. searches for the library in the standard locations. +#. To run it +#. on a shared library in the current directory, prefix the name with "./". +#. type: Plain text +#. #-#-#-#-# debian-unstable: ldd.1.pot (PACKAGE VERSION) #-#-#-#-# +#. .SH NOTES +#. The standard version of +#. .B ldd +#. comes with glibc2. +#. Libc5 came with an older version, still present +#. on some systems. +#. The long options are not supported by the libc5 version. +#. On the other hand, the glibc2 version does not support +#. .B \-V +#. and only has the equivalent +#. .BR \-\-version . +#. .LP +#. The libc5 version of this program will use the name of a library given +#. on the command line as-is when it contains a \[aq]/\[aq]; otherwise it +#. searches for the library in the standard locations. +#. To run it +#. on a shared library in the current directory, prefix the name with "./". +#. type: Plain text +#. #-#-#-#-# fedora-40: ldd.1.pot (PACKAGE VERSION) #-#-#-#-# +#. .SH NOTES +#. The standard version of +#. .B ldd +#. comes with glibc2. +#. Libc5 came with an older version, still present +#. on some systems. +#. The long options are not supported by the libc5 version. +#. On the other hand, the glibc2 version does not support +#. .B \-V +#. and only has the equivalent +#. .BR \-\-version . +#. .P +#. The libc5 version of this program will use the name of a library given +#. on the command line as-is when it contains a \[aq]/\[aq]; otherwise it +#. searches for the library in the standard locations. +#. To run it +#. on a shared library in the current directory, prefix the name with "./". +#. type: Plain text +#. #-#-#-#-# fedora-rawhide: ldd.1.pot (PACKAGE VERSION) #-#-#-#-# +#. .SH NOTES +#. The standard version of +#. .B ldd +#. comes with glibc2. +#. Libc5 came with an older version, still present +#. on some systems. +#. The long options are not supported by the libc5 version. +#. On the other hand, the glibc2 version does not support +#. .B \-V +#. and only has the equivalent +#. .BR \-\-version . +#. .P +#. The libc5 version of this program will use the name of a library given +#. on the command line as-is when it contains a \[aq]/\[aq]; otherwise it +#. searches for the library in the standard locations. +#. To run it +#. on a shared library in the current directory, prefix the name with "./". +#. type: Plain text +#. #-#-#-#-# opensuse-leap-15-6: ldd.1.pot (PACKAGE VERSION) #-#-#-#-# +#. .SH NOTES +#. The standard version of +#. .B ldd +#. comes with glibc2. +#. Libc5 came with an older version, still present +#. on some systems. +#. The long options are not supported by the libc5 version. +#. On the other hand, the glibc2 version does not support +#. .B \-V +#. and only has the equivalent +#. .BR \-\-version . +#. .LP +#. The libc5 version of this program will use the name of a library given +#. on the command line as-is when it contains a \[aq]/\[aq]; otherwise it +#. searches for the library in the standard locations. +#. To run it +#. on a shared library in the current directory, prefix the name with "./". +#. type: Plain text +#. #-#-#-#-# opensuse-tumbleweed: ldd.1.pot (PACKAGE VERSION) #-#-#-#-# +#. .SH NOTES +#. The standard version of +#. .B ldd +#. comes with glibc2. +#. Libc5 came with an older version, still present +#. on some systems. +#. The long options are not supported by the libc5 version. +#. On the other hand, the glibc2 version does not support +#. .B \-V +#. and only has the equivalent +#. .BR \-\-version . +#. .LP +#. The libc5 version of this program will use the name of a library given +#. on the command line as-is when it contains a \[aq]/\[aq]; otherwise it +#. searches for the library in the standard locations. +#. To run it +#. on a shared library in the current directory, prefix the name with "./". +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Usage information." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BUGS" +msgstr "HIBÁK" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<ldd> does not work on a.out shared libraries." +msgstr "" + +#. .SH AUTHOR +#. David Engel. +#. Roland McGrath and Ulrich Drepper. +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<ldd> does not work with some extremely old a.out programs which were built " +"before B<ldd> support was added to the compiler releases. If you use B<ldd> " +"on one of these programs, the program will attempt to run with I<argc> = 0 " +"and the results will be unpredictable." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "LÁSD MÉG" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<pldd>(1), B<sprof>(1), B<ld.so>(8), B<ldconfig>(8)" +msgstr "B<pldd>(1), B<sprof>(1), B<ld.so>(8), B<ldconfig>(8)" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-02-05" +msgstr "2023. február 5" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 6.03" + +#. type: TP +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-v>, B<--verbose>" +msgstr "B<-v>, B<--verbose>" + +#. type: TP +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-u>, B<--unused>" +msgstr "B<-u>, B<--unused>" + +#. type: TP +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d>, B<--data-relocs>" +msgstr "B<-d>, B<--data-relocs>" + +#. type: TP +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-r>, B<--function-relocs>" +msgstr "B<-r>, B<--function-relocs>" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Linux man-pages 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |