summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-04-16 20:29:41 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-04-16 20:31:33 +0200
commite24c6676c741468fd10b448f3f2c4d133b7dcfe7 (patch)
tree901afead3f843f15e9372bf7729d786f74070596 /docs
parent3d9c3b7e89fd7b48cdabe76ef8aa5d54143e7575 (diff)
downloadsystemd-e24c6676c741468fd10b448f3f2c4d133b7dcfe7.tar.gz
docs: add a missing $ sign
Addresses https://github.com/systemd/systemd/pull/27283#pullrequestreview-1386816102. Follow-up to 1a127aa02b.
Diffstat (limited to 'docs')
-rw-r--r--docs/ENVIRONMENT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index 791ba8dd12..2ba222d3a6 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -341,7 +341,7 @@ the journal instead of only when logging in debug mode.
`systemd-sysusers`
-* `SOURCE_DATE_EPOCH` — if unset, the field of the date of last password change
+* `$SOURCE_DATE_EPOCH` — if unset, the field of the date of last password change
in `/etc/shadow` will be the number of days from Jan 1, 1970 00:00 UTC until
today. If `$SOURCE_DATE_EPOCH` is set to a valid UNIX epoch value in seconds,
then the field will be the number of days until that time instead. This is to