fixed some typos
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 26 Mar 2004 09:49:45 +0000 (09:49 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 26 Mar 2004 09:49:45 +0000 (09:49 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1387 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/doc/configuration.xml

index 081fc23..a09482d 100644 (file)
        <dir name="vshelper" type="fixed">
          <file name="sync-timeout">
            <description>The timeout in seconds which is used when synchronising vserver startup/shutdown
-           with the vshelper. When set nowhere else, 30 seconds will be assumed.</description>
+           with the vshelper. When no set, 30 seconds will be assumed.</description>
          </file>
 
          <file name="action">
 
          <script type="symbolic" name="event">
            <description>When existing. these scripts will be executed *instead* of the default
-           handler defined in 'action'. Their name must matching the event which caused the
-           execution of 'vshelper'; e.g. 'restart' or 'poweroff'. See the vs_reboot() function in
-           the kernel for more details.</description>
+           handler defined in 'action'. Their name must match the event which caused the execution
+           of 'vshelper'; e.g. 'restart' or 'poweroff'. See the vs_reboot() function in the kernel
+           for more details.</description>
            <params>
              <param id="xid">
                <description>The xid of the context calling the vshelper</description>