]> granicus.if.org Git - procps-ng/commit
pmap: a spade is a spade, so let's call a Flags a Perm
authorJim Warner <james.warner@comcast.net>
Sat, 16 Mar 2013 05:00:00 +0000 (00:00 -0500)
committerJaromir Capik <jcapik@redhat.com>
Mon, 18 Mar 2013 17:42:07 +0000 (18:42 +0100)
commitc80e93be4744084add429ca261c36c1677691fc2
tree36e14a071c5e2feeb4cc5661b394ee225c095031
parent0c0c543466e95966851807b54a3830a695cc3032
pmap: a spade is a spade, so let's call a Flags a Perm

For some reason when the new -X/-XX options were added
what was always displayed as 'Mode' became 'Flags'. So
now a precious horizontal space is wasted because that
field's data has only 4 bytes whereas the header is 5.

Moreover, this created a conflict with the top program
which used that name in a column header already. Plus,
top emitted a 'Translation Hint' that suggests the max
chars should be 8 which is a limit pmap needn't share!

The xgettext program provides no way to keep identical
strings separate. This meant both top and pmap will be
sharing not only the msgid but a Translation Hint too.
So, the solution will now be two distinct field names.

Besides the kernel folks document it as 'perm' anyway!

Reference(s):
       new options for pmap
commit faec340719de6db8f64c468cf1dec84ffdd914a3

Signed-off-by: Jim Warner <james.warner@comcast.net>
pmap.c