diff options
| author | Randy Dunlap <rdunlap@xenotime.net> | 2006-09-29 01:59:10 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 09:18:06 -0700 | 
| commit | 4c78a6639386f9e7399fbc0d0a173d4cc1a3e9bf (patch) | |
| tree | 3c4413565f1146ee589bcbc43c23c153879966cf /Documentation | |
| parent | c0d92cbc5849f26451f478d538b8d885ae547221 (diff) | |
| download | linux-4c78a6639386f9e7399fbc0d0a173d4cc1a3e9bf.tar.bz2 | |
[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')
| -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       </sect1>    </chapter> +  <chapter id="relayfs"> +     <title>relay interface support</title> + +     <para> +	Relay interface support +	is designed to provide an efficient mechanism for tools and +	facilities to relay large amounts of data from kernel space to +	user space. +     </para> + +     <sect1><title>relay interface</title> +!Ekernel/relay.c +!Ikernel/relay.c +     </sect1> +  </chapter> +    <chapter id="vfs">       <title>The Linux VFS</title>       <sect1><title>The Filesystem types</title>  |