diff options
Diffstat (limited to 'po/es/man2/getpagesize.2.po')
-rw-r--r-- | po/es/man2/getpagesize.2.po | 152 |
1 files changed, 104 insertions, 48 deletions
diff --git a/po/es/man2/getpagesize.2.po b/po/es/man2/getpagesize.2.po index e15f956a..aeec544c 100644 --- a/po/es/man2/getpagesize.2.po +++ b/po/es/man2/getpagesize.2.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-03-01 16:57+0100\n" +"POT-Creation-Date: 2024-06-01 05:52+0200\n" "PO-Revision-Date: 2023-01-18 00:00+0100\n" "Last-Translator: Marcos Fouces <marcos@debian.org>\n" "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n" @@ -24,16 +24,16 @@ msgid "getpagesize" msgstr "getpagesize" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-10-31" -msgstr "31 Octubre 2023" +msgid "2024-05-02" +msgstr "2 Mayo 2024" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable #, no-wrap -msgid "Linux man-pages 6.06" -msgstr "Páginas de manual de Linux 6.06" +msgid "Linux man-pages 6.8" +msgstr "Páginas de Manual de Linux 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -161,6 +161,28 @@ msgstr "" "ubicación de memoria y mapeo de archivo realizado por B<mmap>(2)." #. type: SH +#: archlinux debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "VERSIONS" +msgstr "VERSIONES" + +#. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +msgid "" +"A user program should not hard-code a page size, neither as a literal nor " +"using the B<PAGE_SIZE> macro, because some architectures support multiple " +"page sizes." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +msgid "" +"This manual page is in section 2 because Alpha, SPARC, and SPARC64 all have " +"a Linux system call B<getpagesize>() though other architectures do not, and " +"use the ELF auxiliary vector instead." +msgstr "" + +#. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap @@ -181,8 +203,7 @@ msgid "HISTORY" msgstr "HISTORIAL" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron -#: opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable opensuse-tumbleweed #, fuzzy #| msgid "" #| "SVr4, 4.4BSD, SUSv2. In SUSv2 the B<getpagesize>() call is labeled " @@ -190,31 +211,69 @@ msgstr "HISTORIAL" #| "call." msgid "" "This call first appeared in 4.2BSD. SVr4, 4.4BSD, SUSv2. In SUSv2 the " -"B<getpagesize>() call is labeled LEGACY, and in POSIX.1-2001 it has been " -"dropped; HP-UX does not have this call." +"B<getpagesize>() call was labeled LEGACY, and it was removed in " +"POSIX.1-2001." msgstr "" "SVr4, 4.4BSD, SUSv2. En SUSv2 la llamada B<getpagesize>() está etiquetada " "como \"LEGACY\", y en POSIX.1-2001 ha sido eliminada. HP-UX no posee esta " "llamada." +#. type: Plain text +#: archlinux debian-unstable opensuse-tumbleweed +msgid "" +"glibc 2.0 returned a constant even on architectures with multiple page sizes." +msgstr "" + #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap -msgid "NOTES" -msgstr "NOTAS" +msgid "SEE ALSO" +msgstr "VÉASE TAMBIÉN" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<mmap>(2), B<sysconf>(3)" +msgstr "B<mmap>(2), B<sysconf>(3)" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2023-02-05" +msgstr "5 Febrero 2023" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Páginas de Manual de Linux 6.03" + +#. type: Plain text +#: debian-bookworm +msgid "" +"SVr4, 4.4BSD, SUSv2. In SUSv2 the B<getpagesize>() call is labeled LEGACY, " +"and in POSIX.1-2001 it has been dropped; HP-UX does not have this call." +msgstr "" +"SVr4, 4.4BSD, SUSv2. En SUSv2 la llamada B<getpagesize>() está etiquetada " +"como \"LEGACY\", y en POSIX.1-2001 ha sido eliminada. HP-UX no posee esta " +"llamada." + +#. type: SH +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "NOTES" +msgstr "NOTAS" + +#. type: Plain text +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 msgid "" "Portable applications should employ I<sysconf(_SC_PAGESIZE)> instead of " "B<getpagesize>():" msgstr "" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #, no-wrap msgid "" "#include E<lt>unistd.hE<gt>\n" @@ -224,16 +283,14 @@ msgstr "" "long sz = sysconf(_SC_PAGESIZE);\n" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 msgid "(Most systems allow the synonym B<_SC_PAGE_SIZE> for B<_SC_PAGESIZE>.)" msgstr "" "(muchos sistemas también permiten el sinónimo B<_SC_PAGE_SIZE> por " "B<_SC_PAGESIZE>.)" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 #, fuzzy #| msgid "" #| "Whether B<getpagesize()> is present as a Linux system call depends on the " @@ -271,55 +328,54 @@ msgstr "" "estáticamente, y no utiliza una llamada al sistema. Este aspecto está " "solucionado en la versión 2.1 de glibc." -#. type: SH -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -#, no-wrap -msgid "SEE ALSO" -msgstr "VÉASE TAMBIÉN" - -#. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed -msgid "B<mmap>(2), B<sysconf>(3)" -msgstr "B<mmap>(2), B<sysconf>(3)" - #. type: TH -#: debian-bookworm +#: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap -msgid "2023-02-05" -msgstr "5 Febrero 2023" +msgid "2023-10-31" +msgstr "31 Octubre 2023" #. type: TH -#: debian-bookworm +#: fedora-40 mageia-cauldron #, no-wrap -msgid "Linux man-pages 6.03" -msgstr "Páginas de manual de Linux 6.03" +msgid "Linux man-pages 6.06" +msgstr "Páginas de Manual de Linux 6.06" #. type: Plain text -#: debian-bookworm +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#, fuzzy +#| msgid "" +#| "SVr4, 4.4BSD, SUSv2. In SUSv2 the B<getpagesize>() call is labeled " +#| "LEGACY, and in POSIX.1-2001 it has been dropped; HP-UX does not have this " +#| "call." msgid "" -"SVr4, 4.4BSD, SUSv2. In SUSv2 the B<getpagesize>() call is labeled LEGACY, " -"and in POSIX.1-2001 it has been dropped; HP-UX does not have this call." +"This call first appeared in 4.2BSD. SVr4, 4.4BSD, SUSv2. In SUSv2 the " +"B<getpagesize>() call is labeled LEGACY, and in POSIX.1-2001 it has been " +"dropped; HP-UX does not have this call." msgstr "" "SVr4, 4.4BSD, SUSv2. En SUSv2 la llamada B<getpagesize>() está etiquetada " "como \"LEGACY\", y en POSIX.1-2001 ha sido eliminada. HP-UX no posee esta " "llamada." #. type: TH -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: fedora-rawhide #, no-wrap -msgid "2023-03-30" -msgstr "30 Marzo 2023" +msgid "Linux man-pages 6.7" +msgstr "Páginas de Manual de Linux 6.7" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: opensuse-leap-15-6 #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Páginas de manual de Linux 6.05.01" +msgid "2023-03-30" +msgstr "30 Marzo 2023" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" -msgstr "Linux man-pages 6.04" +msgstr "Páginas de Manual de Linux 6.04" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "Páginas de Manual de Linux (no publicadas)" |