diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-20 15:53:04 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-20 15:53:04 +0100 |
commit | a1f061a1e82ede268e6d70a32d8e29812ee9ed79 (patch) | |
tree | f1c0c33cc32a3f3e38791d4f2425c8fd65d58df7 /info | |
parent | info: solar position (diff) | |
download | blueshift-a1f061a1e82ede268e6d70a32d8e29812ee9ed79.tar.gz blueshift-a1f061a1e82ede268e6d70a32d8e29812ee9ed79.tar.bz2 blueshift-a1f061a1e82ede268e6d70a32d8e29812ee9ed79.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/blueshift.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 0ef6134..fe0bcaf 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -559,14 +559,14 @@ could be increased. This has happend once, giving us @item hour The hour, minimum value is 0, maximum value is 23. @item minute -The minute, minimum value is 0, maximum value is 59 +The minute, minimum value is 0, maximum value is 59. @item second The second, minimum value is 0, probable maximum value is 60. We can get 60, or even higher (but that has never happend yet) due to leapseconds. A minutes length could also be shortend, but that has never happend yet either. @item weekday -The weekday, 1 = Monday, 7 = Sunday +The weekday, 1 = Monday, 7 = Sunday. @item fade Normally, @code{periodically} is invoked with @code{fade} set to @code{None}. This is note the case when the program |