diff options
author | Brandon Philips <brandon.philips@coreos.com> | 2017-02-02 00:54:42 +0100 |
---|---|---|
committer | Brandon Philips <brandon.philips@coreos.com> | 2017-02-02 00:54:42 +0100 |
commit | 9806301614627c4bb1ebd841cab5fb70b14b84f4 (patch) | |
tree | f930d731463af49650ad723d3400408edd5984b0 /man | |
parent | bef19548a2430909019d7cff095b8600c796c3ef (diff) |
man: fix spelling error parth -> path
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index f57e15e38c..699f6e263f 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -981,7 +981,7 @@ source path, destination path and option string, where the latter two are optional. If only a source path is specified the source and destination is taken to be the same. The option string may be either <literal>rbind</literal> or <literal>norbind</literal> for configuring a recursive or non-recursive bind - mount. If the destination parth is omitted, the option string must be omitted too.</para> + mount. If the destination path is omitted, the option string must be omitted too.</para> <para><varname>BindPaths=</varname> creates regular writable bind mounts (unless the source file system mount is already marked read-only), while <varname>BindReadOnlyPaths=</varname> creates read-only bind mounts. These |