From f03dc7c0c58c5cddb62dbd809c1f4ccad3c6e2b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 15 Apr 2013 23:54:56 -0400 Subject: [PATCH] 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(-) 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 -- 2.30.2