From 26c6911c8f9d2ca9a6a04192db48f4a12f7d288e Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Tue, 5 Aug 2025 11:16:00 -0400 Subject: [PATCH] More consistent man pages --- man/rgbasm.1 | 2 +- man/rgbfix.1 | 2 +- man/rgbgfx.1 | 3 +-- man/rgblink.1 | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/man/rgbasm.1 b/man/rgbasm.1 index 553ac306..416f3169 100644 --- a/man/rgbasm.1 +++ b/man/rgbasm.1 @@ -492,7 +492,7 @@ Writing the final assembler state to a file: Or to multiple files: .Dl $ rgbasm -s equ,var:numbers.dump.asm -s equs:strings.dump.asm foo.asm .Sh BUGS -Please report bugs on +Please report bugs or mistakes in this documentation on .Lk https://github.com/gbdev/rgbds/issues GitHub . .Sh SEE ALSO .Xr rgbasm 5 , diff --git a/man/rgbfix.1 b/man/rgbfix.1 index 6e03bd16..dc5c03fc 100644 --- a/man/rgbfix.1 +++ b/man/rgbfix.1 @@ -328,7 +328,7 @@ will warn about and ignore .Fl j if used in combination with TPP1. .Sh BUGS -Please report bugs on +Please report bugs or mistakes in this documentation on .Lk https://github.com/gbdev/rgbds/issues GitHub . .Sh SEE ALSO .Xr rgbasm 1 , diff --git a/man/rgbgfx.1 b/man/rgbgfx.1 index 359290d6..906398fb 100644 --- a/man/rgbgfx.1 +++ b/man/rgbgfx.1 @@ -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 .Ed .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 . -Bug reports and feature requests about RGBDS are also welcome! .Sh SEE ALSO .Xr rgbasm 1 , .Xr rgblink 1 , diff --git a/man/rgblink.1 b/man/rgblink.1 index 344f1ac8..4c2451ae 100644 --- a/man/rgblink.1 +++ b/man/rgblink.1 @@ -313,7 +313,7 @@ Here is a more complete example: .Pp .Dl $ rgblink -o bin/game.gb -n bin/game.sym -p 0xFF obj/title.o obj/engine.o .Sh BUGS -Please report bugs on +Please report bugs or mistakes in this documentation on .Lk https://github.com/gbdev/rgbds/issues GitHub . .Sh SEE ALSO .Xr rgbasm 1 ,