~ chicken-core (chicken-5) ac658d50f0af11831c9834a0eb16eeaeb7d159dd


commit ac658d50f0af11831c9834a0eb16eeaeb7d159dd
Author:     Timo Myyrä <timo.myyra@gmail.com>
AuthorDate: Wed Sep 14 13:49:43 2011 -0300
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Wed Sep 14 22:30:35 2011 +0200

    Fix typo in man page and place dot on its own line to satisfy mandoc
    
    Signed-off-by: Mario Domenech Goulart <mario.goulart@gmail.com>
    Signed-off-by: felix <felix@call-with-current-continuation.org>

diff --git a/chicken.1 b/chicken.1
index 20fa0683..86a2e6e7 100644
--- a/chicken.1
+++ b/chicken.1
@@ -21,8 +21,9 @@ is a compiler and interpreter for the programming language
 supporting most of the features as described in the
 .I Revised^5 Report on
 .I the Algorithmic Language Scheme
-\. The
--B chicken
+\.
+The
+.B chicken
 program is the basic Scheme-to-C translator used in this system.
 For a more convenient interface, see the manual page for csc(1).
 
Trap