From f03dc7c0c58c5cddb62dbd809c1f4ccad3c6e2b6 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 15 Apr 2013 23:54:56 -0400 Subject: 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. --- man/systemd-nspawn.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/systemd-nspawn.xml') 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. - # nsenter -muinpt $PID + # nsenter -m -u -i -n -p -t $PID nsenter1 is part of -- cgit v1.2.3-54-g00ecf