]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsipc: fix options parsing and sync with man page
authorSami Kerola <kerolasa@iki.fi>
Wed, 12 Apr 2017 17:59:54 +0000 (18:59 +0100)
committerSami Kerola <kerolasa@iki.fi>
Tue, 2 May 2017 22:22:04 +0000 (23:22 +0100)
commit1b71d08c6306dc80b6c5855695789d4d22ff1500
tree28270e5e50d4bd003511990e5b5afc3b396537fe
parent74cc7c2515b15d285700204d55388a3d7d8a2ca4
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 <kerolasa@iki.fi>
sys-utils/lsipc.1
sys-utils/lsipc.c