man: fix capability name in man:systemd-tmpfiles(8) (#8139)
authorLucas Werkmeister <mail@lucaswerkmeister.de>
Fri, 9 Feb 2018 02:05:49 +0000 (03:05 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 Feb 2018 02:05:49 +0000 (11:05 +0900)
commit3c84514d07ff2aec5767f8fd23c5fcfb6c2dd45d
treea2f51bea9ad627e3af0f5aabe388150d4ff3ad4d
parent992149c07e3ecfbfe4067641e92a6923e7aacda4
man: fix capability name in man:systemd-tmpfiles(8) (#8139)

CAP_ADMIN does not exist (the closest existing capability name would be
CAP_SYS_ADMIN), and according to man:open(2) and man:capabilities(7),
the capability required to specify O_NOATIME is actually CAP_FOWNER.
man/systemd-tmpfiles.xml