aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-02-07 03:13:31 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-07 11:42:17 -0500
commit9de476bfd55cde0249c0157b93cd7181a63174e1 (patch)
tree5263ea07c269e305a9716fe577237d500e7dca62 /Documentation
parent70d6d9db78c6c8078526298cdf13e6851696b790 (diff)
Add missing IDs to procfs-guide.tmpl
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/procfs-guide.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/DocBook/procfs-guide.tmpl b/Documentation/DocBook/procfs-guide.tmpl
index 2de84dc195a8..1fd6a1ec7591 100644
--- a/Documentation/DocBook/procfs-guide.tmpl
+++ b/Documentation/DocBook/procfs-guide.tmpl
@@ -85,7 +85,7 @@
85 85
86 86
87 87
88 <preface> 88 <preface id="Preface">
89 <title>Preface</title> 89 <title>Preface</title>
90 90
91 <para> 91 <para>
@@ -230,7 +230,7 @@
230 230
231 231
232 232
233 <sect1> 233 <sect1 id="Creating_a_symlink">
234 <title>Creating a symlink</title> 234 <title>Creating a symlink</title>
235 235
236 <funcsynopsis> 236 <funcsynopsis>
@@ -254,7 +254,7 @@
254 </para> 254 </para>
255 </sect1> 255 </sect1>
256 256
257 <sect1> 257 <sect1 id="Creating_a_directory">
258 <title>Creating a directory</title> 258 <title>Creating a directory</title>
259 259
260 <funcsynopsis> 260 <funcsynopsis>
@@ -274,7 +274,7 @@
274 274
275 275
276 276
277 <sect1> 277 <sect1 id="Removing_an_entry">
278 <title>Removing an entry</title> 278 <title>Removing an entry</title>
279 279
280 <funcsynopsis> 280 <funcsynopsis>
@@ -340,7 +340,7 @@ entry->write_proc = write_proc_foo;
340 340
341 341
342 342
343 <sect1> 343 <sect1 id="Reading_data">
344 <title>Reading data</title> 344 <title>Reading data</title>
345 345
346 <para> 346 <para>
@@ -448,7 +448,7 @@ entry->write_proc = write_proc_foo;
448 448
449 449
450 450
451 <sect1> 451 <sect1 id="Writing_data">
452 <title>Writing data</title> 452 <title>Writing data</title>
453 453
454 <para> 454 <para>
@@ -579,7 +579,7 @@ int foo_read_func(char *page, char **start, off_t off,
579 579
580 580
581 581
582 <sect1> 582 <sect1 id="Modules">
583 <title>Modules</title> 583 <title>Modules</title>
584 584
585 <para> 585 <para>
@@ -599,7 +599,7 @@ entry->owner = THIS_MODULE;
599 599
600 600
601 601
602 <sect1> 602 <sect1 id="Mode_and_ownership">
603 <title>Mode and ownership</title> 603 <title>Mode and ownership</title>
604 604
605 <para> 605 <para>