summaryrefslogtreecommitdiffstats
path: root/openbsd
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2018-10-07 11:16:12 +0200
committerDaniel Lange <DLange@git.local>2018-10-07 11:16:12 +0200
commitc34be41e1ca89e81e43cfe3be01b52478461f70e (patch)
tree9981ec9b7c9e2fa36b6f702342ee90362526ca79 /openbsd
parent67e368914a1b03cbf18c4c7b678f424f5e18ad2e (diff)
Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking alignment
Issue Github #841, Debian bug #910492
Diffstat (limited to 'openbsd')
-rw-r--r--openbsd/OpenBSDProcess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd/OpenBSDProcess.c b/openbsd/OpenBSDProcess.c
index 70f9653b..f54c9111 100644
--- a/openbsd/OpenBSDProcess.c
+++ b/openbsd/OpenBSDProcess.c
@@ -135,7 +135,7 @@ ProcessFieldData Process_fields[] = {
.flags = 0, },
[ST_UID] = {
.name = "ST_UID",
- .title = " UID ",
+ .title = " UID ",
.description = "User ID of the process owner",
.flags = 0, },
[PERCENT_CPU] = {

© 2014-2024 Faster IT GmbH | imprint | privacy policy