summaryrefslogtreecommitdiff
path: root/help/en_US/buffer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/buffer.xml')
-rw-r--r--help/en_US/buffer.xml21
1 files changed, 5 insertions, 16 deletions
diff --git a/help/en_US/buffer.xml b/help/en_US/buffer.xml
index 9a8db7b..eb33141 100644
--- a/help/en_US/buffer.xml
+++ b/help/en_US/buffer.xml
@@ -17,20 +17,10 @@
<refnamediv>
<refname>buffer</refname>
- <refpurpose>This function buffers the given data into a matrix of signal frames</refpurpose>
+ <refpurpose>Calling Sequence</refpurpose>
</refnamediv>
-<refsynopsisdiv>
- <title>Calling Sequence</title>
- <synopsis>
- [y] = buffer (x, n)
- [y] = buffer (x, n, p)
- [y] = buffer (x, n, p)
- [y, z, opt] = buffer (...)
- </synopsis>
-</refsynopsisdiv>
-
<refsection>
<title>Parameters</title>
<variablelist>
@@ -56,11 +46,10 @@ This function buffers the given data into a matrix of signal frames
<title>Examples</title>
<programlisting role="example"><![CDATA[
buffer(1,3,2)
-//ans =
-//0 0
-//0 1
-//1 0
-//This function is being called from Octave
+ans =
+0 0
+0 1
+1 0
]]></programlisting>
</refsection>
</refentry>