diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2017-02-21 00:45:35 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-21 00:45:35 +0100 |
commit | cc7de2ba32562311288480e3a8faba0298852299 (patch) | |
tree | 3aec98dd73c953b1a6d97dbdf9f479f60bfb0be0 /src/update-done/update-done.c | |
parent | Syntax for defines that is also unterstood by the GNU C/C++ compilers. (#5397) (diff) | |
download | systemd-cc7de2ba32562311288480e3a8faba0298852299.tar.xz systemd-cc7de2ba32562311288480e3a8faba0298852299.zip |
tree-wide: add man: to manpage references (#5402)
Found with:
git grep '"[^"]*[a-z0-9]([0-9]\+p\?)' src/ | grep -vF man:
Diffstat (limited to '')
-rw-r--r-- | src/update-done/update-done.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update-done/update-done.c b/src/update-done/update-done.c index 48c2a3fff4..d466e1b759 100644 --- a/src/update-done/update-done.c +++ b/src/update-done/update-done.c @@ -26,7 +26,7 @@ #define MESSAGE \ "# This file was created by systemd-update-done. Its only \n" \ "# purpose is to hold a timestamp of the time this directory\n" \ - "# was updated. See systemd-update-done.service(8).\n" + "# was updated. See man:systemd-update-done.service(8).\n" static int apply_timestamp(const char *path, struct timespec *ts) { struct timespec twice[2] = { |