Update the man pages' dates and history (#1279)

This commit is contained in:
Rangi
2023-12-22 18:15:35 -05:00
committed by GitHub
parent 09dbc50447
commit d5cddb202c
9 changed files with 111 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT .\" SPDX-License-Identifier: MIT
.\" .\"
.Dd March 28, 2021 .Dd December 22, 2023
.Dt GBZ80 7 .Dt GBZ80 7
.Os .Os
.Sh NAME .Sh NAME
@@ -1947,10 +1947,15 @@ Flags: See
.Sx XOR A,r8 .Sx XOR A,r8
.Sh SEE ALSO .Sh SEE ALSO
.Xr rgbasm 1 , .Xr rgbasm 1 ,
.Xr rgblink 1 ,
.Xr rgbfix 1 ,
.Xr rgbgfx 1 ,
.Xr rgbds 7 .Xr rgbds 7
.Sh HISTORY .Sh HISTORY
.Nm rgbds .Xr rgbasm 1
was originally written by Carsten S\(/orensen as part of the ASMotor package, was originally written by
and was later packaged in RGBDS by Justin Lloyd. .An Carsten S\(/orensen
as part of the ASMotor package, and was later repackaged in RGBDS by
.An Justin Lloyd .
It is now maintained by a number of contributors at It is now maintained by a number of contributors at
.Lk https://github.com/gbdev/rgbds . .Lk https://github.com/gbdev/rgbds .

View File

@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT .\" SPDX-License-Identifier: MIT
.\" .\"
.Dd March 28, 2021 .Dd December 22, 2023
.Dt RGBASM 1 .Dt RGBASM 1
.Os .Os
.Sh NAME .Sh NAME
@@ -352,14 +352,18 @@ and then
Please report bugs on Please report bugs on
.Lk https://github.com/gbdev/rgbds/issues GitHub . .Lk https://github.com/gbdev/rgbds/issues GitHub .
.Sh SEE ALSO .Sh SEE ALSO
.Xr rgbfix 1 ,
.Xr rgblink 1 ,
.Xr rgbasm 5 , .Xr rgbasm 5 ,
.Xr rgblink 1 ,
.Xr rgbfix 1 ,
.Xr rgbgfx 1 ,
.Xr gbz80 7 , .Xr gbz80 7 ,
.Xr rgbds 5 , .Xr rgbds 5 ,
.Xr rgbds 7 .Xr rgbds 7
.Sh HISTORY .Sh HISTORY
.Nm .Nm
was originally written by Carsten S\(/orensen as part of the ASMotor package, and was later packaged in RGBDS by Justin Lloyd. was originally written by
.An Carsten S\(/orensen
as part of the ASMotor package, and was later repackaged in RGBDS by
.An Justin Lloyd .
It is now maintained by a number of contributors at It is now maintained by a number of contributors at
.Lk https://github.com/gbdev/rgbds . .Lk https://github.com/gbdev/rgbds .

View File

@@ -2,7 +2,7 @@
.\" .\"
.\" SPDX-License-Identifier: MIT .\" SPDX-License-Identifier: MIT
.\" .\"
.Dd March 28, 2021 .Dd December 22, 2023
.Dt RGBASM 5 .Dt RGBASM 5
.Os .Os
.Sh NAME .Sh NAME
@@ -2171,15 +2171,19 @@ Note that
is a shorthand for is a shorthand for
.Ic ALIGN Ns Bq Ar align , No 0 . .Ic ALIGN Ns Bq Ar align , No 0 .
.Sh SEE ALSO .Sh SEE ALSO
.Xr gbz80 7 ,
.Xr rgbasm 1 , .Xr rgbasm 1 ,
.Xr rgblink 1 , .Xr rgblink 1 ,
.Xr rgblink 5 , .Xr rgblink 5 ,
.Xr rgbfix 1 ,
.Xr rgbgfx 1 ,
.Xr gbz80 7 ,
.Xr rgbds 5 , .Xr rgbds 5 ,
.Xr rgbds 7 .Xr rgbds 7
.Sh HISTORY .Sh HISTORY
.Nm .Xr rgbasm 1
was originally written by Carsten S\(/orensen as part of the ASMotor package, was originally written by
and was later packaged in RGBDS by Justin Lloyd. .An Carsten S\(/orensen
as part of the ASMotor package, and was later repackaged in RGBDS by
.An Justin Lloyd .
It is now maintained by a number of contributors at It is now maintained by a number of contributors at
.Lk https://github.com/gbdev/rgbds . .Lk https://github.com/gbdev/rgbds .

View File

@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT .\" SPDX-License-Identifier: MIT
.\" .\"
.Dd March 28, 2021 .Dd December 22, 2023
.Dt RGBDS 5 .Dt RGBDS 5
.Os .Os
.Sh NAME .Sh NAME
@@ -397,12 +397,20 @@ ID.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr rgbasm 1 , .Xr rgbasm 1 ,
.Xr rgbasm 5 ,
.Xr rgblink 1 , .Xr rgblink 1 ,
.Xr rgbds 7 , .Xr rgblink 5 ,
.Xr gbz80 7 .Xr rgbfix 1 ,
.Xr rgbgfx 1 ,
.Xr gbz80 7 ,
.Xr rgbds 7
.Sh HISTORY .Sh HISTORY
.Nm .Xr rgbasm 1
was originally written by Carsten S\(/orensen as part of the ASMotor package, and
and was later packaged in RGBDS by Justin Lloyd. .Xr rgblink 1
were originally written by
.An Carsten S\(/orensen
as part of the ASMotor package, and was later repackaged in RGBDS by
.An Justin Lloyd .
It is now maintained by a number of contributors at It is now maintained by a number of contributors at
.Lk https://github.com/gbdev/rgbds . .Lk https://github.com/gbdev/rgbds .

View File

@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT .\" SPDX-License-Identifier: MIT
.\" .\"
.Dd March 28, 2021 .Dd December 22, 2023
.Dt RGBDS 7 .Dt RGBDS 7
.Os .Os
.Sh NAME .Sh NAME
@@ -9,44 +9,65 @@
.Sh EXAMPLES .Sh EXAMPLES
To get a working ROM image from a single assembly source file: To get a working ROM image from a single assembly source file:
.Bd -literal -offset indent .Bd -literal -offset indent
$ rgbasm \-o bar.o foo.asm $ rgbasm \-o game.o game.asm
$ rgblink \-o baz.gb bar.o $ rgblink \-o game.gb game.o
$ rgbfix \-v \-p 0 baz.gb $ rgbfix \-v \-p 0 game.gb
.Ed .Ed
Or in a single command line: .Pp
Or in a single command line, without creating an intermediate object file:
.Bd -literal -offset indent .Bd -literal -offset indent
$ rgbasm \-o - foo.asm | rgblink \-o - - | rgbfix \-v \-p 0 - > baz.gb $ (rgbasm -o - - | rgblink -o - - | rgbfix -v -p 0) < game.asm > game.gb
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr rgbasm 1 , .Xr rgbasm 1 ,
.Xr rgbfix 1 , .Xr rgbasm 5 ,
.Xr rgblink 1 , .Xr rgblink 1 ,
.Xr rgbds 5 , .Xr rgblink 5 ,
.Xr gbz80 7 .Xr rgbfix 1 ,
.Xr rgbgfx 1 ,
.Xr gbz80 7 ,
.Xr rgbds 5
.Sh HISTORY .Sh HISTORY
.Bl -item .Bl -item
.It .It
1997, Carsten S\(/orensen (AKA SurfSmurf) writes ASMotor as a general-purpose 1996-10-01:
assembler/linker system for DOS/Win32. .An Carsten S\(/orensen
.Pq a.k.a. SurfSmurf
releases xAsm, xLink, and RGBFix, a Game Boy SM83 (GBZ80) assembler/linker system for DOS/Win32.
.It .It
1999, Justin Lloyd (AKA Otaku no Zoku) adapts ASMotor to read and produce GBZ80 1997-07-03: S\(/orensen releases ASMotor, packaging the three programs together and moving towards making them a general-purpose target-independent system.
assembly/machine code, and releases this version as RGBDS.
.It .It
2009, Vegard Nossum adapts the code to be more UNIX-like and releases this 1999-08-01:
version as rgbds-linux on GitHub. .An Justin Lloyd
.Pq a.k.a. Otaku no Zoku
adapts ASMotor to re-focus on SM83 assembly/machine code, and releases this version as RGBDS.
.It .It
2010, Anthony J. Bentley forks that repository. 2009-06-11:
The fork becomes the reference implementation of rgbds. .An Vegard Nossum
adapts the code to be more UNIX-like and releases this version as rgbds-linux.
.It .It
2017, Bentley's repository is moved to a neutral name. 2010-01-12:
It is now maintained by a number of contributors at .An Anthony J. Bentley
.Lk https://github.com/rednex/rgbds . forks Nossum's repository.
The fork becomes the reference implementation of RGBDS.
.It .It
2018, codebase relicensed under the MIT license. 2015-01-18:
.An stag019
begins implementing rgbgfx, a PNGtoGame Boy graphics converter, for eventual integration into RGBDS.
.It .It
2020, repository is moved to the gbdev organisation, at 2016-09-05: rgbgfx is integrated into Bentley's repository.
.Lk https://github.com/gbdev/rgbds . .It
The 2017-02-23: Bentley's repository is moved to the
.Lk https://github.com/rednex/rgbds rednex
organization.
.It
2018-01-26: The codebase is relicensed under the MIT license.
.It
2020-09-15: The repository is moved to the
.Lk https://github.com/gbdev/rgbds gbdev
organization.
.It
2022-05-17: The
.Lk https://rgbds.gbdev.io .Lk https://rgbds.gbdev.io
website serving documentation and downloads is created. website for RGBDS documentation and downloads is published.
.El .El

View File

@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT .\" SPDX-License-Identifier: MIT
.\" .\"
.Dd March 28, 2021 .Dd December 22, 2023
.Dt RGBFIX 1 .Dt RGBFIX 1
.Os .Os
.Sh NAME .Sh NAME
@@ -236,9 +236,14 @@ Please report bugs on
.Sh SEE ALSO .Sh SEE ALSO
.Xr rgbasm 1 , .Xr rgbasm 1 ,
.Xr rgblink 1 , .Xr rgblink 1 ,
.Xr rgbgfx 1 ,
.Xr gbz80 7 ,
.Xr rgbds 7 .Xr rgbds 7
.Sh HISTORY .Sh HISTORY
.Nm .Nm
was originally released by Carsten S\(/orensen as a standalone program called gbfix, and was later packaged in RGBDS by Justin Lloyd. was originally written by
.An Carsten S\(/orensen
as a standalone program called GBFix, which was then packaged in ASMotor, and was later repackaged in RGBDS by
.An Justin Lloyd .
It is now maintained by a number of contributors at It is now maintained by a number of contributors at
.Lk https://github.com/gbdev/rgbds . .Lk https://github.com/gbdev/rgbds .

View File

@@ -2,7 +2,7 @@
.\" .\"
.\" SPDX-License-Identifier: MIT .\" SPDX-License-Identifier: MIT
.\" .\"
.Dd March 28, 2021 .Dd December 22, 2023
.Dt RGBGFX 1 .Dt RGBGFX 1
.Os .Os
.Sh NAME .Sh NAME
@@ -653,7 +653,6 @@ Bug reports and feature requests about RGBDS are also welcome!
.Xr rgbasm 1 , .Xr rgbasm 1 ,
.Xr rgblink 1 , .Xr rgblink 1 ,
.Xr rgbfix 1 , .Xr rgbfix 1 ,
.Xr gbz80 7 ,
.Xr rgbds 7 .Xr rgbds 7
.Pp .Pp
The Game Boy hardware reference The Game Boy hardware reference
@@ -661,9 +660,7 @@ The Game Boy hardware reference
particularly the section about graphics. particularly the section about graphics.
.Sh HISTORY .Sh HISTORY
.Nm .Nm
was originally created by was originally written by stag019 as a program to be packaged in RGBDS.
.An stag019
to be included in RGBDS.
It was later rewritten by It was later rewritten by
.An ISSOtm , .An ISSOtm ,
and is now maintained by a number of contributors at and is now maintained by a number of contributors at

View File

@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT .\" SPDX-License-Identifier: MIT
.\" .\"
.Dd March 28, 2021 .Dd December 22, 2023
.Dt RGBLINK 1 .Dt RGBLINK 1
.Os .Os
.Sh NAME .Sh NAME
@@ -204,10 +204,15 @@ Please report bugs on
.Xr rgbasm 1 , .Xr rgbasm 1 ,
.Xr rgblink 5 , .Xr rgblink 5 ,
.Xr rgbfix 1 , .Xr rgbfix 1 ,
.Xr rgbgfx 1 ,
.Xr gbz80 7 ,
.Xr rgbds 5 , .Xr rgbds 5 ,
.Xr rgbds 7 .Xr rgbds 7
.Sh HISTORY .Sh HISTORY
.Nm .Nm
was originally written by Carsten S\(/orensen as part of the ASMotor package, and was later packaged in RGBDS by Justin Lloyd. was originally written by
.An Carsten S\(/orensen
as part of the ASMotor package, and was later repackaged in RGBDS by
.An Justin Lloyd .
It is now maintained by a number of contributors at It is now maintained by a number of contributors at
.Lk https://github.com/gbdev/rgbds . .Lk https://github.com/gbdev/rgbds .

View File

@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: MIT .\" SPDX-License-Identifier: MIT
.\" .\"
.Dd March 28, 2021 .Dd December 22, 2023
.Dt RGBLINK 5 .Dt RGBLINK 5
.Os .Os
.Sh NAME .Sh NAME
@@ -103,13 +103,18 @@ in the source code is compatible with
in the linker script. in the linker script.
.Sh SEE ALSO .Sh SEE ALSO
.Xr rgbasm 1 , .Xr rgbasm 1 ,
.Xr rgbasm 5 ,
.Xr rgblink 1 , .Xr rgblink 1 ,
.Xr rgbfix 1 , .Xr rgbfix 1 ,
.Xr rgbgfx 1 ,
.Xr gbz80 7 ,
.Xr rgbds 5 , .Xr rgbds 5 ,
.Xr rgbds 7 .Xr rgbds 7
.Sh HISTORY .Sh HISTORY
.Nm .Xr rgblink 1
was originally written by Carsten S\(/orensen as part of the ASMotor package, was originally written by
and was later packaged in RGBDS by Justin Lloyd. .An Carsten S\(/orensen
as part of the ASMotor package, and was later repackaged in RGBDS by
.An Justin Lloyd .
It is now maintained by a number of contributors at It is now maintained by a number of contributors at
.Lk https://github.com/gbdev/rgbds . .Lk https://github.com/gbdev/rgbds .