mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 03:02:06 +00:00
Fix nit in rgbasm.5 man page
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -1451,7 +1451,7 @@ The options that OPT can modify are currently: <b class="Sy" title="Sy">b</b>,
|
|||||||
<a class="Lk" title="Lk" href="https://github.com/rednex/rgbds">https://github.com/rednex/rgbds</a>.</div>
|
<a class="Lk" title="Lk" href="https://github.com/rednex/rgbds">https://github.com/rednex/rgbds</a>.</div>
|
||||||
<table class="foot">
|
<table class="foot">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="foot-date">January 26, 2018</td>
|
<td class="foot-date">January 27, 2018</td>
|
||||||
<td class="foot-os">RGBDS Manual</td>
|
<td class="foot-os">RGBDS Manual</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" SPDX-License-Identifier: MIT
|
.\" SPDX-License-Identifier: MIT
|
||||||
.\"
|
.\"
|
||||||
.Dd January 26, 2018
|
.Dd January 27, 2018
|
||||||
.Dt RGBASM 5
|
.Dt RGBASM 5
|
||||||
.Os RGBDS Manual
|
.Os RGBDS Manual
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -293,7 +293,7 @@ There are four commands in the RS group of commands:
|
|||||||
.Pp
|
.Pp
|
||||||
.Bl -column ".Sy String" ".Sy String"
|
.Bl -column ".Sy String" ".Sy String"
|
||||||
.It Sy Command Ta Ta Ta Sy Meaning
|
.It Sy Command Ta Ta Ta Sy Meaning
|
||||||
.It Ic RSRESET No Ta Ta Resets the _RS counter to zero.
|
.It Ic RSRESET Ta Ta Resets the _RS counter to zero.
|
||||||
.It Ic RSSET Ar constexpr Ta Sets the
|
.It Ic RSSET Ar constexpr Ta Sets the
|
||||||
.Ic _RS No counter to Ar constexpr .
|
.Ic _RS No counter to Ar constexpr .
|
||||||
.It Ic RB Ar constexpr Ta Sets the preceding symbol to
|
.It Ic RB Ar constexpr Ta Sets the preceding symbol to
|
||||||
|
|||||||
Reference in New Issue
Block a user