diff options
Diffstat (limited to 'po/ko/man3/sigsetops.3.po')
-rw-r--r-- | po/ko/man3/sigsetops.3.po | 500 |
1 files changed, 500 insertions, 0 deletions
diff --git a/po/ko/man3/sigsetops.3.po b/po/ko/man3/sigsetops.3.po new file mode 100644 index 00000000..838eb45a --- /dev/null +++ b/po/ko/man3/sigsetops.3.po @@ -0,0 +1,500 @@ +# Korean translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# 정강훈 <skyeyes@soback.kornet.net>, 2001. +# 한글 Manpage 프로젝트 <http://man.kldp.org>, 2005. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 17:08+0100\n" +"PO-Revision-Date: 2005-02-13 08:57+0900\n" +"Last-Translator: 한글 Manpage 프로젝트 <http://man.kldp.org>\n" +"Language-Team: Korean <translation-team-ko@googlegroups.com>\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 "SIGSETOPS" +msgstr "SIGSETOPS" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "2023년 10월 31일" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, fuzzy, no-wrap +#| msgid "Linux man-pages 6.03" +msgid "Linux man-pages 6.06" +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 "" +"sigemptyset, sigfillset, sigaddset, sigdelset, sigismember - POSIX signal " +"set operations" +msgstr "" +"sigemptyset, sigfillset, sigaddset, sigdelset, sigismember - POSIX 시그널 집" +"합 조작" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "라이브러리" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Standard C library (I<libc>, I<-lc>)" +msgstr "표준 C 라이브러리 (I<libc>, I<-lc>)" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "요약" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<#include E<lt>signal.hE<gt>>\n" +msgstr "B<#include E<lt>signal.hE<gt>>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<int sigemptyset(sigset_t *>I<set>B<);>\n" +"B<int sigfillset(sigset_t *>I<set>B<);>\n" +msgstr "" +"B<int sigemptyset(sigset_t *>I<set>B<);>\n" +"B<int sigfillset(sigset_t *>I<set>B<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<int sigaddset(sigset_t *>I<set>B<, int >I<signum>B<);>\n" +"B<int sigdelset(sigset_t *>I<set>B<, int >I<signum>B<);>\n" +msgstr "" +"B<int sigaddset(sigset_t *>I<set>B<, int >I<signum>B<);>\n" +"B<int sigdelset(sigset_t *>I<set>B<, int >I<signum>B<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<int sigismember(const sigset_t *>I<set>B<, int >I<signum>B<);>\n" +msgstr "B<int sigismember(const sigset_t *>I<set>B<, int >I<signum>B<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<sigemptyset>(), B<sigfillset>(), B<sigaddset>(), B<sigdelset>(), " +"B<sigismember>():" +msgstr "" +"B<sigemptyset>(), B<sigfillset>(), B<sigaddset>(), B<sigdelset>(), " +"B<sigismember>():" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid " _POSIX_C_SOURCE\n" +msgstr " _POSIX_C_SOURCE\n" + +#. 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 "" +#| "The B<sigsetops>(3) functions allow the manipulation of POSIX signal " +#| "sets." +msgid "These functions allow the manipulation of POSIX signal sets." +msgstr "B<sigsetops>(3) 함수는 POSIX 시그널 집합들의 조작을 허용한다." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<sigemptyset>() initializes the signal set given by I<set> to empty, with " +"all signals excluded from the set." +msgstr "B<sigemptyset>() 은 빈 시그널 집합 I<set> 을 만든다." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<sigfillset>() initializes I<set> to full, including all signals." +msgstr "B<sigfillset>() 은 모든 신호가 들어있는 시그널 집합 I<set> 을 만든다." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<sigaddset>() and B<sigdelset>() add and delete respectively signal " +"I<signum> from I<set>." +msgstr "" +"B<sigaddset>() 과 B<sigdelset>() 은 각각 시그널 집합 I<set>에서 시그널 " +"I<signum> 를 추가하거나 지운다." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<sigismember>() tests whether I<signum> is a member of I<set>." +msgstr "" +"B<sigismember>() 는 시그널 I<signum> 가 시그널 집합 I<set> 의 일부인지를 검사" +"한다." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Objects of type I<sigset_t> must be initialized by a call to either " +"B<sigemptyset>() or B<sigfillset>() before being passed to the functions " +"B<sigaddset>(), B<sigdelset>(), and B<sigismember>() or the additional " +"glibc functions described below (B<sigisemptyset>(), B<sigandset>(), and " +"B<sigorset>()). The results are undefined if this is not done." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "RETURN VALUE" +msgstr "반환값" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<sigemptyset>(), B<sigfillset>(), B<sigaddset>(), and B<sigdelset>() " +"return 0 on success and -1 on error." +msgstr "" +"B<sigemptyset>(), B<sigfillset>(), B<sigaddset>(), B<sigdelset>() 는 모두 성" +"공시 0을 리턴하고 에러시 -1을 리턴한다." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<sigismember>() returns 1 if I<signum> is a member of I<set>, 0 if " +"I<signum> is not a member, and -1 on error." +msgstr "" +"만일 시그널 I<signum> 가 시그널 집합 I<set> 의 일부라면 B<sigismember>() 는 1" +"을 반환하고, I<signum> 가 일부가 아니라면 0을 반환하고 에러라면 -1을 반환한" +"다." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "On error, these functions set I<errno> to indicate the error." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ERRORS" +msgstr "에러" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<EINVAL>" +msgstr "B<EINVAL>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<signum> is not a valid signal." +msgstr "I<signum> 가 유효한 시그널이 아니다." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ATTRIBUTES" +msgstr "속성" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For an explanation of the terms used in this section, see B<attributes>(7)." +msgstr "" +"이 섹션에서 사용되는 용어에 대한 설명은 B<attributes>(7)을 참조하십시오." + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Interface" +msgstr "상호 작용" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Attribute" +msgstr "속성" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Value" +msgstr "번호" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".na\n" +msgstr ".na\n" + +#. type: tbl table +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid ".nh\n" +msgstr ".nh\n" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<sigemptyset>(),\n" +"B<sigfillset>(),\n" +"B<sigaddset>(),\n" +"B<sigdelset>(),\n" +"B<sigismember>(),\n" +"B<sigisemptyset>(),\n" +"B<sigorset>(),\n" +"B<sigandset>()" +msgstr "" +"B<sigemptyset>(),\n" +"B<sigfillset>(),\n" +"B<sigaddset>(),\n" +"B<sigdelset>(),\n" +"B<sigismember>(),\n" +"B<sigisemptyset>(),\n" +"B<sigorset>(),\n" +"B<sigandset>()" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Thread safety" +msgstr "" + +#. type: tbl table +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "MT-Safe" +msgstr "MT-Safe" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "VERSIONS" +msgstr "버전S" + +#. type: SS +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GNU" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the B<_GNU_SOURCE> feature test macro is defined, then I<E<lt>signal." +"hE<gt>> exposes three other functions for manipulating signal sets:" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"B<int sigisemptyset(const sigset_t *>I<set>B<);>\n" +"B<int sigorset(sigset_t *>I<dest>B<, const sigset_t *>I<left>B<,>\n" +"B< const sigset_t *>I<right>B<);>\n" +"B<int sigandset(sigset_t *>I<dest>B<, const sigset_t *>I<left>B<,>\n" +"B< const sigset_t *>I<right>B<);>\n" +msgstr "" +"B<int sigisemptyset(const sigset_t *>I<set>B<);>\n" +"B<int sigorset(sigset_t *>I<dest>B<, const sigset_t *>I<left>B<,>\n" +"B< const sigset_t *>I<right>B<);>\n" +"B<int sigandset(sigset_t *>I<dest>B<, const sigset_t *>I<left>B<,>\n" +"B< const sigset_t *>I<right>B<);>\n" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<sigisemptyset>() returns 1 if I<set> contains no signals, and 0 otherwise." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<sigorset>() places the union of the sets I<left> and I<right> in " +"I<dest>. B<sigandset>() places the intersection of the sets I<left> and " +"I<right> in I<dest>. Both functions return 0 on success, and -1 on failure." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"These functions are nonstandard (a few other systems provide similar " +"functions) and their use should be avoided in portable applications." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STANDARDS" +msgstr "표준" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2008." +msgstr "POSIX.1-2008." + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HISTORY" +msgstr "이력" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "POSIX.1-2001." +msgstr "POSIX.1-2001." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NOTES" +msgstr "주의" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When creating a filled signal set, the glibc B<sigfillset>() function does " +"not include the two real-time signals used internally by the NPTL threading " +"implementation. See B<nptl>(7) for details." +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<sigaction>(2), B<sigpending>(2), B<sigprocmask>(2), B<sigsuspend>(2)" +msgstr "B<sigaction>(2), B<sigpending>(2), B<sigprocmask>(2), B<sigsuspend>(2)" + +#. 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 "POSIX.1-2001, POSIX.1-2008." +msgstr "POSIX.1-2001, POSIX.1-2008." + +#. type: SS +#: debian-bookworm +#, no-wrap +msgid "glibc extensions" +msgstr "" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2023-07-20" +msgstr "2023년 7월 20일" + +#. 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 "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" |