Go to file
Mauro Carvalho Chehab 01478b8331 docs: filesystems: convert devpts.txt to ReST
- Add a SPDX header;
- Add a document title;
- Some whitespace fixes and new line breaks;
- Mark literal blocks as such;
- Add it to filesystems/index.rst.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/4ac8f3a7edd4d817acf0d173ead7ef74fe010c6c.1588021877.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2020-05-05 09:22:21 -06:00
Documentation docs: filesystems: convert devpts.txt to ReST 2020-05-05 09:22:21 -06:00
LICENSES
arch docs: fix broken references for ReST files that moved around 2020-04-20 15:45:03 -06:00
block
certs
crypto
drivers ata: libata-core: fix a doc warning 2020-04-20 15:45:41 -06:00
fs docs: filesystems: convert coda.txt to ReST 2020-05-05 09:22:21 -06:00
include docs: filesystems: caching/backend-api.txt: convert it to ReST 2020-05-05 09:22:21 -06:00
init
ipc
kernel futex: get rid of a kernel-docs build warning 2020-04-20 15:45:41 -06:00
lib docs: Add rbtree documentation to the core-api 2020-04-21 10:29:19 -06:00
mm docs: fix broken references to text files 2020-04-20 15:35:59 -06:00
net
samples
scripts scripts: sphinx-pre-install: change the output order 2020-04-28 12:52:52 -06:00
security
sound
tools docs: Add rbtree documentation to the core-api 2020-04-21 10:29:19 -06:00
usr
virt docs: fix broken references to text files 2020-04-20 15:35:59 -06:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: Add entry for Leonardo Bras 2020-04-28 12:27:45 -06:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: filesystems: convert coda.txt to ReST 2020-05-05 09:22:21 -06:00
Makefile Linux 5.7-rc1 2020-04-12 12:35:55 -07:00
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.