diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 10:49:59 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 11:29:05 +0200 |
commit | e9dd6984076389e8cfa15b72bc62187544e49b61 (patch) | |
tree | 677786e0e3b645a848caaaa303597cdc9652d21d /man/systemd.nspawn.xml | |
parent | catalog: update Polish translation (diff) | |
download | systemd-e9dd6984076389e8cfa15b72bc62187544e49b61.tar.xz systemd-e9dd6984076389e8cfa15b72bc62187544e49b61.zip |
tree-wide: fixes for assorted grammar and spelling issues
Fixes #16363. Also includes some changes where I generalized the pattern.
Diffstat (limited to 'man/systemd.nspawn.xml')
-rw-r--r-- | man/systemd.nspawn.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index 27eae50b51..44d3bbc75b 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -405,7 +405,7 @@ <varlistentry> <term><varname>Inaccessible=</varname></term> - <listitem><para>Masks the specified file or directly in the container, by over-mounting it with an empty file + <listitem><para>Masks the specified file or directory in the container, by over-mounting it with an empty file node of the same type with the most restrictive access mode. Takes a file system path as argument. This option may be used multiple times to mask multiple files or directories. This option is equivalent to the command line switch <option>--inaccessible=</option>, see |