From ee9e1611e0d9fbf97d9c0577e34261e821c65f40 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sun, 12 Mar 2017 09:23:19 -0700 Subject: [PATCH] planetarium manual: Address overfull box. --- src/planetarium/mit-scheme-pucked-planetarium.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/planetarium/mit-scheme-pucked-planetarium.texi b/src/planetarium/mit-scheme-pucked-planetarium.texi index a2666ae66..54e6cbac3 100644 --- a/src/planetarium/mit-scheme-pucked-planetarium.texi +++ b/src/planetarium/mit-scheme-pucked-planetarium.texi @@ -88,7 +88,9 @@ time (an integer). (See the reference manual's section ``Date and Time''.) @example - (t 'TIME-TO (make-decoded-time 0 29 9 19 3 2016)) ;; a vernal equinox + (t 'TIME-TO + ;; a recent vernal equinox + (make-decoded-time 0 29 9 19 3 2016)) @end example You can return the tellurion to the current time by applying it to the @@ -185,9 +187,7 @@ you might wait an entire day for 10201 elevations to download. @example $ chmod +x ~/job.sh - $ at now - > ~/job.sh - > ^D + $ echo "~/job.sh" | at now @end example Tomorrow, after you get email saying your job has successfully -- 2.25.1