1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Description: Fic /usr/doc path and apply moving file into examples subdir
Author: Slavko <linux@slavino.sk>
Forwarded: not-needed
Reviewed-By: Petter Reinholdtsen <pere@debian.org>
Last-Update: 2025-04-27
--- a/nqc-man.man
+++ b/nqc-man.man
@@ -176,10 +176,10 @@
.PP
.Y "nqc -near -firmfast firm0309.lgo"
.PP
-To compile \fI/usr/doc/nqc-2.1.0/test.nqc\fR and print the resulting
+To compile \fI/usr/share/doc/nqc/examples/test.nqc\fR and print the resulting
bytecode listing to the screen in human-readable format:
.PP
-.Y "nqc -L /usr/doc/nqc-2.1.0/test.nqc"
+.Y "nqc -L /usr/share/doc/nqc/examples/test.nqc"
.PP
(This should result in the following output under nqc 2.1.0:
.PP
@@ -198,7 +198,7 @@
Older versions of nqc required a separate \fIrcx.nqh\fR or \fIrcx2.nqh\fR
file. This is now integrated into the binary and no longer necessary,
but for reference, \fIrcx2.nqh\fR is included with the package.
-(If you installed the RPM, try \fI/usr/doc/nqc-2.1.0/rcx2.nqh\fR).
+(If you installed the RPM, try \fI/usr/share/doc/nqc-2.1.0/rcx2.nqh\fR).
.SH SEE ALSO
.TP
.I https://bricxcc.sourceforge.net/nqc/
|