diff options
author | Sam Leonard <sam.leonard@codethink.co.uk> | 2024-04-12 11:12:15 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-04-15 10:40:11 +0200 |
commit | 9bfabe14e5bbf2077acaecb75edcf1e38ecde330 (patch) | |
tree | d99ebec7abd3c64b0445dbee3d4977d1d68b6990 /man/portablectl.xml | |
parent | mkosi: Update to latest (diff) | |
download | systemd-9bfabe14e5bbf2077acaecb75edcf1e38ecde330.tar.xz systemd-9bfabe14e5bbf2077acaecb75edcf1e38ecde330.zip |
man: fix incorrect XML in man page
Diffstat (limited to 'man/portablectl.xml')
-rw-r--r-- | man/portablectl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/portablectl.xml b/man/portablectl.xml index 9651112f97..bcfaf7ced1 100644 --- a/man/portablectl.xml +++ b/man/portablectl.xml @@ -310,7 +310,7 @@ <varlistentry> <term><option>-p</option> <replaceable>PROFILE</replaceable></term> - <term><option>--profile=</option><replaceable>PROFILE</replaceable></term> + <term><option>--profile=<replaceable>PROFILE</replaceable></option></term> <listitem><para>When attaching an image, select the profile to use. By default the <literal>default</literal> profile is used. For details about profiles, see below.</para> @@ -392,7 +392,7 @@ </varlistentry> <varlistentry> - <term><option>--extension=</option><replaceable>PATH</replaceable></term> + <term><option>--extension=<replaceable>PATH</replaceable></option></term> <listitem><para>Add an additional image <replaceable>PATH</replaceable> as an overlay on top of <replaceable>IMAGE</replaceable> when attaching/detaching. This argument can be specified |