mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user