summaryrefslogtreecommitdiff
path: root/man/systemd-nspawn.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-27 16:01:16 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-27 16:02:18 +0100
commit5fadff3352cfeb82844b6d475056bb18f2eba0dc (patch)
tree3f29e380bc4641c7fb686fc634c3b696dc1e80bf /man/systemd-nspawn.xml
parent6706384a89ae0c462e7172588c80667190c4d9e2 (diff)
downloadsystemd-5fadff3352cfeb82844b6d475056bb18f2eba0dc.tar.gz
man/machinectl: fix pull-raw example
We do not allow machine names with "_", so the command would fail as written. Share the example with the systemd-nspawn page instead.
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r--man/systemd-nspawn.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 8152cf0f13..848f1415d5 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -1,8 +1,8 @@
<?xml version='1.0'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!ENTITY fedora_latest_version "32">
-<!ENTITY fedora_cloud_release "1.6">
+<!ENTITY % entities SYSTEM "custom-entities.ent" >
+%entities;
]>
<!-- SPDX-License-Identifier: LGPL-2.1+ -->