CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_sysvipc.5
blobf9789af02f709e06d8a7d2aa36b8a0f674ed6c8f
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4 .\"
5 .\" SPDX-License-Identifier: GPL-3.0-or-later
6 .\"
7 .TH proc_sysvipc 5 (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 /proc/sysvipc/ \- System V IPC
10 .SH DESCRIPTION
11 .TP
12 .I /proc/sysvipc/
13 Subdirectory containing the pseudo-files
14 .IR msg ", " sem " and " shm "."
15 These files list the System V Interprocess Communication (IPC) objects
16 (respectively: message queues, semaphores, and shared memory)
17 that currently exist on the system,
18 providing similar information to that available via
19 .BR ipcs (1).
20 These files have headers and are formatted (one IPC object per line)
21 for easy understanding.
22 .BR sysvipc (7)
23 provides further background on the information shown by these files.
24 .SH SEE ALSO
25 .BR proc (5)