# Korean translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # ASPLINUX , 2000. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-06-01 06:34+0200\n" "PO-Revision-Date: 2000-07-29 08:57+0900\n" "Last-Translator: ASPLINUX \n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "vcs" msgstr "vcs" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2024년 5월 2일" #. type: TH #: archlinux debian-unstable #, fuzzy, no-wrap #| msgid "Linux man-pages 6.03" msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.03" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "이름" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "vcs, vcsa - virtual console memory" msgstr "vcs, vcsa - 가상 콘솔 메모리" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "설명" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "B is a character device with major number 7 and minor number " #| "0, usually of mode 0644 and owner root.tty. It refers to the memory of " #| "the currently displayed virtual console terminal." msgid "" "I is a character device with major number 7 and minor number 0, " "usually with mode 0644 and ownership root:tty. It refers to the memory of " "the currently displayed virtual console terminal." msgstr "" "B 는 문자 장치로서, 메이저 넘버 7과 마이너 넘버 0을 지니고, 보통 " "모드 0664와 root.tty를 소유자로 지닌다. 이는 또한 가상 콘솔 터미널에 현재 보" "이는 메모리를 참조한다." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "B are character devices for virtual console terminals, " #| "they have major number 7 and minor number 1 to 63, usually mode 0644 and " #| "owner root.tty. B are the same, but including " #| "attributes, and prefixed with four bytes giving the screen dimensions and " #| "cursor position: I, I, I, I. (I = I = 0 at " #| "the top left corner of the screen.)" msgid "" "I are character devices for virtual console terminals, they " "have major number 7 and minor number 1 to 63, usually mode 0644 and " "ownership root:tty. I are the same, but using Is (in host byte order) that include attributes, and prefixed with four " "bytes giving the screen dimensions and cursor position: I, " "I, I, I. (I = I = 0 at the top left corner of the " "screen.)" msgstr "" "B 는 가상 콘솔 터미널을 위한 문자 디바이스로서, 메이저 넘버 " "7, 마이너 넘버를 1에서 63까지 갖고, 보통 모드 0664와 root.tty를 소유자로 지닌" "다. B는 동일하지만, 화면의 넓이와 마우스 커서의 위치를 주는 " "4바이트가 접두어로를 지니는 속성들을 포함한다. (I, I, I, " "I) (I = I = 0 화면의 왼쪽 상위)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "When a 512-character font is loaded, the 9th bit position can be fetched by " "applying the B(2) B operation (available since " "Linux 2.6.18) on I; the value is returned in the I pointed to by the third B(2) argument." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "" #| "These replace the screendump ioctls of B(4), so the system " #| "administrator can control access using file system permissions." msgid "" "These devices replace the screendump B(2) operations of " "B(2), so the system administrator can control access using " "filesystem permissions." msgstr "" "이들은 B(4)의 스크린 덤프 ioctls를 대체시키므로, 시스템 관리자는 파" "일 시스템 권한들을 이용하여 액세스를 제어할 수 있다." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The devices for the first eight virtual consoles may be created by:" msgstr "" "첫번째 여덟개의 가상 콘솔들에 대해 이 장치들은 아래의 내용에 의해 만들어질 " "수 있다." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "for x in 0 1 2 3 4 5 6 7 8; do\n" " mknod -m 644 /dev/vcs$x c 7 $x;\n" " mknod -m 644 /dev/vcsa$x c 7 $[$x+128];\n" "done\n" "chown root:tty /dev/vcs*\n" msgstr "" "for x in 0 1 2 3 4 5 6 7 8; do\n" " mknod -m 644 /dev/vcs$x c 7 $x;\n" " mknod -m 644 /dev/vcsa$x c 7 $[$x+128];\n" "done\n" "chown root:tty /dev/vcs*\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "No B(2) requests are supported." msgstr "어떤 B(2) 요청들도 지원되지 않는다." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "FILES" msgstr "파일" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I" msgstr "I" #. .SH AUTHOR #. Andries Brouwer #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I" msgstr "I" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "VERSIONS" msgstr "버전S" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Introduced with Linux 1.1.92." msgstr "" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "EXAMPLES" msgstr "폐제" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "You may do a screendump on vt3 by switching to vt1 and typing" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "cat /dev/vcs3 Efoo\n" msgstr "cat /dev/vcs3 Efoo\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Note that the output does not contain newline characters, so some processing " "may be required, like in" msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "fold -w 81 /dev/vcs3 | lpr\n" msgstr "fold -w 81 /dev/vcs3 | lpr\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, fuzzy #| msgid "No errors" msgid "or (horrors)" msgstr "오류 없음." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "setterm -dump 3 -file /proc/self/fd/1\n" msgstr "setterm -dump 3 -file /proc/self/fd/1\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The I device is used for Braille support." msgstr "" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This program displays the character and screen attributes under the cursor " "of the second virtual console, then changes the background color there:" msgstr "" "이 프로그램은 두번째 가상 콘솔의 마우스 커서 아래의 문자 및 화면 속성들을 보" "여주고, 배경색을 변경시킨다." #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "" #| " fd = open(console, O_RDWR);\n" #| " if (fd E 0) {\n" #| " perror(console);\n" #| " exit(EXIT_FAILURE);\n" #| " }\n" #| " if (ioctl(fd, VT_GETHIFONTMASK, &mask) E 0) {\n" #| " perror(\"VT_GETHIFONTMASK\");\n" #| " exit(EXIT_FAILURE);\n" #| " }\n" #| " (void) close(fd);\n" #| " fd = open(device, O_RDWR);\n" #| " if (fd E 0) {\n" #| " perror(device);\n" #| " exit(EXIT_FAILURE);\n" #| " }\n" #| " (void) read(fd, &scrn, 4);\n" #| " (void) lseek(fd, 4 + 2*(scrn.y*scrn.cols + scrn.x), SEEK_SET);\n" #| " (void) read(fd, &s, 2);\n" #| " ch = s & 0xff;\n" #| " if (s & mask)\n" #| " ch |= 0x100;\n" #| " attrib = ((s & \\[ti]mask) EE 8);\n" #| " printf(\"ch=%#03x attrib=%#02x\\en\", ch, attrib);\n" #| " s \\[ha]= 0x1000;\n" #| " (void) lseek(fd, -2, SEEK_CUR);\n" #| " (void) write(fd, &s, 2);\n" #| " exit(EXIT_SUCCESS);\n" #| "}\n" msgid "" "#include Eunistd.hE\n" "#include Estdlib.hE\n" "#include Estdio.hE\n" "#include Efcntl.hE\n" "#include Esys/ioctl.hE\n" "#include Elinux/vt.hE\n" "\\&\n" "int\n" "main(void)\n" "{\n" " int fd;\n" " char *device = \"/dev/vcsa2\";\n" " char *console = \"/dev/tty2\";\n" " struct {unsigned char lines, cols, x, y;} scrn;\n" " unsigned short s;\n" " unsigned short mask;\n" " unsigned char attrib;\n" " int ch;\n" "\\&\n" " fd = open(console, O_RDWR);\n" " if (fd E 0) {\n" " perror(console);\n" " exit(EXIT_FAILURE);\n" " }\n" " if (ioctl(fd, VT_GETHIFONTMASK, &mask) E 0) {\n" " perror(\"VT_GETHIFONTMASK\");\n" " exit(EXIT_FAILURE);\n" " }\n" " (void) close(fd);\n" " fd = open(device, O_RDWR);\n" " if (fd E 0) {\n" " perror(device);\n" " exit(EXIT_FAILURE);\n" " }\n" " (void) read(fd, &scrn, 4);\n" " (void) lseek(fd, 4 + 2*(scrn.y*scrn.cols + scrn.x), SEEK_SET);\n" " (void) read(fd, &s, 2);\n" " ch = s & 0xff;\n" " if (s & mask)\n" " ch |= 0x100;\n" " attrib = ((s & \\[ti]mask) EE 8);\n" " printf(\"ch=%#03x attrib=%#02x\\en\", ch, attrib);\n" " s \\[ha]= 0x1000;\n" " (void) lseek(fd, -2, SEEK_CUR);\n" " (void) write(fd, &s, 2);\n" " exit(EXIT_SUCCESS);\n" "}\n" msgstr "" " fd = open(console, O_RDWR);\n" " if (fd E 0) {\n" " perror(console);\n" " exit(EXIT_FAILURE);\n" " }\n" " if (ioctl(fd, VT_GETHIFONTMASK, &mask) E 0) {\n" " perror(\"VT_GETHIFONTMASK\");\n" " exit(EXIT_FAILURE);\n" " }\n" " (void) close(fd);\n" " fd = open(device, O_RDWR);\n" " if (fd E 0) {\n" " perror(device);\n" " exit(EXIT_FAILURE);\n" " }\n" " (void) read(fd, &scrn, 4);\n" " (void) lseek(fd, 4 + 2*(scrn.y*scrn.cols + scrn.x), SEEK_SET);\n" " (void) read(fd, &s, 2);\n" " ch = s & 0xff;\n" " if (s & mask)\n" " ch |= 0x100;\n" " attrib = ((s & \\[ti]mask) EE 8);\n" " printf(\"ch=%#03x attrib=%#02x\\en\", ch, attrib);\n" " s \\[ha]= 0x1000;\n" " (void) lseek(fd, -2, SEEK_CUR);\n" " (void) write(fd, &s, 2);\n" " exit(EXIT_SUCCESS);\n" "}\n" #. 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(2), B(4), B(4), B(8)" msgstr "B(2), B(4), B(4), B(8)" #. type: TH #: debian-bookworm opensuse-leap-15-6 #, 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 opensuse-leap-15-6 #, no-wrap msgid "" "#include Eunistd.hE\n" "#include Estdlib.hE\n" "#include Estdio.hE\n" "#include Efcntl.hE\n" "#include Esys/ioctl.hE\n" "#include Elinux/vt.hE\n" msgstr "" "#include Eunistd.hE\n" "#include Estdlib.hE\n" "#include Estdio.hE\n" "#include Efcntl.hE\n" "#include Esys/ioctl.hE\n" "#include Elinux/vt.hE\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" "int\n" "main(void)\n" "{\n" " int fd;\n" " char *device = \"/dev/vcsa2\";\n" " char *console = \"/dev/tty2\";\n" " struct {unsigned char lines, cols, x, y;} scrn;\n" " unsigned short s;\n" " unsigned short mask;\n" " unsigned char attrib;\n" " int ch;\n" msgstr "" "int\n" "main(void)\n" "{\n" " int fd;\n" " char *device = \"/dev/vcsa2\";\n" " char *console = \"/dev/tty2\";\n" " struct {unsigned char lines, cols, x, y;} scrn;\n" " unsigned short s;\n" " unsigned short mask;\n" " unsigned char attrib;\n" " int ch;\n" #. type: Plain text #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "" " fd = open(console, O_RDWR);\n" " if (fd E 0) {\n" " perror(console);\n" " exit(EXIT_FAILURE);\n" " }\n" " if (ioctl(fd, VT_GETHIFONTMASK, &mask) E 0) {\n" " perror(\"VT_GETHIFONTMASK\");\n" " exit(EXIT_FAILURE);\n" " }\n" " (void) close(fd);\n" " fd = open(device, O_RDWR);\n" " if (fd E 0) {\n" " perror(device);\n" " exit(EXIT_FAILURE);\n" " }\n" " (void) read(fd, &scrn, 4);\n" " (void) lseek(fd, 4 + 2*(scrn.y*scrn.cols + scrn.x), SEEK_SET);\n" " (void) read(fd, &s, 2);\n" " ch = s & 0xff;\n" " if (s & mask)\n" " ch |= 0x100;\n" " attrib = ((s & \\[ti]mask) EE 8);\n" " printf(\"ch=%#03x attrib=%#02x\\en\", ch, attrib);\n" " s \\[ha]= 0x1000;\n" " (void) lseek(fd, -2, SEEK_CUR);\n" " (void) write(fd, &s, 2);\n" " exit(EXIT_SUCCESS);\n" "}\n" msgstr "" " fd = open(console, O_RDWR);\n" " if (fd E 0) {\n" " perror(console);\n" " exit(EXIT_FAILURE);\n" " }\n" " if (ioctl(fd, VT_GETHIFONTMASK, &mask) E 0) {\n" " perror(\"VT_GETHIFONTMASK\");\n" " exit(EXIT_FAILURE);\n" " }\n" " (void) close(fd);\n" " fd = open(device, O_RDWR);\n" " if (fd E 0) {\n" " perror(device);\n" " exit(EXIT_FAILURE);\n" " }\n" " (void) read(fd, &scrn, 4);\n" " (void) lseek(fd, 4 + 2*(scrn.y*scrn.cols + scrn.x), SEEK_SET);\n" " (void) read(fd, &s, 2);\n" " ch = s & 0xff;\n" " if (s & mask)\n" " ch |= 0x100;\n" " attrib = ((s & \\[ti]mask) EE 8);\n" " printf(\"ch=%#03x attrib=%#02x\\en\", ch, attrib);\n" " s \\[ha]= 0x1000;\n" " (void) lseek(fd, -2, SEEK_CUR);\n" " (void) write(fd, &s, 2);\n" " exit(EXIT_SUCCESS);\n" "}\n" #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "2023년 10월 31일" #. 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 #: 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"