summaryrefslogtreecommitdiff
path: root/src/basic/verbs.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-02-26 11:48:46 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:59:07 +0200
commitfcd0e2bc194112f772ba10bb3182da7139f1da10 (patch)
treed42ae4d66e6e9b83e55cccbcc323d993de743fb8 /src/basic/verbs.c
parent90ec73c98fd845dce6d0ba32d5ae4efba28e5dc3 (diff)
doc: add a new doc/ directory, and move two markdown docs into them
I figure sooneror later we'll have more of these docs, hence let's give them a clean place to be. This leaves NEWS and README/README.md as well as the LICENSE texts in the root directory of the project since that appears to be customary for Free Software projects.
Diffstat (limited to 'src/basic/verbs.c')
-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 f2e9f29d6..0c87121c1 100644
--- a/src/basic/verbs.c
+++ b/src/basic/verbs.c
@@ -41,7 +41,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 ENVIRONMENT.md for docs.
+ * See doc/ENVIRONMENT.md for docs.
*/
r = getenv_bool("SYSTEMD_OFFLINE");
if (r < 0 && r != -ENXIO)