diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-04-15 23:54:56 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-04-17 00:09:16 -0400 |
commit | f03dc7c0c58c5cddb62dbd809c1f4ccad3c6e2b6 (patch) | |
tree | 0903e96b1f362f04edff466c7c2402eef6ef077e /man | |
parent | e7ecdfc15cee7a90da23d89c228ada5560ebb3a4 (diff) |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 4d60acb3ee..a80cec4e6c 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -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 |