docs: networking: convert atm.txt to ReST
There isn't much to be done here. Just: - add SPDX header; - add a document title. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
08bab46f00
commit
ff2269f16a
|
@ -1,3 +1,9 @@
|
||||||
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
|
===
|
||||||
|
ATM
|
||||||
|
===
|
||||||
|
|
||||||
In order to use anything but the most primitive functions of ATM,
|
In order to use anything but the most primitive functions of ATM,
|
||||||
several user-mode programs are required to assist the kernel. These
|
several user-mode programs are required to assist the kernel. These
|
||||||
programs and related material can be found via the ATM on Linux Web
|
programs and related material can be found via the ATM on Linux Web
|
|
@ -41,6 +41,7 @@ Contents:
|
||||||
altera_tse
|
altera_tse
|
||||||
arcnet-hardware
|
arcnet-hardware
|
||||||
arcnet
|
arcnet
|
||||||
|
atm
|
||||||
|
|
||||||
.. only:: subproject and html
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ config ATM
|
||||||
of your ATM card below.
|
of your ATM card below.
|
||||||
|
|
||||||
Note that you need a set of user-space programs to actually make use
|
Note that you need a set of user-space programs to actually make use
|
||||||
of ATM. See the file <file:Documentation/networking/atm.txt> for
|
of ATM. See the file <file:Documentation/networking/atm.rst> for
|
||||||
further details.
|
further details.
|
||||||
|
|
||||||
config ATM_CLIP
|
config ATM_CLIP
|
||||||
|
|
Loading…
Reference in New Issue