Fix singular/plural "users" output.
It was broken during libxo'fication. PR: 221039 Submitted by: timur@ MFC after: 1 week
This commit is contained in:
parent
b16b5f8ddc
commit
ba86ca7c84
@ -511,7 +511,7 @@ pr_header(time_t *nowp, int nusers)
|
||||
}
|
||||
|
||||
/* Print number of users logged in to system */
|
||||
xo_emit(" {:users/%d} {N:user%s}", nusers, nusers == 1 ? "" : "s");
|
||||
xo_emit(" {:users/%d} {Np:user,users}", nusers);
|
||||
|
||||
/*
|
||||
* Print 1, 5, and 15 minute load averages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user