[svn-commits] tzafrir: branch 1.4 r4107 - /branches/1.4/README

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Mar 29 01:57:44 CDT 2008


Author: tzafrir
Date: Sat Mar 29 01:57:44 2008
New Revision: 4107

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4107
Log:
Minor asciidoc fix.

Modified:
    branches/1.4/README

Modified: branches/1.4/README
URL: http://svn.digium.com/view/zaptel/branches/1.4/README?view=diff&rev=4107&r1=4106&r2=4107
==============================================================================
--- branches/1.4/README (original)
+++ branches/1.4/README Sat Mar 29 01:57:44 2008
@@ -600,13 +600,13 @@
 original struct.
 
 So suppose we had the following ioctl:
-------------------------------------
+----------------------------------
 struct zt_example {
 	int sample;
 }
 
 #define ZT_EXAMPLE     _IOWR (ZT_CODE, 62, struct zt_example)
-------------------------------------
+----------------------------------
 
 And we want to add the field 'int onemore', we won't just add it to the
 struct. We will do something that is more complex:




More information about the svn-commits mailing list