diff doc/manual/manual_dynload_api.tex @ 329:8b0fc583ce62

- tex formatting fix - ToDo list cleanup
author Tassilo Philipp
date Fri, 22 Nov 2019 23:23:14 +0100
parents ab23f9f2934a
children b47168dacba6
line wrap: on
line diff
--- a/doc/manual/manual_dynload_api.tex	Fri Nov 22 23:11:56 2019 +0100
+++ b/doc/manual/manual_dynload_api.tex	Fri Nov 22 23:23:14 2019 +0100
@@ -58,7 +58,7 @@
 \lstinline{pLib}. The parameter \lstinline{sOut} is a pointer to a buffer of size
 \lstinline{bufSize} (in bytes), to hold the output string. The return value is the size
 of the buffer (in bytes) needed to hold the null-terminated string, or 0 if it can't be
-looked up. If \lstinline{bufSize} >= return value > 1, a null-terminted string with the
+looked up. If \lstinline{bufSize} \textgreater= return value \textgreater 1, a null-terminted string with the
 path to the library should be in \lstinline{sOut}.  If it returns 0, the library name wasn't
 able to be found. Please note that this might happen in some rare cases, so make sure to always check.