Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5229/src/modules/kernel

Modified Files:
      Tag: MonetDB_5-4
        calc.mx counters.mx group.mx logger.mx 
Log Message:
use @url for urls
    @code for code
and removed more \\+_ and \\%


Index: logger.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/logger.mx,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -d -r1.26 -r1.26.2.1
--- logger.mx   11 Jan 2008 10:41:36 -0000      1.26
+++ logger.mx   6 Feb 2008 14:45:41 -0000       1.26.2.1
@@ -30,7 +30,7 @@
 The logger uses a directory to store its log files. One master log file
 stores information about the version of the logger and the transaction 
 log files. This file is a simple ascii file with the following format: 
-       6DIGIT-VERSION\n[log file number \n]*]*
+ @code{6DIGIT-VERSION\n[log file number \n]*]*}
 The transaction log files have a binary format, which stores fixed size 
 logformat headers (flag,nr,bid), where the flag is the type of update logged.
 The nr field indicates how many changes there were (in case of 
inserts/deletes).

Index: calc.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/calc.mx,v
retrieving revision 1.70
retrieving revision 1.70.2.1
diff -u -d -r1.70 -r1.70.2.1
--- calc.mx     16 Jan 2008 11:27:35 -0000      1.70
+++ calc.mx     6 Feb 2008 14:45:37 -0000       1.70.2.1
@@ -47,7 +47,7 @@
 An error message is given when the input value is zero.
 
 @item [bitwise operators]
-For integers there are some additional operations. The @emph{\%} operator
+For integers there are some additional operations. The @emph{%} operator
 implements the congruent modulo operation. The @emph{<<} and @emph{>>} 
 are the left and right bit shift. The @emph{or}, @emph{and}, @emph{xor} and 
 @emph{not} for integers are implemented as bitwise boolean operations. 

Index: group.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/group.mx,v
retrieving revision 1.105
retrieving revision 1.105.2.1
diff -u -d -r1.105 -r1.105.2.1
--- group.mx    27 Jan 2008 09:48:22 -0000      1.105
+++ group.mx    6 Feb 2008 14:45:40 -0000       1.105.2.1
@@ -410,9 +410,9 @@
 Values @{standard and [EMAIL PROTECTED], 
 choosing between a fixed predefined and a custom hashmask. Custom
 allows the user to determine the size of the hashmask (and indirectly
-the estimated size of the result). The hashmask is $2^n - 1$ where $n$
+the estimated size of the result). The hashmask is @math{2^n - 1} where 
@math{n}
 is given by the user, or 1023 otherwise, and the derived result
-size is $4 \cdot 2^n$.
+size is @math{4 @dots 2^n}.
 @end multitable
 
 Further research should point out whether fitting a simple statistical

Index: counters.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/counters.mx,v
retrieving revision 1.23
retrieving revision 1.23.2.1
diff -u -d -r1.23 -r1.23.2.1
--- counters.mx 11 Jan 2008 10:41:36 -0000      1.23
+++ counters.mx 6 Feb 2008 14:45:39 -0000       1.23.2.1
@@ -33,9 +33,8 @@
 @itemize
 @item @url{http://www.cse.msu.edu/~enbody/perfmon.html,libperfmon } libperfex 
(IRIX) for R10000/R12000,
 @item (Solaris <= 7) by Richard Enbody, libcpc (Solaris >= 8) for 
UltraSparcI/II,
[EMAIL PROTECTED] @[<a href="http://qso.lanl.gov/~mpg/pperf.html";> libpperf 
</a>@
-(Linux-i?86 <= 2.2), by M. Patrick Goda and Michael S. Warren,
[EMAIL PROTECTED] @url{http://www.csd.uu.se/~mikpe/linux/perfctr/,libperfctr} 
(Linux-i?86 >= 2.4), by M. Pettersson for Pentiums \& Athlons.
[EMAIL PROTECTED] @url{http://qso.lanl.gov/~mpg/pperf.html,libpperf} 
(Linux-i?86 <= 2.2), by M. Patrick Goda and Michael S. Warren,
[EMAIL PROTECTED] @url{http://www.csd.uu.se/~mikpe/linux/perfctr/,libperfctr} 
(Linux-i?86 >= 2.4), by M. Pettersson for Pentiums & Athlons.
 @item @url{http://www.hpl.hp.com/research/linux/perfmon/, libpfm} (Linux-ia64 
>= 2.4), by HP for Itanium[2].
 @end itemize
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to