summaryrefslogtreecommitdiffstats
path: root/tapsets/API-set-user-string-n.html
diff options
authorserhei <serhei>2021-11-19 16:31:03 +0000
committerserhei <serhei>2021-11-19 16:31:03 +0000
commit4e6b6ad960cf9c79a814f3a09f8048ff389d866e (patch)
tree15bec9f2679d23e3260effd22004c749ff5c8bdd /tapsets/API-set-user-string-n.html
parentadd new tutorial/* (diff)
removed man pages
Diffstat (limited to 'tapsets/API-set-user-string-n.html')
-rw-r--r--tapsets/API-set-user-string-n.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-set-user-string-n.html b/tapsets/API-set-user-string-n.html
index 6d5fd3f8..1c83075d 100644
--- a/tapsets/API-set-user-string-n.html
+++ b/tapsets/API-set-user-string-n.html
@@ -2,13 +2,13 @@
2 Writes a string of given length to user memory 2 Writes a string of given length to user memory
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4 set_user_string_n(addr:long,n:long,val:string) 4 set_user_string_n(addr:long,n:long,val:string)
5</pre></div><div class="refsect1"><a name="idm45904818471488"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1"><a name="idm45409694360608"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p>
6 The user address to write the string to 6 The user address to write the string to
7 </p></dd><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p> 7 </p></dd><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p>
8 The maximum length of the string 8 The maximum length of the string
9 </p></dd><dt><span class="term"><em class="parameter"><code>val</code></em></span></dt><dd><p> 9 </p></dd><dt><span class="term"><em class="parameter"><code>val</code></em></span></dt><dd><p>
10 The string which is to be written 10 The string which is to be written
11 </p></dd></dl></div></div><div class="refsect1"><a name="idm45904818464272"></a><h2>Description</h2><p> 11 </p></dd></dl></div></div><div class="refsect1"><a name="idm45409694353392"></a><h2>Description</h2><p>
12 Writes the given string up to a maximum given length to a given 12 Writes the given string up to a maximum given length to a given
13 user memory address. Reports an error on string copy fault. 13 user memory address. Reports an error on string copy fault.
14 Requires the use of guru mode (-g). 14 Requires the use of guru mode (-g).