summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-03-11 10:00:17 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-03-11 12:04:13 +0100
commit170c659338f0a4dd4febcc853bb6698223d9f9b2 (patch)
tree9a2dc79847f3c5300cb4a68cc045806a266b9e6a
parent48f813c4aab307695b853cbd3ea3c85f22486898 (diff)
downloadsystemd-170c659338f0a4dd4febcc853bb6698223d9f9b2.tar.gz
man: shorten list of partition types a bit
Tables with only one column aren't really tables, they are lists. And if each cell only consists of a single word, they are probably better written in a single line. Hence, shorten the man page a bit, and list boot loader spec partition types in a simple sentence. Also, drop "root-secondary" from the list. When dissecting images we'll upgrade "root-secondary" to "root" if we mount it, and do so only if "root" doesn't exist. Hence never mention "root-secondary" as we never will mount a partition under that id.
-rw-r--r--man/systemd.exec.xml49
1 files changed, 5 insertions, 44 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 6b4875f042..1bfabbdbae 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -173,50 +173,11 @@
<citerefentry project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
</para>
- <para>Valid partition names follow the <ulink url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable
- Partitions Specification</ulink>.</para>
-
- <table>
- <title>Accepted partition names</title>
-
- <tgroup cols='1'>
- <colspec colname='partition' />
- <thead>
- <row>
- <entry>Partition Name</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>root</entry>
- </row>
- <row>
- <entry>root-secondary</entry>
- </row>
- <row>
- <entry>home</entry>
- </row>
- <row>
- <entry>srv</entry>
- </row>
- <row>
- <entry>esp</entry>
- </row>
- <row>
- <entry>xbootldr</entry>
- </row>
- <row>
- <entry>tmp</entry>
- </row>
- <row>
- <entry>var</entry>
- </row>
- <row>
- <entry>usr</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
+ <para>Valid partition names follow the <ulink
+ url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions Specification</ulink>:
+ <constant>root</constant>, <constant>usr</constant>, <constant>home</constant>, <constant>srv</constant>,
+ <constant>esp</constant>, <constant>xbootldr</constant>, <constant>tmp</constant>,
+ <constant>var</constant>.</para>
<xi:include href="system-only.xml" xpointer="singular"/></listitem>
</varlistentry>