mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-20 04:48:49 +08:00
networking: Rename to legacy networking
This commit is contained in:
parent
656326246d
commit
22d213c484
@ -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
|
||||
|
@ -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'),
|
||||
]
|
@ -5,7 +5,7 @@
|
||||
.. highlight:: c
|
||||
|
||||
======================================
|
||||
RTEMS Network User Manual (|version|).
|
||||
RTEMS Legacy Network User Manual (|version|).
|
||||
======================================
|
||||
|
||||
.. topic:: Copyrights and License
|
Loading…
x
Reference in New Issue
Block a user