summaryrefslogtreecommitdiffstats
path: root/po/ko/man2/shmop.2.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /po/ko/man2/shmop.2.po
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/ko/man2/shmop.2.po')
-rw-r--r--po/ko/man2/shmop.2.po90
1 files changed, 68 insertions, 22 deletions
diff --git a/po/ko/man2/shmop.2.po b/po/ko/man2/shmop.2.po
index 17c11f11..8af69cdd 100644
--- a/po/ko/man2/shmop.2.po
+++ b/po/ko/man2/shmop.2.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-01 17:08+0100\n"
+"POT-Creation-Date: 2024-06-01 06:21+0200\n"
"PO-Revision-Date: 2000-05-16 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 "SHMOP"
msgstr "SHMOP"
#. 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
@@ -699,35 +699,35 @@ msgid ""
msgstr ""
#. type: Plain text
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed
+#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
msgid ""
"/* svshm_string.h\n"
"\\&\n"
" Licensed under GNU General Public License v2 or later.\n"
"*/\n"
-"#include E<lt>sys/types.hE<gt>\n"
-"#include E<lt>sys/ipc.hE<gt>\n"
-"#include E<lt>sys/shm.hE<gt>\n"
-"#include E<lt>sys/sem.hE<gt>\n"
+"#ifndef SVSHM_STRING_H\n"
+"#define SVSHM_STRING_H\n"
+"\\&\n"
"#include E<lt>stdio.hE<gt>\n"
"#include E<lt>stdlib.hE<gt>\n"
-"#include E<lt>string.hE<gt>\n"
+"#include E<lt>sys/sem.hE<gt>\n"
"\\&\n"
"#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \\e\n"
" } while (0)\n"
"\\&\n"
"union semun { /* Used in calls to semctl() */\n"
" int val;\n"
-" struct semid_ds * buf;\n"
-" unsigned short * array;\n"
+" struct semid_ds *buf;\n"
+" unsigned short *array;\n"
"#if defined(__linux__)\n"
-" struct seminfo * __buf;\n"
+" struct seminfo *__buf;\n"
"#endif\n"
"};\n"
"\\&\n"
"#define MEM_SIZE 4096\n"
+"\\&\n"
+"#endif // include guard\n"
msgstr ""
#. type: SS
@@ -1309,16 +1309,55 @@ msgstr ""
" sop.sem_flg = 0;\n"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "2023-05-03"
-msgstr "2023년 5월 3일"
+msgid "2023-10-31"
+msgstr "2023년 10월 31일"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: 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
+#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "Linux man-pages 6.05.01"
-msgstr "Linux man-pages 6.05.01"
+msgid ""
+"/* svshm_string.h\n"
+"\\&\n"
+" Licensed under GNU General Public License v2 or later.\n"
+"*/\n"
+"#include E<lt>sys/types.hE<gt>\n"
+"#include E<lt>sys/ipc.hE<gt>\n"
+"#include E<lt>sys/shm.hE<gt>\n"
+"#include E<lt>sys/sem.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>string.hE<gt>\n"
+"\\&\n"
+"#define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \\e\n"
+" } while (0)\n"
+"\\&\n"
+"union semun { /* Used in calls to semctl() */\n"
+" int val;\n"
+" struct semid_ds * buf;\n"
+" unsigned short * array;\n"
+"#if defined(__linux__)\n"
+" struct seminfo * __buf;\n"
+"#endif\n"
+"};\n"
+"\\&\n"
+"#define MEM_SIZE 4096\n"
+msgstr ""
+
+#. 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
@@ -1331,3 +1370,10 @@ msgstr "2023년 3월 30일"
#, 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"