linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luis Chamberlain <mcgrof@kernel.org>
To: ebiederm@xmission.com, corbet@lwn.net, keescook@chromium.org,
	yzaikin@google.com
Cc: songmuchun@bytedance.com, zhangyuchen.lcr@bytedance.com,
	dhowells@redhat.com, deepa.kernel@gmail.com, hch@lst.de,
	mcgrof@kernel.org, linux-doc@vger.kernel.org,
	linux-api@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 1/2] Documentation/filesystems/proc.rst: remove ancient boiler plate
Date: Fri, 22 Jul 2022 09:29:33 -0700	[thread overview]
Message-ID: <20220722162934.1888835-2-mcgrof@kernel.org> (raw)
In-Reply-To: <20220722162934.1888835-1-mcgrof@kernel.org>

The proc.rst has some ancient verbiage which dates back to 1999
which is simply just creating noise at this point for documentation.
Remove that cruft.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
---
 Documentation/filesystems/proc.rst | 55 ------------------------------
 1 file changed, 55 deletions(-)

diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems/proc.rst
index 47e95dbc820d..9fd5249f1a5f 100644
--- a/Documentation/filesystems/proc.rst
+++ b/Documentation/filesystems/proc.rst
@@ -4,22 +4,8 @@
 The /proc Filesystem
 ====================
 
-=====================  =======================================  ================
-/proc/sys              Terrehon Bowden <terrehon@pacbell.net>,  October 7 1999
-                       Bodo Bauer <bb@ricochet.net>
-2.4.x update	       Jorge Nerin <comandante@zaralinux.com>   November 14 2000
-move /proc/sys	       Shen Feng <shen@cn.fujitsu.com>	        April 1 2009
-fixes/update part 1.1  Stefani Seibold <stefani@seibold.net>    June 9 2009
-=====================  =======================================  ================
-
-
-
 .. Table of Contents
 
-  0     Preface
-  0.1	Introduction/Credits
-  0.2	Legal Stuff
-
   1	Collecting System Information
   1.1	Process-Specific Subdirectories
   1.2	Kernel data
@@ -56,47 +42,6 @@ fixes/update part 1.1  Stefani Seibold <stefani@seibold.net>    June 9 2009
 Preface
 =======
 
-0.1 Introduction/Credits
-------------------------
-
-This documentation is  part of a soon (or  so we hope) to be  released book on
-the SuSE  Linux distribution. As  there is  no complete documentation  for the
-/proc file system and we've used  many freely available sources to write these
-chapters, it  seems only fair  to give the work  back to the  Linux community.
-This work is  based on the 2.2.*  kernel version and the  upcoming 2.4.*. I'm
-afraid it's still far from complete, but we  hope it will be useful. As far as
-we know, it is the first 'all-in-one' document about the /proc file system. It
-is focused  on the Intel  x86 hardware,  so if you  are looking for  PPC, ARM,
-SPARC, AXP, etc., features, you probably  won't find what you are looking for.
-It also only covers IPv4 networking, not IPv6 nor other protocols - sorry. But
-additions and patches  are welcome and will  be added to this  document if you
-mail them to Bodo.
-
-We'd like  to  thank Alan Cox, Rik van Riel, and Alexey Kuznetsov and a lot of
-other people for help compiling this documentation. We'd also like to extend a
-special thank  you to Andi Kleen for documentation, which we relied on heavily
-to create  this  document,  as well as the additional information he provided.
-Thanks to  everybody  else  who contributed source or docs to the Linux kernel
-and helped create a great piece of software... :)
-
-If you  have  any comments, corrections or additions, please don't hesitate to
-contact Bodo  Bauer  at  bb@ricochet.net.  We'll  be happy to add them to this
-document.
-
-The   latest   version    of   this   document   is    available   online   at
-http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/proc.html
-
-If  the above  direction does  not works  for you,  you could  try the  kernel
-mailing  list  at  linux-kernel@vger.kernel.org  and/or try  to  reach  me  at
-comandante@zaralinux.com.
-
-0.2 Legal Stuff
----------------
-
-We don't  guarantee  the  correctness  of this document, and if you come to us
-complaining about  how  you  screwed  up  your  system  because  of  incorrect
-documentation, we won't feel responsible...
-
 Chapter 1: Collecting System Information
 ========================================
 
-- 
2.35.1


  reply	other threads:[~2022-07-22 16:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-22 16:29 [PATCH 0/2] procfs: document proc timestamps Luis Chamberlain
2022-07-22 16:29 ` Luis Chamberlain [this message]
2022-07-22 16:29 ` [PATCH 2/2] Documentation/filesystems/proc.rst: document procfs inode timestamps Luis Chamberlain
2022-07-22 19:56   ` Randy Dunlap
2022-07-23 14:17   ` Muchun Song

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220722162934.1888835-2-mcgrof@kernel.org \
    --to=mcgrof@kernel.org \
    --cc=corbet@lwn.net \
    --cc=deepa.kernel@gmail.com \
    --cc=dhowells@redhat.com \
    --cc=ebiederm@xmission.com \
    --cc=hch@lst.de \
    --cc=keescook@chromium.org \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=songmuchun@bytedance.com \
    --cc=yzaikin@google.com \
    --cc=zhangyuchen.lcr@bytedance.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).