From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753457AbXJWJzu (ORCPT ); Tue, 23 Oct 2007 05:55:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751574AbXJWJzn (ORCPT ); Tue, 23 Oct 2007 05:55:43 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:53548 "EHLO grelber.thyrsus.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751993AbXJWJzm (ORCPT ); Tue, 23 Oct 2007 05:55:42 -0400 From: Rob Landley Organization: Boundaries Unlimited To: linux-kernel@vger.kernel.org Subject: [PATCH 4/7] Add missing IDs to procfs-guide.tmpl Date: Tue, 23 Oct 2007 04:55:09 -0500 User-Agent: KMail/1.9.6 Cc: akpm@linux-foundation.org, J.A.K.Mouw@its.tudelft.nl MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710230455.09327.rob@landley.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Rob Landley Add missing IDs to procfs-guide.tmpl Signed-off-by: Rob Landley --- Documentation/DocBook/procfs-guide.tmpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff -r a868e8217782 Documentation/DocBook/procfs-guide.tmpl --- a/Documentation/DocBook/procfs-guide.tmpl Mon Oct 22 19:40:02 2007 -0700 +++ b/Documentation/DocBook/procfs-guide.tmpl Mon Oct 22 23:48:57 2007 -0500 @@ -85,7 +85,7 @@ - + Preface @@ -230,7 +230,7 @@ - + Creating a symlink @@ -254,7 +254,7 @@ - + Creating a directory @@ -274,7 +274,7 @@ - + Removing an entry @@ -340,7 +340,7 @@ entry->write_proc = write_proc_foo; - + Reading data @@ -448,7 +448,7 @@ entry->write_proc = write_proc_foo; - + Writing data @@ -579,7 +579,7 @@ int foo_read_func(char *page, char **sta - + Modules @@ -599,7 +599,7 @@ entry->owner = THIS_MODULE; - + Mode and ownership -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.