summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcmk.1
Commit message (Collapse)AuthorAgeFilesLines
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-191-1/+1
| | | | | | | The links to ftp://ftp.kernel.org/ are replaced by https://www.kernel.org/. Signed-off-by: Karel Zak <kzak@redhat.com>
* ipcmk: support <size>{K,M,G,...}Karel Zak2015-07-201-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: fix some things that were overlooked during the first passBenno Schulenberg2014-07-281-5/+5
| | | | | | | Mainly more option sorting, some formatting adjustments, and the adding of a missing --version here and there. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: bring four more man pages closer to standard formattingBenno Schulenberg2014-07-171-19/+20
| | | | | | | | In the IPC man pages strictly adhere to the memory, queue, semaphore order, to reduce disorientation. And for 'ipcmk', the arguments for -M and -S and -p are not optional. Add --version for 'mountpoint'. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: tweak formatting and grammar of the ipcrm man pageBenno Schulenberg2013-10-151-1/+1
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-151-2/+2
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: fix all man page groff warningsSami Kerola2012-06-021-2/+2
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: add long options to ipcmk.1 man pageSami Kerola2011-09-171-26/+26
| | | | | | Includes few style fixes from Documentation/howto-man-page.txt Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-221-1/+1
| | | | | | | | | | Use dates without the day, use the full month name, put "util-linux" in the lower left corner, and "User Commands" or "System Administration" at the top center. Also improve here and there the one-line program description. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* remaining util-linux-ng to util-linuxSami Kerola2011-01-231-2/+2
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* ipcmk.1: formattingPeter Breitenlohner2009-08-171-6/+18
| | | | Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
* ipcmk: new commandHayden James2008-09-101-0/+39
Small patch to create an application that can easily create ad-hoc ipc resources, along with man page. [kzak@redhat.com: - rename from ipccreat to ipcmk - minor coding style changes] Signed-off-by: Hayden James <hayden.james@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>