diff --git a/docs/rgblink.5.html b/docs/rgblink.5.html index be7eb1b7..d9727266 100644 --- a/docs/rgblink.5.html +++ b/docs/rgblink.5.html @@ -48,8 +48,8 @@ WRAMX 2
Numbers can be in decimal or hexadecimal format (the prefix is - ‘$’). 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.
Files can be included by using the INCLUDE 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 https://github.com/rednex/rgbds. - +
January 26, 2018January 27, 2018 RGBDS Manual
diff --git a/src/link/rgblink.5 b/src/link/rgblink.5 index e82e9d45..f7e1a203 100644 --- 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 @@ 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