Fix linkerscript man page

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2018-01-27 17:25:21 +00:00
parent 3995852cc5
commit ceabbeaa2f
2 changed files with 5 additions and 5 deletions

View File

@@ -48,8 +48,8 @@ WRAMX 2
</div>
<div class="Pp"></div>
Numbers can be in decimal or hexadecimal format (the prefix is
&#x2018;<code class="Li">$</code>&#x2019;). It is an error if any bank or
command is found before setting a bank.
&#x2018;<code class="Li">$</code>&#x2019;). It is an error if any section name
or command are found before setting a bank.
<div class="Pp"></div>
Files can be included by using the <var class="Ar" title="Ar">INCLUDE</var>
keyword followed by a string with the path of the file that has to be
@@ -97,7 +97,7 @@ Note: The bank, alignment, address and type of sections can be specified both in
<a class="Lk" title="Lk" href="https://github.com/rednex/rgbds">https://github.com/rednex/rgbds</a>.</div>
<table class="foot">
<tr>
<td class="foot-date">January 26, 2018</td>
<td class="foot-date">January 27, 2018</td>
<td class="foot-os">RGBDS Manual</td>
</tr>
</table>

View File

@@ -5,7 +5,7 @@
.\"
.\" SPDX-License-Identifier: MIT
.\"
.Dd January 26, 2018
.Dd January 27, 2018
.Dt RGBLINK 5
.Os RGBDS Manual
.Sh NAME
@@ -38,7 +38,7 @@ WRAMX 2
.Pp
Numbers can be in decimal or hexadecimal format (the prefix is
.Ql $ ) .
It is an error if any bank or command is found before setting a bank.
It is an error if any section name or command are found before setting a bank.
.Pp
Files can be included by using the
.Ar INCLUDE