diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-10-31 02:58:25 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-10-31 02:58:25 +0100 |
commit | 5310cf33543ab97eee79f042a5d7a01a39339f38 (patch) | |
tree | 984aa41bfba4c42fe010f5232f1abb20f23336c7 /NEWS | |
parent | sd-varlink: update comment (diff) | |
download | systemd-5310cf33543ab97eee79f042a5d7a01a39339f38.tar.xz systemd-5310cf33543ab97eee79f042a5d7a01a39339f38.zip |
NEWS: fix typo
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -108,10 +108,10 @@ CHANGES WITH 257 in spe: types like integers, floats, booleans, strings, UUIDs, base64-encoded and hex-encoded binary data, and arrays are supported natively. The library has been part of systemd for a while as internal component, - and now being made publically available, too. On major user of - sd-json is the JSON interface sd-varlink (see below). Note that - documentation on sd-json is very much incomplete for now, but the - systemd codebase should provide plenty code real-life code examples. + and now being made publicly available, too. On major user of sd-json + is the JSON interface sd-varlink (see below). Note that documentation + on sd-json is very much incomplete for now, but the systemd codebase + should provide plenty code real-life code examples. * libsystemd's Varlink IPC API is now available as part of libsystemd under the name "sd-varlink". This library is a C implementation of @@ -225,7 +225,7 @@ CHANGES WITH 257 in spe: * A new service property ManagedOOMMemoryPressureDurationSec= has been added that complements the existing - ManagedOOMMemoryPressureDurationLimit= and specifes the PSI + ManagedOOMMemoryPressureDurationLimit= and specifies the PSI measurement interval for the specific unit. * The sd_notify() protocol has been extended to allow changing the main @@ -426,7 +426,7 @@ CHANGES WITH 257 in spe: files reflecting this suffix change. * systemd-sysupdate now supports a new ".feature" files that may be - used in conjuntion with ".transfer" files to group them together, and + used in conjunction with ".transfer" files to group them together, and allow them to be turned off or on, individually per group. TPM & systemd-cryptsetup: |