More consistent man pages

This commit is contained in:
Rangi42
2025-08-05 11:16:00 -04:00
parent f1fd3abcff
commit 26c6911c8f
4 changed files with 4 additions and 5 deletions

View File

@@ -492,7 +492,7 @@ Writing the final assembler state to a file:
Or to multiple files: Or to multiple files:
.Dl $ rgbasm -s equ,var:numbers.dump.asm -s equs:strings.dump.asm foo.asm .Dl $ rgbasm -s equ,var:numbers.dump.asm -s equs:strings.dump.asm foo.asm
.Sh BUGS .Sh BUGS
Please report bugs on Please report bugs or mistakes in this documentation on
.Lk https://github.com/gbdev/rgbds/issues GitHub . .Lk https://github.com/gbdev/rgbds/issues GitHub .
.Sh SEE ALSO .Sh SEE ALSO
.Xr rgbasm 5 , .Xr rgbasm 5 ,

View File

@@ -328,7 +328,7 @@ will warn about and ignore
.Fl j .Fl j
if used in combination with TPP1. if used in combination with TPP1.
.Sh BUGS .Sh BUGS
Please report bugs on Please report bugs or mistakes in this documentation on
.Lk https://github.com/gbdev/rgbds/issues GitHub . .Lk https://github.com/gbdev/rgbds/issues GitHub .
.Sh SEE ALSO .Sh SEE ALSO
.Xr rgbasm 1 , .Xr rgbasm 1 ,

View File

@@ -840,9 +840,8 @@ $ rgbgfx level1.png -i tileset.2bpp -c gbc:tileset.pal -t level1.tilemap -a leve
$ rgbgfx level2.png -i tileset.2bpp -c gbc:tileset.pal -t level2.tilemap -a level2.attrmap $ rgbgfx level2.png -i tileset.2bpp -c gbc:tileset.pal -t level2.tilemap -a level2.attrmap
.Ed .Ed
.Sh BUGS .Sh BUGS
Please report bugs and mistakes in this man page on Please report bugs or mistakes in this documentation on
.Lk https://github.com/gbdev/rgbds/issues GitHub . .Lk https://github.com/gbdev/rgbds/issues GitHub .
Bug reports and feature requests about RGBDS are also welcome!
.Sh SEE ALSO .Sh SEE ALSO
.Xr rgbasm 1 , .Xr rgbasm 1 ,
.Xr rgblink 1 , .Xr rgblink 1 ,

View File

@@ -313,7 +313,7 @@ Here is a more complete example:
.Pp .Pp
.Dl $ rgblink -o bin/game.gb -n bin/game.sym -p 0xFF obj/title.o obj/engine.o .Dl $ rgblink -o bin/game.gb -n bin/game.sym -p 0xFF obj/title.o obj/engine.o
.Sh BUGS .Sh BUGS
Please report bugs on Please report bugs or mistakes in this documentation on
.Lk https://github.com/gbdev/rgbds/issues GitHub . .Lk https://github.com/gbdev/rgbds/issues GitHub .
.Sh SEE ALSO .Sh SEE ALSO
.Xr rgbasm 1 , .Xr rgbasm 1 ,