From 4447e799be18b255b11844c64b834714f4da54f8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 24 Feb 2016 14:08:53 +0100 Subject: man: minor nspawn doc fixes --- man/systemd-nspawn.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/systemd-nspawn.xml') diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 3f3bd38900..8a004af1a2 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -58,7 +58,7 @@ systemd-nspawn - -b + --boot OPTIONS ARGS @@ -263,7 +263,7 @@ signals. It is recommended to use this mode to invoke arbitrary commands in containers, unless they have been modified to run correctly as PID 1. Or in other words: this switch should be used for pretty much all commands, except when the command refers to an init or shell implementation, as these are generally capable of running - correctly as PID 1). This option may not be combined with or + correctly as PID 1. This option may not be combined with or . @@ -294,12 +294,12 @@ Neither nor specified - The passed parameters are interpreted as command line, which is executed as PID 1 in the container. + The passed parameters are interpreted as the command line, which is executed as PID 1 in the container. specified - The passed parameters are interpreted as command line, which are executed as PID 2 in the container. A stub init process is run as PID 1. + The passed parameters are interpreted as the command line, which is executed as PID 2 in the container. A stub init process is run as PID 1. -- cgit v1.2.3-54-g00ecf