diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-10-15 18:54:28 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-10-18 18:43:40 +0200 |
commit | 487d412327aef5f48ea88d52ea253d216bf0007b (patch) | |
tree | 92f791bbdcdd3bbb2211b7d7c95bfb3239bef619 /man/systemd-nspawn.xml | |
parent | man/systemd-nspawn: emphasise that user namespaces are strongly recommended (diff) | |
download | systemd-487d412327aef5f48ea88d52ea253d216bf0007b.tar.xz systemd-487d412327aef5f48ea88d52ea253d216bf0007b.zip |
tree-wise: use "lightweight" spelling
Both spellings were used, but the dictionary says that "lightweight"
is the standard spelling.
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 4feedd8644..c780abf96a 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -21,7 +21,7 @@ <refnamediv> <refname>systemd-nspawn</refname> - <refpurpose>Spawn a command or OS in a light-weight container</refpurpose> + <refpurpose>Spawn a command or OS in a lightweight container</refpurpose> </refnamediv> <refsynopsisdiv> @@ -43,7 +43,7 @@ <refsect1> <title>Description</title> - <para><command>systemd-nspawn</command> may be used to run a command or OS in a light-weight namespace + <para><command>systemd-nspawn</command> may be used to run a command or OS in a lightweight namespace container. In many ways it is similar to <citerefentry project='man-pages'><refentrytitle>chroot</refentrytitle><manvolnum>1</manvolnum></citerefentry>, but more powerful since it virtualizes the file system hierarchy, as well as the process tree, the various IPC subsystems, and |