Skip to content

Commit

Permalink
Add missing IDs to procfs-guide.tmpl
Browse files Browse the repository at this point in the history
Add missing IDs to procfs-guide.tmpl

Signed-off-by: Rob Landley <rob@landley.net>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Rob Landley authored and Linus Torvalds committed Feb 7, 2008
1 parent 70d6d9d commit 9de476b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Documentation/DocBook/procfs-guide.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@



<preface>
<preface id="Preface">
<title>Preface</title>

<para>
Expand Down Expand Up @@ -230,7 +230,7 @@



<sect1>
<sect1 id="Creating_a_symlink">
<title>Creating a symlink</title>

<funcsynopsis>
Expand All @@ -254,7 +254,7 @@
</para>
</sect1>

<sect1>
<sect1 id="Creating_a_directory">
<title>Creating a directory</title>

<funcsynopsis>
Expand All @@ -274,7 +274,7 @@



<sect1>
<sect1 id="Removing_an_entry">
<title>Removing an entry</title>

<funcsynopsis>
Expand Down Expand Up @@ -340,7 +340,7 @@ entry->write_proc = write_proc_foo;



<sect1>
<sect1 id="Reading_data">
<title>Reading data</title>

<para>
Expand Down Expand Up @@ -448,7 +448,7 @@ entry->write_proc = write_proc_foo;



<sect1>
<sect1 id="Writing_data">
<title>Writing data</title>

<para>
Expand Down Expand Up @@ -579,7 +579,7 @@ int foo_read_func(char *page, char **start, off_t off,



<sect1>
<sect1 id="Modules">
<title>Modules</title>

<para>
Expand All @@ -599,7 +599,7 @@ entry->owner = THIS_MODULE;



<sect1>
<sect1 id="Mode_and_ownership">
<title>Mode and ownership</title>

<para>
Expand Down

0 comments on commit 9de476b

Please sign in to comment.