diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-04-04 09:28:55 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-04-04 10:19:24 +0200 |
commit | 19e980eb92d923a25f0cbc38b945c282bc5f5b1b (patch) | |
tree | 4d5f6e999cab369c93f162a62843ba4ef56dce4e /man/custom-entities.ent.in | |
parent | core/exec-invoke: replace basename() with path_extract_filename() (#32076) (diff) | |
download | systemd-19e980eb92d923a25f0cbc38b945c282bc5f5b1b.tar.xz systemd-19e980eb92d923a25f0cbc38b945c282bc5f5b1b.zip |
man: update fedora example to F40
F40 will be out soon, so we can update the man page already. The example should
already work.
The cloud link was dropped in fd571c9df0ba86636401582c4ea0a8cb608e1216, so
drop the unused variable too.
Diffstat (limited to 'man/custom-entities.ent.in')
-rw-r--r-- | man/custom-entities.ent.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/custom-entities.ent.in b/man/custom-entities.ent.in index a854d11f85..c82e2b8d8f 100644 --- a/man/custom-entities.ent.in +++ b/man/custom-entities.ent.in @@ -18,5 +18,4 @@ <!ENTITY DEFAULT_TIMEOUT "{{DEFAULT_TIMEOUT_SEC}} s"> <!ENTITY DEFAULT_USER_TIMEOUT "{{DEFAULT_USER_TIMEOUT_SEC}} s"> <!ENTITY DEFAULT_KEYMAP "{{SYSTEMD_DEFAULT_KEYMAP}}"> -<!ENTITY fedora_latest_version "38"> -<!ENTITY fedora_cloud_release "1.6"> +<!ENTITY fedora_latest_version "40"> |