LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 3/4] docbook: move pipe and splice to filesystems docbook
@ 2008-02-12 1:28 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2008-02-12 1:28 UTC (permalink / raw)
To: lkml; +Cc: viro, akpm
From: Randy Dunlap <randy.dunlap@oracle.com>
Move pipes and splice docbook to filesystems book.
kernel-api book is huge (10x most other books) & slow to process.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
Documentation/DocBook/filesystems.tmpl | 20 ++++++++++++++++++++
Documentation/DocBook/kernel-api.tmpl | 20 --------------------
2 files changed, 20 insertions(+), 20 deletions(-)
--- linux-2.6.25-rc1.orig/Documentation/DocBook/filesystems.tmpl
+++ linux-2.6.25-rc1/Documentation/DocBook/filesystems.tmpl
@@ -398,4 +398,24 @@ an example.
</chapter>
+ <chapter id="splice">
+ <title>splice API</title>
+ <para>
+ splice is a method for moving blocks of data around inside the
+ kernel, without continually transferring them between the kernel
+ and user space.
+ </para>
+!Ffs/splice.c
+ </chapter>
+
+ <chapter id="pipes">
+ <title>pipes API</title>
+ <para>
+ Pipe interfaces are all for in-kernel (builtin image) use.
+ They are not exported for use by modules.
+ </para>
+!Iinclude/linux/pipe_fs_i.h
+!Ffs/pipe.c
+ </chapter>
+
</book>
--- linux-2.6.25-rc1.orig/Documentation/DocBook/kernel-api.tmpl
+++ linux-2.6.25-rc1/Documentation/DocBook/kernel-api.tmpl
@@ -718,24 +718,4 @@ X!Idrivers/video/console/fonts.c
!Edrivers/i2c/i2c-core.c
</chapter>
- <chapter id="splice">
- <title>splice API</title>
- <para>
- splice is a method for moving blocks of data around inside the
- kernel, without continually transferring them between the kernel
- and user space.
- </para>
-!Ffs/splice.c
- </chapter>
-
- <chapter id="pipes">
- <title>pipes API</title>
- <para>
- Pipe interfaces are all for in-kernel (builtin image) use.
- They are not exported for use by modules.
- </para>
-!Iinclude/linux/pipe_fs_i.h
-!Ffs/pipe.c
- </chapter>
-
</book>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-12 1:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-12 1:28 [PATCH 3/4] docbook: move pipe and splice to filesystems docbook Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).