diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-22 15:54:43 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-22 16:20:14 +0200 |
commit | c3c885a7716d3d50ad1b24f637414e18c6349442 (patch) | |
tree | 98b904a4b8cf9dcab34f6dc96a0a56c9d12b87ab /units/meson.build | |
parent | man/rules: update man rules for systemd-tmpfiles-setup-dev-early.service (diff) | |
download | systemd-c3c885a7716d3d50ad1b24f637414e18c6349442.tar.xz systemd-c3c885a7716d3d50ad1b24f637414e18c6349442.zip |
bsod: several cleanups
- add reference to the service unit in the man page,
- fix several indentation and typos,
- replace '(uint64_t) -1' with 'UINT64_MAX',
- drop unnecessary 'continue'.
Diffstat (limited to 'units/meson.build')
-rw-r--r-- | units/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/meson.build b/units/meson.build index cb1be83599..2e649d6e5f 100644 --- a/units/meson.build +++ b/units/meson.build @@ -62,7 +62,7 @@ units = [ }, { 'file' : 'systemd-bsod.service.in', - 'conditions' : ['HAVE_QRENCODE','ENABLE_INITRD'], + 'conditions' : ['HAVE_QRENCODE', 'ENABLE_INITRD'], 'symlinks' : ['initrd.target.wants/'], }, { |