networking: Rename to legacy networking

This commit is contained in:
Vijay Kumar Banerjee 2021-03-01 09:44:55 -07:00
parent 656326246d
commit 22d213c484
13 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@ Table of Contents
cpu_supplement/index.rst
develenv/index.rst
filesystem/index.rst
networking/index.rst
porting/index.rst
posix1003_1/index.rst
posix_users/index.rst
legacy_networking/index.rst

View File

@ -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',
'legacy-networking.tex',
u'RTEMS Legacy Networking User Manual',
u'RTEMS Documentation Project',
'manual'),
]

View File

@ -5,7 +5,7 @@
.. highlight:: c
======================================
RTEMS Network User Manual (|version|).
RTEMS Legacy Network User Manual (|version|).
======================================
.. topic:: Copyrights and License

View File

@ -32,11 +32,11 @@ build_all = ['user',
'posix-compliance',
'eng',
'filesystem',
'networking',
'shell',
'cpu-supplement',
'develenv',
'eclipse']
'eclipse',
'legacy-networking']
building = build_all