Commit 9f72374c authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by David S. Miller
Browse files

docs: networking: convert rxrpc.txt to ReST



- add SPDX header;
- adjust title markup;
- use autonumbered list markups;
- mark code blocks and literals as such;
- mark tables as such;
- adjust identation, whitespaces and blank lines where needed;
- add to networking/index.rst.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 98661e0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ list of volume location server IP addresses::
The first module is the AF_RXRPC network protocol driver.  This provides the
RxRPC remote operation protocol and may also be accessed from userspace.  See:

	Documentation/networking/rxrpc.txt
	Documentation/networking/rxrpc.rst

The second module is the kerberos RxRPC security driver, and the third module
is the actual filesystem driver for the AFS filesystem.
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ Contents:
   ray_cs
   rds
   regulatory
   rxrpc

.. only::  subproject and html

+160 −146

File changed and moved.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -14593,7 +14593,7 @@ M: David Howells <dhowells@redhat.com>
L:	linux-afs@lists.infradead.org
S:	Supported
W:	https://www.infradead.org/~dhowells/kafs/
F:	Documentation/networking/rxrpc.txt
F:	Documentation/networking/rxrpc.rst
F:	include/keys/rxrpc-type.h
F:	include/net/af_rxrpc.h
F:	include/trace/events/rxrpc.h
+3 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ config AF_RXRPC
	  This module at the moment only supports client operations and is
	  currently incomplete.

	  See Documentation/networking/rxrpc.txt.
	  See Documentation/networking/rxrpc.rst.

config AF_RXRPC_IPV6
	bool "IPv6 support for RxRPC"
@@ -41,7 +41,7 @@ config AF_RXRPC_DEBUG
	help
	  Say Y here to make runtime controllable debugging messages appear.

	  See Documentation/networking/rxrpc.txt.
	  See Documentation/networking/rxrpc.rst.


config RXKAD
@@ -56,4 +56,4 @@ config RXKAD
	  Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC
	  through the use of the key retention service.

	  See Documentation/networking/rxrpc.txt.
	  See Documentation/networking/rxrpc.rst.
Loading