[m-dev.] trivial diff: Fix comment rot in extras/references
Peter Schachte
schachte at cs.mu.OZ.AU
Thu Nov 18 16:44:36 AEDT 1999
(I think it would be a good idea to come up with some way to refer to
parts of the the manuals that was less prone to rot.)
Fix comment rot in extras/references
Estimated hours taken: 0.1
README:
reference.m:
fix comments referring to the Mercury manuals to correct for
manual restructuring.
Index: README
===================================================================
RCS file: /home/staff/zs/imp/mercury/extras/references/README,v
retrieving revision 1.1
diff -u -r1.1 README
--- README 1998/06/18 04:30:22 1.1
+++ README 1999/11/18 05:16:51
@@ -5,8 +5,8 @@
can be quite tedious and error-prone, but occasionally it may permit
greater efficiency than using pure Mercury code, or may permit you to
write in Mercury what you would otherwise have to write in C. See
-section 12.2 of the Mercury Language References Manual for more
-information on impurity.
+the "Impurity declarations" chapter of the Mercury Language Reference
+Manual for more information on impurity.
This directory contains
Index: reference.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/extras/references/reference.m,v
retrieving revision 1.1
diff -u -r1.1 reference.m
--- reference.m 1998/06/18 04:30:26 1.1
+++ reference.m 1999/11/18 05:18:31
@@ -21,10 +21,10 @@
% exceptional circumstances.
%
% This module is implemented using the trailing features described in the
-% "Trailing" subsection of the "C interface" section of the "Pragmas" chapter
-% of the Mercury Language Reference Manual. This means that in order to use
-% this module, you *must* compile with the --use-trail switch. The easiest
-% way to do this is to include the line
+% "Trailing" section of the "C interface" chapter of the Mercury Language
+% Reference Manual. This means that in order to use this module, you *must*
+% compile with the --use-trail switch. The easiest way to do this is to
+% include the line
%
% GRADEFLAGS=--use-trail
%
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list