summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-03-01 09:44:55 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-03-01 10:58:51 -0700
commit92b53d211b4d9ad795ef8b2ad1ac0deed5a25f9a (patch)
tree2c3d568e8d1279a591a33f74ccb52a0c774c36fd
parentc87d8c2af341d4b9193690e6c948612d62b00e3b (diff)
networking: Rename to legacy networking
-rw-r--r--legacy-networking/command.rst (renamed from networking/command.rst)0
-rw-r--r--legacy-networking/conf.py (renamed from networking/conf.py)4
-rw-r--r--legacy-networking/dec_21140.rst (renamed from networking/dec_21140.rst)0
-rw-r--r--legacy-networking/index.rst (renamed from networking/index.rst)2
-rw-r--r--legacy-networking/network_servers.rst (renamed from networking/network_servers.rst)0
-rw-r--r--legacy-networking/network_task_structure.rst (renamed from networking/network_task_structure.rst)0
-rw-r--r--legacy-networking/networking_driver.rst (renamed from networking/networking_driver.rst)0
-rw-r--r--legacy-networking/preface.rst (renamed from networking/preface.rst)0
-rw-r--r--legacy-networking/testing_the_driver.rst (renamed from networking/testing_the_driver.rst)0
-rw-r--r--legacy-networking/using_networking_rtems_app.rst (renamed from networking/using_networking_rtems_app.rst)0
-rw-r--r--legacy-networking/wscript (renamed from networking/wscript)0
-rw-r--r--wscript2
12 files changed, 4 insertions, 4 deletions
diff --git a/networking/command.rst b/legacy-networking/command.rst
index 269d50d..269d50d 100644
--- a/networking/command.rst
+++ b/legacy-networking/command.rst
diff --git a/networking/conf.py b/legacy-networking/conf.py
index 1c129bc..6cc01bc 100644
--- a/networking/conf.py
+++ b/legacy-networking/conf.py
@@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
from conf import *
-project = "RTEMS Networking User Manual"
+project = "RTEMS Legacy Networking User Manual"
latex_documents = [
('index',
'networking.tex',
- u'RTEMS Networking User Manual',
+ u'RTEMS Legacy Networking User Manual',
u'RTEMS Documentation Project',
'manual'),
]
diff --git a/networking/dec_21140.rst b/legacy-networking/dec_21140.rst
index 5463b7d..5463b7d 100644
--- a/networking/dec_21140.rst
+++ b/legacy-networking/dec_21140.rst
diff --git a/networking/index.rst b/legacy-networking/index.rst
index f56a60d..b85119d 100644
--- a/networking/index.rst
+++ b/legacy-networking/index.rst
@@ -5,7 +5,7 @@
.. highlight:: c
======================================
-RTEMS Network User Manual (|version|).
+RTEMS Legacy Network User Manual (|version|).
======================================
.. topic:: Copyrights and License
diff --git a/networking/network_servers.rst b/legacy-networking/network_servers.rst
index 941a6e2..941a6e2 100644
--- a/networking/network_servers.rst
+++ b/legacy-networking/network_servers.rst
diff --git a/networking/network_task_structure.rst b/legacy-networking/network_task_structure.rst
index 2ac031b..2ac031b 100644
--- a/networking/network_task_structure.rst
+++ b/legacy-networking/network_task_structure.rst
diff --git a/networking/networking_driver.rst b/legacy-networking/networking_driver.rst
index c161c2b..c161c2b 100644
--- a/networking/networking_driver.rst
+++ b/legacy-networking/networking_driver.rst
diff --git a/networking/preface.rst b/legacy-networking/preface.rst
index 6926960..6926960 100644
--- a/networking/preface.rst
+++ b/legacy-networking/preface.rst
diff --git a/networking/testing_the_driver.rst b/legacy-networking/testing_the_driver.rst
index dbd1163..dbd1163 100644
--- a/networking/testing_the_driver.rst
+++ b/legacy-networking/testing_the_driver.rst
diff --git a/networking/using_networking_rtems_app.rst b/legacy-networking/using_networking_rtems_app.rst
index 0d3e245..0d3e245 100644
--- a/networking/using_networking_rtems_app.rst
+++ b/legacy-networking/using_networking_rtems_app.rst
diff --git a/networking/wscript b/legacy-networking/wscript
index 4063cd4..4063cd4 100644
--- a/networking/wscript
+++ b/legacy-networking/wscript
diff --git a/wscript b/wscript
index ce644f8..92775ae 100644
--- a/wscript
+++ b/wscript
@@ -32,7 +32,7 @@ build_all = ['user',
'posix-compliance',
'eng',
'filesystem',
- 'networking',
+ 'legacy-networking',
'shell',
'cpu-supplement',
'develenv',