]> git.ipfire.org Git - thirdparty/systemd.git/commit
various: use "-" instead of "n/a" in tables
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 17 Sep 2022 09:06:39 +0000 (11:06 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 17 Sep 2022 11:05:51 +0000 (13:05 +0200)
commit8a9651088f183174a3a3409b44a7afe4d3f2cd6d
tree52229bc64c54c18fb3ac58cc437f40ffa4370f94
parent72a773775d28532f318026cd3bb898154b632661
various: use "-" instead of "n/a" in tables

In the context of a table, both would be generally understood to have the same
meaning. "n/a" is a strange beast. It was useful when tables were produced on
the typewriter with "---------" used to separate rows. It is visually more
pleasing to use "-", and there is no risk of it being mistaken for a row
separator.
man/coredumpctl.xml
man/systemctl.xml
src/shared/format-table.c