mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
642514df1b
Now that the stable ABI files are compatible with ReST, parse them without converting complex descriptions as literal blocks nor escaping special characters. Please notice that escaping special characters will probably be needed at descriptions, at least for the asterisk character. Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/59ccbaa75ff05f23e701dd9a0bbe118e9343a553.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 lines
408 B
ReStructuredText
15 lines
408 B
ReStructuredText
ABI stable symbols
|
|
==================
|
|
|
|
Documents the interfaces that the developer has defined to be stable.
|
|
|
|
Userspace programs are free to use these interfaces with no
|
|
restrictions, and backward compatibility for them will be guaranteed
|
|
for at least 2 years.
|
|
|
|
Most interfaces (like syscalls) are expected to never change and always
|
|
be available.
|
|
|
|
.. kernel-abi:: $srctree/Documentation/ABI/stable
|
|
:rst:
|