summaryrefslogtreecommitdiff
path: root/fpc-svn/doc.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-08-31 21:06:24 +0200
committerErich Eckner <git@eckner.net>2020-08-31 21:06:24 +0200
commit175f21125ba4319e97eef9c5d03ca7a6431d2a38 (patch)
treec6913b90dd459c88f5ac9c6bfb4348baa07d1c41 /fpc-svn/doc.patch
parent6a9388389a224aa2a8990aa713d4032b95fcfa23 (diff)
downloadarchlinuxewe-175f21125ba4319e97eef9c5d03ca7a6431d2a38.tar.xz
fpc-svn: hotfix for doc error
Diffstat (limited to 'fpc-svn/doc.patch')
-rw-r--r--fpc-svn/doc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/fpc-svn/doc.patch b/fpc-svn/doc.patch
new file mode 100644
index 000000000..0bca7a79d
--- /dev/null
+++ b/fpc-svn/doc.patch
@@ -0,0 +1,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.