diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-09-29 04:59:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 12:18:06 -0400 |
commit | 4c78a6639386f9e7399fbc0d0a173d4cc1a3e9bf (patch) | |
tree | 3c4413565f1146ee589bcbc43c23c153879966cf /Documentation/DocBook | |
parent | c0d92cbc5849f26451f478d538b8d885ae547221 (diff) |
[PATCH] kernel-doc for relay interface
Add relay interface support to DocBook/kernel-api.tmpl. Fix typos etc. in
relay.c and relayfs.txt.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Tom Zanussi <zanussi@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index f8fe882e33dc..ea6f375475b8 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -202,6 +202,22 @@ X!Ilib/string.c | |||
202 | </sect1> | 202 | </sect1> |
203 | </chapter> | 203 | </chapter> |
204 | 204 | ||
205 | <chapter id="relayfs"> | ||
206 | <title>relay interface support</title> | ||
207 | |||
208 | <para> | ||
209 | Relay interface support | ||
210 | is designed to provide an efficient mechanism for tools and | ||
211 | facilities to relay large amounts of data from kernel space to | ||
212 | user space. | ||
213 | </para> | ||
214 | |||
215 | <sect1><title>relay interface</title> | ||
216 | !Ekernel/relay.c | ||
217 | !Ikernel/relay.c | ||
218 | </sect1> | ||
219 | </chapter> | ||
220 | |||
205 | <chapter id="vfs"> | 221 | <chapter id="vfs"> |
206 | <title>The Linux VFS</title> | 222 | <title>The Linux VFS</title> |
207 | <sect1><title>The Filesystem types</title> | 223 | <sect1><title>The Filesystem types</title> |