From: Brandon Philips Date: Wed, 1 Feb 2017 23:54:42 +0000 (+0100) Subject: man: fix spelling error parth -> path X-Git-Tag: v233~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9806301614627c4bb1ebd841cab5fb70b14b84f4;p=thirdparty%2Fsystemd.git man: fix spelling error parth -> path --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index f57e15e38cd..699f6e263f0 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 rbind or norbind for configuring a recursive or non-recursive bind - mount. If the destination parth is omitted, the option string must be omitted too. + mount. If the destination path is omitted, the option string must be omitted too. BindPaths= creates regular writable bind mounts (unless the source file system mount is already marked read-only), while BindReadOnlyPaths= creates read-only bind mounts. These