mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-09 10:01:51 +00:00
new sentence, new line
see http://marc.info/?l=openbsd-tech&m=126956447409663&w=2
This commit is contained in:
13
man/rgbasm.1
13
man/rgbasm.1
@@ -17,15 +17,17 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
program creates an object file from an assembly source file. Its arguments
|
||||
are as follows:
|
||||
program creates an object file from an assembly source file.
|
||||
Its arguments are as follows:
|
||||
.Bl -tag -width Ds
|
||||
.\" ITEM
|
||||
.It Fl b Ar chars
|
||||
Change the two characters used for binary constants. The defaults are 01.
|
||||
Change the two characters used for binary constants.
|
||||
The defaults are 01.
|
||||
.\" ITEM
|
||||
.It Fl g Ar chars
|
||||
Change the four characters used for binary constants. The defaults are 0123.
|
||||
Change the four characters used for binary constants.
|
||||
The defaults are 0123.
|
||||
.\" ITEM
|
||||
.It Fl i Ar path
|
||||
Add an include path.
|
||||
@@ -34,7 +36,8 @@ Add an include path.
|
||||
Write an object file to the given filename.
|
||||
.\" ITEM
|
||||
.It Fl p Ar pad_value
|
||||
When padding an image, pad with this value. The default is 0x00.
|
||||
When padding an image, pad with this value.
|
||||
The default is 0x00.
|
||||
.El
|
||||
.\" SECTION
|
||||
.Sh EXAMPLES
|
||||
|
||||
Reference in New Issue
Block a user