[m-rev.] diff: minor fixes to ref. manual and user guide

Julien Fischer juliensf at csse.unimelb.edu.au
Thu Jul 15 01:47:42 AEST 2010


Branches: main, 10.04

doc/reference_manual.texi:
doc/user_guide.texi:
 	Fix spelling and delete doubled up words.

Julien.

Index: reference_manual.texi
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/doc/reference_manual.texi,v
retrieving revision 1.445
diff -u -r1.445 reference_manual.texi
--- reference_manual.texi	12 Jul 2010 14:25:58 -0000	1.445
+++ reference_manual.texi	14 Jul 2010 15:37:13 -0000
@@ -10095,7 +10095,7 @@
  @c Using the atomic scope requires the program to explicitly import the modules
  @c @samp{stm_builtin}, @samp{exception} and @samp{univ}.
  @c This restriction will soon be dropped,
- at c as the the compiler itself will do the required imports.
+ at c as the compiler itself will do the required imports.
  @c
  @c In STM systems, data shared between threads
  @c is stored in @samp{Transaction Variables}.
@@ -10623,7 +10623,7 @@
  A @samp{pragma require_feature_set} may only occur in the implementation
  section of a module.

-A @samp{pragma require_feature_set} affects only the the module in which
+A @samp{pragma require_feature_set} affects only the module in which
  it occurs; in particular it does not affect any sub-modules

  If a module contains multiple @samp{pragma require_feature_set} declarations
Index: user_guide.texi
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/doc/user_guide.texi,v
retrieving revision 1.608
diff -u -r1.608 user_guide.texi
--- user_guide.texi	6 Apr 2010 17:23:02 -0000	1.608
+++ user_guide.texi	14 Jul 2010 15:42:08 -0000
@@ -5695,7 +5695,7 @@
  Enabling @samp{threadscope} profiling causes the compiler to build the program
  against a different runtime system.
  This runtime system logs events relevant to parallel execution.
- at samp{threadscope} support is not compatibile with all processors,
+ at samp{threadscope} support is not compatible with all processors,
  see @file{README.ThreadScope} for more information.

  @node Creating profiles
@@ -7101,7 +7101,7 @@
  @findex --mode-constraints
  Perform constraint based mode analysis on the given modules.
  At the moment, the only effect of this
-is to include more information in HDLS dumps,
+is to include more information in HLDS dumps,
  to allow the constraint based mode analysis algorithm to be debugged.

  @sp 1


--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list