doc: add missing -lm option to command line for compiling tut1

This commit is contained in:
Ian Abbott 2013-04-15 12:26:05 +01:00
parent ada711164c
commit df2466c0f6

View file

@ -42,7 +42,7 @@
</para>
<screen>
cc tut1.c -lcomedi -o tut1
cc tut1.c -lcomedi -lm -o tut1
</screen>
<para>
The