]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix spelling error parth -> path
authorBrandon Philips <brandon.philips@coreos.com>
Wed, 1 Feb 2017 23:54:42 +0000 (00:54 +0100)
committerBrandon Philips <brandon.philips@coreos.com>
Wed, 1 Feb 2017 23:54:42 +0000 (00:54 +0100)
man/systemd.exec.xml

index f57e15e38cda71fcb3365fdd62252b025fc2ff1b..699f6e263f088548d5049cd1fb012d24268b1860 100644 (file)
         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