summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-29 06:57:44 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-29 06:57:44 +0000
commitf536b3b1688dd9fc0a35dd64fea18c8188b5b516 (patch)
treed5c5c5804f1bb15f46dfd544297c7b4c7576300e /README
parent8fafe4cabdd9140070c403c707e51d41bc19b3b4 (diff)
Minor asciidoc fix.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4107 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 76af737..739cf1f 100644
--- a/README
+++ b/README
@@ -600,13 +600,13 @@ Thus we would add a new ioctl with the same base number and with the
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: