Skip to content

Commit 9d0493a

Browse files
committed
Minor fixes
1 parent be399a0 commit 9d0493a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ $(XSL_HTML) $(XSL_HTMLHELP) $(XSL_PRINT) $(XSL_HTML_ONECHUNK): %: %.in
696696

697697
examples-xml/stamp: examples $(wildcard examples/*)
698698
mkdir -p examples-xml
699-
python3 csd2docbook.py
699+
python csd2docbook.py
700700
touch examples-xml/stamp
701701

702702
html: $(XSL_HTML) manual.xml $(SRCS) Makefile

opcodes/opcode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ xinarg1 [, xinarg2] [, xinarg3] ... [xinargN] <emphasis role="opc">xin</emphasi
301301
The new opcode can then be used with the usual syntax:
302302

303303
<programlisting>
304-
[xoutarg1] [, xoutarg2] ... [xoutargN] <command>name</command> [xinarg1] [, xinarg2] ... [xinargN]</programlisting>
304+
[xoutarg1] [, xoutarg2] ... [xoutargN] <command>name</command> [xinarg1] [, xinarg2] ... [xinargN]</programlisting>
305305
</para>
306306

307307
<note>

opcodes/oversample.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<title>Initialization</title>
3030
<para>
3131
<emphasis>ifactor</emphasis> -- sets the oversampling factor. It
32-
needs to be a positive integer > 1. A factor of 1 is a non-op,
32+
needs to be a positive integer &gt; 1. A factor of 1 is a non-op,
3333
zero or negative factors are illegal. The local sampling rate is
3434
set as ifactor * sr. The value of the sr variable is then
3535
changed locally. Local kr is also changed accordingly, local

opcodes/undersample.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<title>Initialization</title>
3030
<para>
3131
<emphasis>ifactor</emphasis> -- sets the undersampling factor. It
32-
needs to be a positive integer > 1. A factor of 1 is a non-op,
32+
needs to be a positive integer &gt; 1. A factor of 1 is a non-op,
3333
zero or negative factors are illegal. The local sampling rate is
3434
set as (1/ifactor) * sr. The value of the sr variable is then
3535
changed locally. Local ksmps is also changed accordingly.

0 commit comments

Comments
 (0)