summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authorKato Kazuyoshi <kato.kazuyoshi@gmail.com>2011-07-06 15:41:53 +0000
committerKato Kazuyoshi <kato.kazuyoshi@gmail.com>2011-07-06 15:41:53 +0000
commit26829db804eb7205c6d760d1bae094a255031d4d (patch)
treed52a79703e0f5ec39e16b7694dcc6efcf91be6e2 /src/manual
parentacd25f57320ad4279c442871b693aa7b86b6bcdf (diff)
downloadscala-26829db804eb7205c6d760d1bae094a255031d4d.tar.gz
scala-26829db804eb7205c6d760d1bae094a255031d4d.tar.bz2
scala-26829db804eb7205c6d760d1bae094a255031d4d.zip
Minor fixes to Scaladoc man page.
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/scaladoc.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manual/scala/man1/scaladoc.scala b/src/manual/scala/man1/scaladoc.scala
index 5c64150efc..94530d2a20 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",