From eb4225a047a912a2ce2bbe26cdfba5fe80979335 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 16 Aug 2018 15:28:31 +1000 Subject: [PATCH] doc: Fix minor grammatical errors Current we have a few minor grammatical errors in the documentation for lxc container configuration. Fix minor grammatical errors. Signed-off-by: Tobin C. Harding --- doc/lxc.container.conf.sgml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index aca34a955..d217e53d9 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -69,7 +69,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - LXC has supports unprivileged containers. Unprivileged containers are + LXC has support for unprivileged containers. Unprivileged containers are containers that are run without any privilege. This requires support for user namespaces in the kernel that the container is run on. LXC was the first runtime to support unprivileged containers after user namespaces @@ -99,7 +99,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - LXC namespaces configuration keys by using single dots. This means complex + LXC namespaces configuration keys use single dots. This means complex configuration keys such as expose various subkeys such as , , , and @@ -350,7 +350,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Specify the proc file name to be set. The file name available + Specify the proc file name to be set. The file names available are those listed under /proc/PID/. Example: -- 2.47.2