mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
man: fix syntax in nsenter example
Apparently nsenter doesn't handle options concatenated together. I'm pretty sure it worked at one point, but it seems like magic, since each of those options can take arguments.
This commit is contained in:
parent
e7ecdfc15c
commit
f03dc7c0c5
@ -397,7 +397,7 @@
|
||||
(as viewed from the outside) of the launched process,
|
||||
and it can be used to enter the container.</para>
|
||||
|
||||
<programlisting># nsenter -muinpt $PID</programlisting>
|
||||
<programlisting># nsenter -m -u -i -n -p -t $PID</programlisting>
|
||||
|
||||
<para><citerefentry><refentrytitle>nsenter</refentrytitle><manvolnum>1</manvolnum></citerefentry>
|
||||
is part of
|
||||
|
Loading…
Reference in New Issue
Block a user