diff options
Diffstat (limited to 'po/ko/man2/ioctl_console.2.po')
-rw-r--r-- | po/ko/man2/ioctl_console.2.po | 105 |
1 files changed, 81 insertions, 24 deletions
diff --git a/po/ko/man2/ioctl_console.2.po b/po/ko/man2/ioctl_console.2.po index 4e70335a..7571614d 100644 --- a/po/ko/man2/ioctl_console.2.po +++ b/po/ko/man2/ioctl_console.2.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" -"POT-Creation-Date: 2024-03-01 16:59+0100\n" +"POT-Creation-Date: 2024-06-01 05:57+0200\n" "PO-Revision-Date: 2000-07-29 08:57+0900\n" "Last-Translator: ASPLINUX <man@asp-linux.co.kr>\n" "Language-Team: Korean <translation-team-ko@googlegroups.com>\n" @@ -23,16 +23,16 @@ msgid "ioctl_console" msgstr "ioctl_console" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-12-21" -msgstr "2023년 12월 21일" +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 @@ -56,12 +56,11 @@ msgid "DESCRIPTION" msgstr "설명" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed msgid "" -"The following Linux-specific B<ioctl>(2) requests are supported for console " -"terminals and virtual consoles. Each requires a third argument, assumed " -"here to be I<argp>." +"The following Linux-specific B<ioctl>(2) operations are supported for " +"console terminals and virtual consoles. Each operation requires a third " +"argument, assumed here to be I<argp>." msgstr "" #. type: TP @@ -676,8 +675,8 @@ msgstr "B<PIO_UNISCRNMAP>" msgid "" "Loads the \"user definable\" (fourth) table in the kernel which maps bytes " "into Unicodes, which are then translated into screen symbols according to " -"the currently loaded Unicode-to-font map. Special Unicodes starting at " -"U+F000 can be used to map directly to the font symbols. (Since Linux 1.3.1.)" +"the currently loaded Unicode-to-font map. Special Unicodes starting at U" +"+F000 can be used to map directly to the font symbols. (Since Linux 1.3.1.)" msgstr "유니코드의 맵바이트인 커널의 ``user definable``을 로드한다. ?" #. type: TP @@ -1238,14 +1237,13 @@ msgid "Get mode of active vt. I<argp> points to a" msgstr "활성화된 vt모드를 구한다. I<argp>는" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed #, no-wrap msgid "" "struct vt_mode {\n" " char mode; /* vt mode */\n" " char waitv; /* if set, hang on writes if not active */\n" -" short relsig; /* signal to raise on release req */\n" +" short relsig; /* signal to raise on release op */\n" " short acqsig; /* signal to raise on acquisition */\n" " short frsig; /* unused (set to 0) */\n" "};\n" @@ -1590,7 +1588,8 @@ msgid "" msgstr "" #. type: Plain text -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "Since Linux 6.7, using this subcode requires the B<CAP_SYS_ADMIN> capability." msgstr "" @@ -1968,11 +1967,14 @@ msgid "B<ENOTTY>" msgstr "B<ENOTTY>" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux debian-unstable fedora-rawhide opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The file descriptor is not associated with a character special device, or " +#| "the specified request does not apply to it." msgid "" "The file descriptor is not associated with a character special device, or " -"the specified request does not apply to it." +"the specified operation does not apply to it." msgstr "파일 디스크립터는 문자 장치와 일치하지 않거나, 요청을 거부했다." #. type: TP @@ -2083,7 +2085,7 @@ msgid "I</usr/include/linux/kd.h>, I</usr/include/linux/vt.h>" msgstr "I</usr/include/linux/kd.h>, I</usr/include/linux/vt.h>" #. type: TH -#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "2023-01-22" msgstr "2023년 1월 22일" @@ -2094,14 +2096,69 @@ msgstr "2023년 1월 22일" msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"The following Linux-specific B<ioctl>(2) requests are supported for console " +"terminals and virtual consoles. Each requires a third argument, assumed " +"here to be I<argp>." +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +#, no-wrap +msgid "" +"struct vt_mode {\n" +" char mode; /* vt mode */\n" +" char waitv; /* if set, hang on writes if not active */\n" +" short relsig; /* signal to raise on release req */\n" +" short acqsig; /* signal to raise on acquisition */\n" +" short frsig; /* unused (set to 0) */\n" +"};\n" +msgstr "" + +#. type: Plain text +#: debian-bookworm fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"The file descriptor is not associated with a character special device, or " +"the specified request does not apply to it." +msgstr "파일 디스크립터는 문자 장치와 일치하지 않거나, 요청을 거부했다." + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "2023-12-21" +msgstr "2023년 12월 21일" + +#. type: TH +#: 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: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-rawhide #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Linux man-pages 6.05.01" +msgid "2024-03-03" +msgstr "2024년 3월 3일" + +#. type: TH +#: 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 #: 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" |