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:
Zbigniew Jędrzejewski-Szmek 2013-04-15 23:54:56 -04:00
parent e7ecdfc15c
commit f03dc7c0c5

View file

@ -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