summaryrefslogtreecommitdiffstats
path: root/src/basic/verbs.c
diff options
context:
space:
mode:
authorFaheel Ahmad <faheel@live.in>2018-10-30 18:31:20 +0100
committerFaheel Ahmad <faheel@live.in>2018-10-30 18:31:20 +0100
commiteea984028f30bfd8f80180fce56d10f478c1b472 (patch)
tree1cbeae8d373b0096e0a2dd7d3f150f328eddb897 /src/basic/verbs.c
parentdocs: Convert HACKING to Markdown (diff)
downloadsystemd-eea984028f30bfd8f80180fce56d10f478c1b472.tar.xz
systemd-eea984028f30bfd8f80180fce56d10f478c1b472.zip
docs: Update links to updated docs
Diffstat (limited to '')
-rw-r--r--src/basic/verbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/verbs.c b/src/basic/verbs.c
index 34c7708080..f68c2bae08 100644
--- a/src/basic/verbs.c
+++ b/src/basic/verbs.c
@@ -23,7 +23,7 @@ bool running_in_chroot_or_offline(void) {
/* Added to support use cases like rpm-ostree, where from %post scripts we only want to execute "preset", but
* not "start"/"restart" for example.
*
- * See doc/ENVIRONMENT.md for docs.
+ * See docs/ENVIRONMENT.md for docs.
*/
r = getenv_bool("SYSTEMD_OFFLINE");
if (r < 0 && r != -ENXIO)