diff options
author | Jesse Hathaway <jesse@mbuki-mvuki.org> | 2007-10-31 14:39:05 -0400 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:28 +0100 |
commit | 1652f585751bd32f850933980e98a409bec8da0c (patch) | |
tree | 4e51a0fda708972f2c9753e944b8c170cf2e9a30 /manpages | |
parent | afe1aa871eed148737d07a5bd84340c2cc420fff (diff) | |
download | live-build-1652f585751bd32f850933980e98a409bec8da0c.zip live-build-1652f585751bd32f850933980e98a409bec8da0c.tar.gz |
fix syslinux timeout option
change MILISECONDS to SECONDS. Syslinux actually uses
tenths of seconds not milliseconds, but it seems
unnecessary to expose this to the user. Fix templates
to only specify the timeout once.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/lh_config.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_config.en.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manpages/lh_config.de.1 b/manpages/lh_config.de.1 index ad521f6..4b20d12 100644 --- a/manpages/lh_config.de.1 +++ b/manpages/lh_config.de.1 @@ -139,7 +139,7 @@ Hier ist eine vollst\[:a]ndige Liste aller verf\[:u]gbaren Optionen f\[:u]r lh_c .IP "\fB\-\-syslinux\-splash\fR \fIFILE\fR" 4 -.IP "\fB\-\-syslinux\-timeout\fR \fIMILISECONDS\fR" 4 +.IP "\fB\-\-syslinux\-timeout\fR \fISECONDS\fR" 4 .IP "\fB\-\-sysvinit\fR enabled|disabled" 4 diff --git a/manpages/lh_config.en.1 b/manpages/lh_config.en.1 index 570ff22..46aec1e 100644 --- a/manpages/lh_config.en.1 +++ b/manpages/lh_config.en.1 @@ -158,7 +158,7 @@ EXAMPLE: .IP "\fB\-\-syslinux\-splash\fR \fIFILE\fR" 4 -.IP "\fB\-\-syslinux\-timeout\fR \fIMILISECONDS\fR" 4 +.IP "\fB\-\-syslinux\-timeout\fR \fISECONDS\fR" 4 .IP "\fB\-\-sysvinit\fR enabled|disabled" 4 |