Skip to content
Snippets Groups Projects
Commit 8b2ffaa0 authored by Jason King's avatar Jason King
Browse files

fixed incorrect descriptions for buf and size under switch_p_sprintf_node_info

parent 71b0741b
No related branches found
No related tags found
No related merge requests found
......@@ -221,10 +221,11 @@ record to a buffer.</p>
<p style="margin-left:.2in"><b>Arguments</b>:<br>
<span class="commandline"> switch_node</span>&nbsp; &nbsp;&nbsp;(input) a
node's switch state record.<br>
<span class="commandline"> buf</span>&nbsp; &nbsp;&nbsp;(input/output) size
<span class="commandline"> buf</span>&nbsp; &nbsp;&nbsp;(input/output) point to
buffer into which the switch state record is to be written.<br>
of buf in bytes.<br>
<span class="commandline"> size</span>&nbsp; &nbsp;&nbsp;(input) point to
buffer into which the switch state record is to be written.</p>
<span class="commandline"> size</span>&nbsp; &nbsp;&nbsp;(input) size
of buf in bytes.</p>
<p style="margin-left:.2in"><b>Returns</b>: Location of buffer, same as <i>buf</i>.</p>
<h4>Job's Switch Credential Management Functions</h4>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment