Remove unnecessary comments from manpage sources

This commit is contained in:
Anthony J. Bentley
2011-04-10 00:15:35 -06:00
parent 9a9d071024
commit 009ac34f32
5 changed files with 0 additions and 50 deletions

View File

@@ -4,21 +4,18 @@
.Sh NAME
.Nm rgbds
.Nd Rednex Game Boy Development System
.\" SECTION
.Sh Examples
To get a working ROM image from a single assembly source file:
.Pp
.D1 $ rgbasm \-o bar.o foo.asm
.D1 $ rgblink \-o baz.gb bar.o
.D1 $ rgbfix \-v \-p 0 baz.gb
.\" SECTION
.Sh SEE ALSO
.Xr rgbasm 1 ,
.Xr rgbfix 1 ,
.Xr rgblib 1 ,
.Xr rgblink 1 ,
.Xr gbz80 7
.\" SECTION
.Sh HISTORY
.Nm
grew out of the ASMotor package released by Carsten S\(/orensen.