diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 17:22:45 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 17:22:45 +0100 |
commit | a52f36cf6ea41cf07fe33c822e3cc64238e0db65 (patch) | |
tree | 787a76ab308dc0f5aaab7b9cf3f3e37e2044c229 /doc/info | |
parent | invoking (diff) | |
download | sat-a52f36cf6ea41cf07fe33c822e3cc64238e0db65.tar.gz sat-a52f36cf6ea41cf07fe33c822e3cc64238e0db65.tar.bz2 sat-a52f36cf6ea41cf07fe33c822e3cc64238e0db65.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/chap/invoking.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/info/chap/invoking.texinfo b/doc/info/chap/invoking.texinfo index 2ad62f1..65c62b3 100644 --- a/doc/info/chap/invoking.texinfo +++ b/doc/info/chap/invoking.texinfo @@ -83,19 +83,19 @@ than 24; @code{MM} is the minute in the hour, which must be an integer in [0, 59]; and @code{SS} is the second in the minute, which may be any non-negative value, it may a floatig-point value which will be parsed up to -nanosecond resultion. +nanosecond resolution. @item S The job shall run the next time@footnote{Have you heard of leap seconds and how we handle time in @sc{POSIX} time.} the POSIX time is @code{S}. That is, @code{S} seconds after 1970-01-01 00:00:00 UTC (the Epoch), not counting leap seconds. This may be a floating-point value which will -be parsed up to nanosecond resultion. This is been added so +be parsed up to nanosecond resolution. This is been added so that you may use an external parser. @item +S The job shall be executed in @code{S} seconds, this may be a floating-point value which will be parsed up to -nanosecond resultion. Note that only seconds are +nanosecond resolution. Note that only seconds are supported, not minutes or hours. Unless you use an external parsers, code values to know are @table @asis |