From 1b71d08c6306dc80b6c5855695789d4d22ff1500 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 12 Apr 2017 18:59:54 +0100 Subject: lsipc: fix options parsing and sync with man page Option --pid was never implemented so remove it from struct options and manual page. Interestingly this option was not in usage(). Short option string had 'u' that has never appear anywhere else, so it is also removed. Finally add options --bytes and --numeric-perms to manual page. Signed-off-by: Sami Kerola --- sys-utils/lsipc.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys-utils/lsipc.1') diff --git a/sys-utils/lsipc.1 b/sys-utils/lsipc.1 index 69f0cf197..9bb1dce91 100644 --- a/sys-utils/lsipc.1 +++ b/sys-utils/lsipc.1 @@ -74,8 +74,8 @@ Specify which output columns to print. Use .B \-\-help to get a list of all supported columns. .TP -\fB\-p\fR, \fB\-\-pid\fR -Show PIDs of creator and last operator. +\fB\-b\fR, \fB\-\-bytes\fR +Print size in bytes rather than in human readable format. .TP \fB\-r\fR, \fB\-\-raw\fR Raw output (no columnation). @@ -97,6 +97,9 @@ operation on semaphores. \fB\-\-time\-format\fR \fItype\fP Display dates in short, full or iso format. The default is short, this time format is designed to be space efficient and human readable. +.TP +\fB\-P\fR, \fB\-\-numeric\-perms\fR +Print numeric permissions in PERMS column. .SH EXIT STATUS .TP -- cgit v1.2.3-55-g7522