diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2017-02-28 11:54:52 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2017-02-28 11:54:52 +0100 |
commit | 34b52450c51fc8803c2ba6f71c8de59e8642bdda (patch) | |
tree | 981d6898026b641c06e9a87d8b11da4289bfc97f /man | |
parent | caf49b95b3a6efe9455078098c729d83b08e5206 (diff) |
hostname: add 'convertible' chassis type
Add the 'convertible' type to the set of allowed chassis. This applies
to all devices that can be transformed by the user from laptop style to
tablet style.
This does not add any auto-detection, yet. It only makes 'set-chassis'
accept 'convertible' as valid input.
Diffstat (limited to 'man')
-rw-r--r-- | man/hostnamectl.xml | 1 | ||||
-rw-r--r-- | man/machine-info.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml index 9e1b593e6d..81bce2da6a 100644 --- a/man/hostnamectl.xml +++ b/man/hostnamectl.xml @@ -173,6 +173,7 @@ defined: <literal>desktop</literal>, <literal>laptop</literal>, + <literal>convertible</literal>, <literal>server</literal>, <literal>tablet</literal>, <literal>handset</literal>, diff --git a/man/machine-info.xml b/man/machine-info.xml index 351133670b..cd5997d4e2 100644 --- a/man/machine-info.xml +++ b/man/machine-info.xml @@ -120,6 +120,7 @@ chassis types are defined: <literal>desktop</literal>, <literal>laptop</literal>, + <literal>convertible</literal>, <literal>server</literal>, <literal>tablet</literal>, <literal>handset</literal>, |