From 97681a5ee9984c51a91012467c23895fbf8a942b Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 13 Mar 2017 10:30:25 -0700 Subject: [PATCH] typos: in identify-world and user manual --- doc/user-manual/user.texinfo | 2 +- src/runtime/version.scm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1