diff options
Diffstat (limited to 'po/ko/man2/getpagesize.2.po')
-rw-r--r-- | po/ko/man2/getpagesize.2.po | 145 |
1 files changed, 98 insertions, 47 deletions
diff --git a/po/ko/man2/getpagesize.2.po b/po/ko/man2/getpagesize.2.po index 5469dfe2..68ea6dbc 100644 --- a/po/ko/man2/getpagesize.2.po +++ b/po/ko/man2/getpagesize.2.po @@ -5,7 +5,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: 2000-05-02 08:57+0900\n" "Last-Translator: 정강훈 <skyeyes@soback.kornet.net>\n" "Language-Team: Korean <translation-team-ko@googlegroups.com>\n" @@ -23,16 +23,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 "2023년 10월 31일" +msgid "2024-05-02" +msgstr "2024년 5월 2일" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable #, fuzzy, no-wrap #| msgid "Linux man-pages 6.03" -msgid "Linux man-pages 6.06" +msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.03" #. type: SH @@ -145,6 +145,28 @@ msgid "" msgstr "" #. type: SH +#: archlinux debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "VERSIONS" +msgstr "버전S" + +#. 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 @@ -165,32 +187,66 @@ msgid "HISTORY" msgstr "이력" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron -#: opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable opensuse-tumbleweed 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 "" + +#. 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 "주의" +msgid "SEE ALSO" +msgstr "추가 참조" #. 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 "2023년 2월 5일" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Linux man-pages 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 "" + +#. type: SH +#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "NOTES" +msgstr "주의" + +#. 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" @@ -200,14 +256,12 @@ 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 "" #. 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 "" "Whether B<getpagesize>() is present as a Linux system call depends on the " "architecture. If it is, it returns the kernel symbol B<PAGE_SIZE>, whose " @@ -221,52 +275,49 @@ msgid "" "does not use a system call. Things are OK in glibc 2.1." msgstr "" -#. 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 "추가 참조" - -#. 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 "2023년 2월 5일" +msgid "2023-10-31" +msgstr "2023년 10월 31일" #. type: TH -#: debian-bookworm -#, no-wrap -msgid "Linux man-pages 6.03" +#: fedora-40 mageia-cauldron +#, fuzzy, no-wrap +#| msgid "Linux man-pages 6.03" +msgid "Linux man-pages 6.06" msgstr "Linux man-pages 6.03" #. type: Plain text -#: debian-bookworm +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 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 "" #. type: TH -#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed -#, no-wrap -msgid "2023-03-30" -msgstr "2023년 3월 30일" +#: fedora-rawhide +#, fuzzy, no-wrap +#| msgid "Linux man-pages 6.03" +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.03" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: opensuse-leap-15-6 #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Linux man-pages 6.05.01" +msgid "2023-03-30" +msgstr "2023년 3월 30일" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04" + +#. type: TH +#: opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "Linux man-pages 6.03" +msgid "Linux man-pages (unreleased)" +msgstr "Linux man-pages 6.03" |