diff options
| author | 2004-10-30 22:49:27 +0000 | |
|---|---|---|
| committer | 2004-10-30 22:49:27 +0000 | |
| commit | ff3c421f8dbdb581448b63316009668d1bc277f5 (patch) | |
| tree | 5a26ed3cfffe9166e36eec756f27d0fbdbdb367e /doc | |
| parent | Patch from Jim Radford. Other half of packet_per_buffer ABI cleanup. (diff) | |
bump versions, build fixes, and doc updates
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@140 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.am | 2 | ||||
| -rw-r--r-- | doc/libraw1394.sgml | 11 |
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 68a5d48..7f1d80c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,7 +9,7 @@ man_MANS = testlibraw.1 sendiso.1 dumpiso.1 isodump.5 CLEANFILES = libraw1394.aux libraw1394.dvi libraw1394.log libraw1394.out \ libraw1394.tex libraw1394.pdf -MAINTAINERCLEANFILES = libraw1394.ps +MAINTAINERCLEANFILES = Makefile.in libraw1394.ps maintainer-clean-local: rm -rf libraw1394 diff --git a/doc/libraw1394.sgml b/doc/libraw1394.sgml index 62ae8a0..9073690 100644 --- a/doc/libraw1394.sgml +++ b/doc/libraw1394.sgml @@ -4,7 +4,7 @@ <bookinfo> <title>libraw1394</title> - <subtitle>version 0.9</subtitle> + <subtitle>version 1.0.0</subtitle> <copyright> <year>2001</year> @@ -319,6 +319,7 @@ be different nodes, so automatic behaviour would be very undesirable in these cases. </para> + </sect1> </chapter> @@ -694,7 +695,8 @@ <para> <symbol>speed</symbol> is the isochronous speed at which you wish to operate. Possible values are - <symbol>RAW1394_ISO_SPEED_100</symbol> through + <symbol>RAW1394_ISO_SPEED_100</symbol>, + <symbol>RAW1394_ISO_SPEED_200</symbol>, and <symbol>RAW1394_ISO_SPEED_400</symbol>. </para> @@ -705,6 +707,11 @@ irq_interval packets). Pass -1 to receive a default value that should be suitable for most applications. </para> + + <para> + <symbol>mode</symbol> for <function>raw1394_iso_recv_init()</function> + sets whether to use packet-per-buffer or buffer-fill receive mode. + </para> <para> If <function>raw1394_iso_xmit/recv_init()</function> retuns |
