diff options
author | Michael Biebl <biebl@debian.org> | 2012-04-17 14:35:48 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-04-17 14:37:18 +0200 |
commit | dc786b29c309bed4edc3c42e950e445c176c8a0c (patch) | |
tree | 2ebe8d8625a291b1a5e8b4a50b2b89448ba6d193 | |
parent | 91cf7e5c37f97c6eb29966fac0afcbaa6662e05d (diff) |
man: Fix a few typos
Reported-by: A. Costa <agcosta@gis.net>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668344
-rw-r--r-- | man/systemd.path.xml | 2 | ||||
-rw-r--r-- | man/systemd.unit.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.path.xml b/man/systemd.path.xml index 01082ad61d..2d02318f19 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -125,7 +125,7 @@ is activated. <varname>PathExistsGlob=</varname> works similar, but checks for the - existance of at least one file + existence of at least one file matching the globbing pattern specified. <varname>PathChanged=</varname> may be used to watch a file or diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 28ca8cef10..12416fa317 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -122,7 +122,7 @@ <para>If a line starts with <option>.include</option> followed by a file name, the specified file will be parsed at this point. Make sure that the file that is - included has the appropiate section headers before + included has the appropriate section headers before any directives.</para> <para>Along with a unit file |