From: Matt Birkholz Date: Mon, 13 Mar 2017 17:30:25 +0000 (-0700) Subject: typos: in identify-world and user manual X-Git-Tag: mit-scheme-pucked-9.2.12~177 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=97681a5ee9984c51a91012467c23895fbf8a942b;p=mit-scheme.git typos: in identify-world and user manual --- diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo index c9a69cb19..0dbab918f 100644 --- a/doc/user-manual/user.texinfo +++ b/doc/user-manual/user.texinfo @@ -245,7 +245,7 @@ The installation process includes HTML documentation by default. In the right place these files are available in your web browser, whether online or offline, using a file URL like the following Ubuntu locator. @example - @url{file:///usr/share/doc/mit-scheme-pucked/html/} + @url{file:///usr/share/doc/mit-scheme-pucked/html/index.html} @end example HTML documentation for installed plugins is found in the same location. diff --git a/src/runtime/version.scm b/src/runtime/version.scm index aaab0ca3a..df8b83efe 100644 --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@ -58,6 +58,7 @@ USA. (write-words `("Copyright" ,cmark ,(number->string last-copyright-year) "Matthew" "Birkholz") line-prefix " " port) + (newline port) (write-words (let ((years (map number->string copyright-years))) `("Copyright" ,cmark