[systemd-commits] units/systemd-fsck-root.service.in units/systemd-fsck at .service.in

Lennart Poettering lennart at kemper.freedesktop.org
Wed Jun 27 02:51:44 PDT 2012


 units/systemd-fsck-root.service.in |    2 +-
 units/systemd-fsck at .service.in     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ca5dc4b67dd6956bea663ade032352a58bf163c6
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Jun 27 11:51:38 2012 +0200

    units: fix Documentation= tag in fsck units

diff --git a/units/systemd-fsck-root.service.in b/units/systemd-fsck-root.service.in
index a519e27..2277649 100644
--- a/units/systemd-fsck-root.service.in
+++ b/units/systemd-fsck-root.service.in
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=File System Check on Root Device
-Documentaiton=man:systemd-fsck at .service(8)
+Documentition=man:systemd-fsck at .service(8)
 DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service
 Before=local-fs.target shutdown.target
diff --git a/units/systemd-fsck at .service.in b/units/systemd-fsck at .service.in
index fe1b7be..1cade4e 100644
--- a/units/systemd-fsck at .service.in
+++ b/units/systemd-fsck at .service.in
@@ -7,7 +7,7 @@
 
 [Unit]
 Description=File System Check on %f
-Documentaiton=man:systemd-fsck at .service(8)
+Documentation=man:systemd-fsck at .service(8)
 DefaultDependencies=no
 BindTo=%i.device
 After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device



More information about the systemd-commits mailing list