diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-02-20 20:08:35 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-02-21 15:07:04 -0800 |
commit | 361821854b71fc3a53c9e17701538247bddbd4ba (patch) | |
tree | c3082e10459f288a2dbae2f864e523a92cb43caa /Documentation | |
parent | c756d08a00a2f151363d95ad27e12ca6b27cb3f6 (diff) | |
download | linux-3.10-361821854b71fc3a53c9e17701538247bddbd4ba.tar.gz linux-3.10-361821854b71fc3a53c9e17701538247bddbd4ba.tar.bz2 linux-3.10-361821854b71fc3a53c9e17701538247bddbd4ba.zip |
Docbook: add fs/eventfd.c and fix typos in it
Add fs/eventfd.c to filesystems docbook.
Make typo corrections in fs/eventfd.c.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/filesystems.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/DocBook/filesystems.tmpl b/Documentation/DocBook/filesystems.tmpl index 5e87ad58c0b..f51f28531b8 100644 --- a/Documentation/DocBook/filesystems.tmpl +++ b/Documentation/DocBook/filesystems.tmpl @@ -82,6 +82,11 @@ </sect1> </chapter> + <chapter id="fs_events"> + <title>Events based on file descriptors</title> +!Efs/eventfd.c + </chapter> + <chapter id="sysfs"> <title>The Filesystem for Exporting Kernel Objects</title> !Efs/sysfs/file.c |