ref: ceabbeaa2f22e5249a680a315cca7960b00e7524
parent: 3995852cc51ddc26e0c61d5477dcf85de809a548
author: Antonio Niño Díaz <antonio_nd@outlook.com>
date: Sat Jan 27 12:25:21 EST 2018
Fix linkerscript man page Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
--- a/docs/rgblink.5.html
+++ b/docs/rgblink.5.html
@@ -48,8 +48,8 @@
</div>
<div class="Pp"></div>
Numbers can be in decimal or hexadecimal format (the prefix is
- ‘<code class="Li">$</code>’). It is an error if any bank or
- command is found before setting a bank.
+ ‘<code class="Li">$</code>’). 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 @@
<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>
--- a/src/link/rgblink.5
+++ b/src/link/rgblink.5
@@ -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 @@
.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