summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2023-04-15 13:12:43 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2023-04-15 13:12:43 +0200
commit1a127aa02bf9fb0c02e268744d6348c1992207b1 (patch)
treeb03f171f3e17d28f6e519117da2c3bafcac307a1 /docs
parent3a8b7e8b5f72a940a07938a8ed33f2c3283dd52b (diff)
downloadsystemd-1a127aa02bf9fb0c02e268744d6348c1992207b1.tar.gz
docs: a couple of typo fixes & formatting tweaks
Diffstat (limited to 'docs')
-rw-r--r--docs/ENVIRONMENT.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index 445131b479..791ba8dd12 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -90,7 +90,7 @@ All tools:
* `$SYSTEMD_UTF8=` — takes a boolean value, and overrides whether to generate
non-ASCII special glyphs at various places (i.e. "→" instead of
- "->"). Usually this is deterined automatically, based on $LC_CTYPE, but in
+ "->"). Usually this is determined automatically, based on `$LC_CTYPE`, but in
scenarios where locale definitions are not installed it might make sense to
override this check explicitly.
@@ -343,7 +343,7 @@ the journal instead of only when logging in debug mode.
* `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,
+ 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
support creating bit-by-bit reproducible system images by choosing a
reproducible value for the field of the date of last password change in
@@ -431,7 +431,7 @@ disk images with `--image=` or similar:
specified defaults to something like: `ext4:btrfs:xfs:vfat:erofs:squashfs`
* `$SYSTEMD_LOOP_DIRECT_IO` – takes a boolean, which controls whether to enable
- LO_FLAGS_DIRECT_IO (i.e. direct IO + asynchronous IO) on loopback block
+ `LO_FLAGS_DIRECT_IO` (i.e. direct IO + asynchronous IO) on loopback block
devices when opening them. Defaults to on, set this to "0" to disable this
feature.