diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-10 13:20:45 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-10 13:20:45 +0200 |
commit | 490d99e9bf949a855ff9183465f2c265777a3272 (patch) | |
tree | a40a902385a41097ae9b63164331a4eb3eb3732e | |
parent | c17a8454f7ec728ef1ba8bac4a37e8cb38c56e3b (diff) |
man: document that assignemnts of devices to seats are persistent
-rw-r--r-- | man/loginctl.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/loginctl.xml b/man/loginctl.xml index 5c703a937d..b0266e9ca9 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -397,12 +397,12 @@ <varlistentry> <term><command>attach [NAME] [DEVICE...]</command></term> - <listitem><para>Attach one or more - devices to a seat. The devices should - be specified via device paths in the - <filename>/sys</filename> file - system. To create a new seat attach at - least one graphics card to a + <listitem><para>Persistently attach + one or more devices to a seat. The + devices should be specified via device + paths in the <filename>/sys</filename> + file system. To create a new seat + attach at least one graphics card to a previously unused seat names. seat names may consist only of a-z, A-Z, 0-9, "-" and "_" and must be prefixed |