summaryrefslogtreecommitdiffstats
path: root/doc/filesystem
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /doc/filesystem
parentMiscellaneous - Clean up file headers so patterns followed (diff)
downloadrtems-9b4422a2513e9c7f4c705050948d82b75331aaba.tar.bz2
Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
Diffstat (limited to 'doc/filesystem')
-rw-r--r--doc/filesystem/Makefile.am3
-rw-r--r--doc/filesystem/filesystem.texi3
-rw-r--r--doc/filesystem/fsrequirements.t3
-rw-r--r--doc/filesystem/imfs.t3
-rw-r--r--doc/filesystem/init.t3
-rw-r--r--doc/filesystem/miniimfs.t3
-rw-r--r--doc/filesystem/mounting.t3
-rw-r--r--doc/filesystem/patheval.t3
-rw-r--r--doc/filesystem/preface.texi3
-rw-r--r--doc/filesystem/syscalls.t3
-rw-r--r--doc/filesystem/tftp.t3
11 files changed, 0 insertions, 33 deletions
diff --git a/doc/filesystem/Makefile.am b/doc/filesystem/Makefile.am
index eaaf7450d5..cb7a60b232 100644
--- a/doc/filesystem/Makefile.am
+++ b/doc/filesystem/Makefile.am
@@ -2,9 +2,6 @@
# COPYRIGHT (c) 1988-2002.
# On-Line Applications Research Corporation (OAR).
# All rights reserved.
-#
-# $Id$
-#
PROJECT = filesystem
diff --git a/doc/filesystem/filesystem.texi b/doc/filesystem/filesystem.texi
index 178d1f7b02..4091796f99 100644
--- a/doc/filesystem/filesystem.texi
+++ b/doc/filesystem/filesystem.texi
@@ -11,9 +11,6 @@
@c COPYRIGHT (c) 1989-2011.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
-@c
-@c $Id$
-@c
@c
@c Master file for the Filesystem Design Guide
diff --git a/doc/filesystem/fsrequirements.t b/doc/filesystem/fsrequirements.t
index 03d19266d6..efc17112ec 100644
--- a/doc/filesystem/fsrequirements.t
+++ b/doc/filesystem/fsrequirements.t
@@ -2,9 +2,6 @@
@c COPYRIGHT (c) 1988-2002.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
-@c
-@c $Id$
-@c
@chapter Filesystem Implementation Requirements
diff --git a/doc/filesystem/imfs.t b/doc/filesystem/imfs.t
index c6dd6d2535..2f7beb7722 100644
--- a/doc/filesystem/imfs.t
+++ b/doc/filesystem/imfs.t
@@ -1,9 +1,6 @@
@c COPYRIGHT (c) 1988-2002.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
-@c
-@c $Id$
-@c
@chapter In-Memory Filesystem
diff --git a/doc/filesystem/init.t b/doc/filesystem/init.t
index 7dff1867ce..02bf8bb0d1 100644
--- a/doc/filesystem/init.t
+++ b/doc/filesystem/init.t
@@ -2,9 +2,6 @@
@c COPYRIGHT (c) 1988-2002.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
-@c
-@c $Id$
-@c
@chapter System Initialization
diff --git a/doc/filesystem/miniimfs.t b/doc/filesystem/miniimfs.t
index cc6a45a5f0..a4f03bb351 100644
--- a/doc/filesystem/miniimfs.t
+++ b/doc/filesystem/miniimfs.t
@@ -2,9 +2,6 @@
@c COPYRIGHT (c) 1988-2002.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
-@c
-@c $Id$
-@c
@chapter Miniature In-Memory Filesystem
diff --git a/doc/filesystem/mounting.t b/doc/filesystem/mounting.t
index c0d1243580..5389f45e00 100644
--- a/doc/filesystem/mounting.t
+++ b/doc/filesystem/mounting.t
@@ -2,9 +2,6 @@
@c COPYRIGHT (c) 1988-2002.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
-@c
-@c $Id$
-@c
@chapter Mounting and Unmounting Filesystems
diff --git a/doc/filesystem/patheval.t b/doc/filesystem/patheval.t
index bdc9c1d210..37d1a9a5e6 100644
--- a/doc/filesystem/patheval.t
+++ b/doc/filesystem/patheval.t
@@ -2,9 +2,6 @@
@c COPYRIGHT (c) 1988-2002.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
-@c
-@c $Id$
-@c
@chapter Pathname Evaluation
diff --git a/doc/filesystem/preface.texi b/doc/filesystem/preface.texi
index 6f1ac8361c..301f8499f6 100644
--- a/doc/filesystem/preface.texi
+++ b/doc/filesystem/preface.texi
@@ -2,9 +2,6 @@
@c COPYRIGHT (c) 1989-2011.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
-@c
-@c $Id$
-@c
@node Preface, , Top, Top
@unnumbered Preface
diff --git a/doc/filesystem/syscalls.t b/doc/filesystem/syscalls.t
index 9dcabc777c..cbc55ae711 100644
--- a/doc/filesystem/syscalls.t
+++ b/doc/filesystem/syscalls.t
@@ -2,9 +2,6 @@
@c COPYRIGHT (c) 1988-2002.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
-@c
-@c $Id$
-@c
@chapter System Call Development Notes
diff --git a/doc/filesystem/tftp.t b/doc/filesystem/tftp.t
index 965e3e8edc..a470317131 100644
--- a/doc/filesystem/tftp.t
+++ b/doc/filesystem/tftp.t
@@ -2,9 +2,6 @@
@c COPYRIGHT (c) 1988-2002.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
-@c
-@c $Id$
-@c
@chapter Trivial FTP Client Filesystem