summaryrefslogtreecommitdiff
path: root/fpc-svn/doc.patch
blob: 0bca7a79d05dcf7fb379212a8079adcc7a99e496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/fpcdocs/prog.tex	2020-08-31 20:48:20.048466844 +0200
+++ b/fpcdocs/prog.tex	2020-08-31 20:48:05.881753019 +0200
@@ -2385,8 +2385,8 @@
 \subsection{\var{\protect\$POINTERMATH} : Allow use of pointer math}
 
 By default, pointer arithmetic is enabled in FPC/OBJFPC modes and disabled in DELPHI mode. 
-The directive {$POINTERMATH ON/OFF} can be used to toggle pointer arithmetic support. 
-Types declared while {$POINTERMATH ON} is in effect also support pointer arithmetic. 
+The directive {\$POINTERMATH ON/OFF} can be used to toggle pointer arithmetic support. 
+Types declared while {\$POINTERMATH ON} is in effect also support pointer arithmetic. 
 
 This boolean directive enables or disables the use of pointer arithmetic in
 expressions involving pointers.