minor correction in sbaz man page

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@7726 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2006-06-08 09:27:33 +00:00
parent 04ab1bf8f9
commit 3e19135516
1 changed files with 7 additions and 7 deletions

View File

@ -146,17 +146,17 @@ object sbaz extends Command {
val seeAlso = Section("SEE ALSO", val seeAlso = Section("SEE ALSO",
Link("scala(1)", "scala.html") & ", " & Link(Bold("scala") & "(1)", "scala.html") & ", " &
Link("scalac(1)", "scalac.html") & ", " & Link(Bold("scalac") & "(1)", "scalac.html") & ", " &
Link("scaladoc(1)", "scaladoc.html") & ", " & Link(Bold("scaladoc") & "(1)", "scaladoc.html") & ", " &
Link("scalaint(1)", "scalaint.html") & ", " & Link(Bold("scalaint") & "(1)", "scalaint.html") & ", " &
Link("scalascript(1)", "scalascript.html")) Link(Bold("scalascript") & "(1)", "scalascript.html"))
def manpage = new Document { def manpage = new Document {
title = command title = command
date = "April 29, 2005" date = "June 8, 2006"
author = "Stephane Micheloud" author = "Stephane Micheloud"
version = "0.1" version = "0.2"
sections = List( sections = List(
name, name,
synopsis, synopsis,