From 42660eea51e5f86141cdf1da984d20854efc8c1b Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 24 Jun 2011 14:56:45 -0400 Subject: [PATCH] minor fixes to scaladoc man page --- src/manual/scala/man1/scaladoc.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manual/scala/man1/scaladoc.scala b/src/manual/scala/man1/scaladoc.scala index 6f6fb1f4a..8ff37b633 100644 --- a/src/manual/scala/man1/scaladoc.scala +++ b/src/manual/scala/man1/scaladoc.scala @@ -122,13 +122,13 @@ object scaladoc extends Command { val exitStatus = Section("EXIT STATUS", - MBold(command) & " returns a zero exist status if it succeeds to process " & + MBold(command) & " returns a zero exit status if it succeeds at processing " & "the specified input files. Non zero is returned in case of failure.") override val authors = Section("AUTHORS", "This version of Scaladoc was written by Gilles Dubochet with contributions by Pedro Furlanetto and Johannes Rudolph. " & - "It is based on the original Scaladoc (Sean McDirmid, Geoffrey Washburn, Vincent Cremet and Stéphane Michleoud), " & + "It is based on the original Scaladoc (Sean McDirmid, Geoffrey Washburn, Vincent Cremet and Stéphane Micheloud), " & "on vScaladoc (David Bernard), as well as on an unreleased version of Scaladoc 2 (Manohar Jonnalagedda).") val seeAlso = Section("SEE ALSO",