From: Zbigniew Jędrzejewski-Szmek Date: Tue, 16 Apr 2013 03:54:56 +0000 (-0400) Subject: man: fix syntax in nsenter example X-Git-Tag: v202~58 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f03dc7c0c58c5cddb62dbd809c1f4ccad3c6e2b6 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. --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 4d60acb3e..a80cec4e6 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. - # nsenter -muinpt $PID + # nsenter -m -u -i -n -p -t $PID nsenter1 is part of