> dealing internally with surch arbiatry numbers is still a differnt world > than ouput it in a user-tool like "systemctl show" which could simply > translate it to some meaningful string > no user cares about UINT64_MAX in such outputs
quoted from the manual: (systemctl show) "is intended to be used whenever computer-parsable output is required. . Use status if you are looking for formatted human-readable output." `systemctl status` will omit the `Memory` field if the MemroyCurrent value is uint64max. I am fine with it, the output is consistent as an integer, and is informative enough to tell the user this value is absent. -- Xie Shi http://xerr.net/
_______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
