1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
|
# German translation of manpages
# This file is distributed under the same license as the manpages-l10n package.
# Copyright © of this file:
# Mike Fengler <mike@krt3.krt-soft.de>, 1998.
# Martin Eberhard Schauer <Martin.E.Schauer@gmx.de>, 2010.
# Helge Kreutzmann <debian@helgefjell.de>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n 4.16.0\n"
"POT-Creation-Date: 2024-06-01 06:30+0200\n"
"PO-Revision-Date: 2023-01-11 15:32+0100\n"
"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: TH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "sysvipc"
msgstr "sysvipc"
#. type: TH
#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
msgid "2024-05-02"
msgstr "2. Mai 2024"
#. type: TH
#: archlinux debian-unstable
#, no-wrap
msgid "Linux man-pages 6.8"
msgstr "Linux man-pages 6.8"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "NAME"
msgstr "BEZEICHNUNG"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "sysvipc - System V interprocess communication mechanisms"
msgstr "sysvipc - System-V-Mechanismen für Interprozesskommunikation"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "DESCRIPTION"
msgstr "BESCHREIBUNG"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"System V IPC is the name given to three interprocess communication "
"mechanisms that are widely available on UNIX systems: message queues, "
"semaphore, and shared memory."
msgstr ""
"System-V-IPC ist der Name, der drei auf UNIX-Systemen weitverbreiteten "
"Interprozesskommunikationsmechanismen gegeben wurde: "
"Nachrichtenwarteschlangen, Semaphoren und gemeinsam genutzter Speicher."
#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Message queues"
msgstr "Nachrichten-Warteschlangen (Message queues)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"System V message queues allow data to be exchanged in units called "
"messages. Each message can have an associated priority. POSIX message "
"queues provide an alternative API for achieving the same result; see "
"B<mq_overview>(7)."
msgstr ""
"System-V-Nachrichtenwarteschlangen erlauben den Datenaustausch in Einheiten, "
"Nachrichten genannt. Jede Nachricht kann über eine zugehörige Priorität "
"verfügen. POSIX-Nachrichtenwarteschlangen stellen eine alternative API zur "
"Erzielung des gleichen Ergebnisses bereit, siehe B<mq_overview>(7)."
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The System V message queue API consists of the following system calls:"
msgstr ""
"Das System-V-Nachrichtenwarteschlangen-API besteht aus den folgenden "
"Systemaufrufen:"
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<msgget>(2)"
msgstr "B<msgget>(2)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Create a new message queue or obtain the ID of an existing message queue. "
"This call returns an identifier that is used in the remaining APIs."
msgstr ""
"Erstellt eine neue Nachrichtenwarteschlange oder erlangt die Kennung einer "
"bestehenden Nachrichtenwarteschlange. Dieser Aufruf liefert einen "
"Kennzeichner zurück, der in den verbleibenden APIs verwandt wird."
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<msgsnd>(2)"
msgstr "B<msgsnd>(2)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Add a message to a queue."
msgstr "Fügt eine Nachricht zu einer Warteschlange hinzu."
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<msgrcv>(2)"
msgstr "B<msgrcv>(2)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Remove a message from a queue."
msgstr "Entfernt eine Nachricht aus einer Warteschlange."
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<msgctl>(2)"
msgstr "B<msgctl>(2)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Perform various control operations on a queue, including deletion."
msgstr ""
"Führt verschiedene Steueraktionen, einschließlich Löschung, auf einer "
"Warteschlange aus."
#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Semaphore sets"
msgstr "Semaphoren-Gruppen (Semaphore Sets)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"System V semaphores allow processes to synchronize their actions. System V "
"semaphores are allocated in groups called sets; each semaphore in a set is a "
"counting semaphore. POSIX semaphores provide an alternative API for "
"achieving the same result; see B<sem_overview>(7)."
msgstr ""
"Semaphoren gemäß System V erlauben es Prozessen, ihre Aktionen zu "
"synchronisieren. System-V-Semaphoren werden in Gruppen zugeordnet; jede "
"Semaphore in einer Gruppe ist eine Zähl-Semaphore. Semaphoren gemäß POSIX "
"ist eine alternative API zur Erreichung des gleichen Ergebnisses; siehe "
"B<shm_overview>(7)."
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The System V semaphore API consists of the following system calls:"
msgstr ""
"Die Sempahore-API gemäß System V besteht aus den folgenden Systemaufrufen:"
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<semget>(2)"
msgstr "B<semget>(2)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Create a new set or obtain the ID of an existing set. This call returns an "
"identifier that is used in the remaining APIs."
msgstr ""
"Erstellt eine neue Gruppe oder erlangt die Kennung einer bestehenden Gruppe. "
"Dieser Aufruf liefert einen Kennzeichner zurück, der in der restlichen API "
"verwandt wird."
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<semop>(2)"
msgstr "B<semop>(2)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Perform operations on the semaphores in a set."
msgstr "Führt Aktionen auf eine Semaphore in der Gruppe aus."
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<semctl>(2)"
msgstr "B<semctl>(2)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Perform various control operations on a set, including deletion."
msgstr ""
"Führt auf eine Gruppe verschiedene Steueraktionen aus, einschließlich "
"Löschung."
#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Shared memory segments"
msgstr "Gemeinsame Speichersegmente"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"System V shared memory allows processes to share a region a memory (a "
"\"segment\"). POSIX shared memory is an alternative API for achieving the "
"same result; see B<shm_overview>(7)."
msgstr ""
"Gemeinsamer Speicher gemäß System V erlaubt es Prozessen, eine "
"Speicherregion (ein »Segment«) gemeinsam zu benutzen. Gemeinsamer Speicher "
"gemäß POSIX ist eine alternative API zur Erreichung des gleichen "
"Ergebnisses; siehe B<shm_overview>(7)."
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The System V shared memory API consists of the following system calls:"
msgstr ""
"Das API für gemeinsamen Speicher gemäß System V besteht aus den folgenden "
"Systemaufrufen:"
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<shmget>(2)"
msgstr "B<shmget>(2)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Create a new segment or obtain the ID of an existing segment. This call "
"returns an identifier that is used in the remaining APIs."
msgstr ""
"Erstellt ein neues Segment oder erlangt die Kennung eines bestehenden "
"Segments. Dieser Aufruf liefert einen Kennzeichner zurück, der in den "
"restlichen APIs verwandt wird."
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<shmat>(2)"
msgstr "B<shmat>(2)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Attach an existing shared memory object into the calling process's address "
"space."
msgstr ""
"Blendet ein bestehendes, gemeinsam benutztes Speicherobjekt in den "
"Adressraum des aufrufenden Prozesses ein."
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<shmdt>(2)"
msgstr "B<shmdt>(2)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Detach a segment from the calling process's address space."
msgstr "Blendet ein Segment aus dem Adressraum des aufrufenden Prozesses aus."
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<shmctl>(2)"
msgstr "B<shmctl>(2)"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Perform various control operations on a segment, including deletion."
msgstr ""
"Führt auf einem Segment verschiedene Steueraktionen aus, einschließlich "
"Löschung."
#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "IPC namespaces"
msgstr "IPC-Namensräume"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"For a discussion of the interaction of System V IPC objects and IPC "
"namespaces, see B<ipc_namespaces>(7)."
msgstr ""
"Für eine Diskussion der Interaktion von System-V-IPC-Objekten und IPC-"
"Namensräumen lesen Sie B<ipc_namespaces>(7)."
#. 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 "SIEHE AUCH"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"B<ipcmk>(1), B<ipcrm>(1), B<ipcs>(1), B<lsipc>(1), B<ipc>(2), B<msgctl>(2), "
"B<msgget>(2), B<msgrcv>(2), B<msgsnd>(2), B<semctl>(2), B<semget>(2), "
"B<semop>(2), B<shmat>(2), B<shmctl>(2), B<shmdt>(2), B<shmget>(2), "
"B<ftok>(3), B<ipc_namespaces>(7)"
msgstr ""
"B<ipcmk>(1), B<ipcrm>(1), B<ipcs>(1), B<lsipc>(1), B<ipc>(2), B<msgctl>(2), "
"B<msgget>(2), B<msgrcv>(2), B<msgsnd>(2), B<semctl>(2), B<semget>(2), "
"B<semop>(2), B<shmat>(2), B<shmctl>(2), B<shmdt>(2), B<shmget>(2), "
"B<ftok>(3), B<ipc_namespaces>(7)"
#. type: TH
#: debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "2022-10-30"
msgstr "30. Oktober 2022"
#. type: TH
#: debian-bookworm
#, no-wrap
msgid "Linux man-pages 6.03"
msgstr "Linux man-pages 6.03"
#. type: TH
#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "2023-10-31"
msgstr "31. Oktober 2023"
#. type: TH
#: fedora-40 mageia-cauldron
#, no-wrap
msgid "Linux man-pages 6.06"
msgstr "Linux man-pages 6.06"
#. type: TH
#: fedora-rawhide
#, no-wrap
msgid "Linux man-pages 6.7"
msgstr "Linux man-pages 6.7"
#. type: TH
#: opensuse-leap-15-6
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr "Linux-Handbuchseiten 6.04"
#. type: TH
#: opensuse-tumbleweed
#, no-wrap
msgid "Linux man-pages (unreleased)"
msgstr "Linux man-pages (unveröffentlicht)"
|