Linux kernel source tree
Go to file
Stan Drozd e884dbcb3c docs: Fix a spelling error in ioctl-number.txt
This commit fixes a misspelled header name in the ioctl numbers list

Signed-off-by: Stan Drozd <drozdziak1@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2017-04-27 15:54:38 -06:00
arch Second batch of KVM changes for 4.11 merge window 2017-03-04 11:36:19 -08:00
block kernel-api.rst: fix a series of errors when parsing C files 2017-04-02 14:31:49 -06:00
certs
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2017-03-04 10:42:53 -08:00
Documentation docs: Fix a spelling error in ioctl-number.txt 2017-04-27 15:54:38 -06:00
drivers convert philips.txt to ReST and add to media docs 2017-04-20 15:31:07 -06:00
firmware
fs
include usb: gadget.h: be consistent at kernel doc macros 2017-04-11 14:41:13 -06:00
init
ipc kernel-api.rst: fix a series of errors when parsing C files 2017-04-02 14:31:49 -06:00
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-03-04 17:31:39 -08:00
lib kernel-api.rst: fix a series of errors when parsing C files 2017-04-02 14:31:49 -06:00
mm kernel-api.rst: fix a series of errors when parsing C files 2017-04-02 14:31:49 -06:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-03-04 17:31:39 -08:00
samples
scripts scripts/kernel-doc: fix handling of parameters with parenthesis 2017-04-02 14:06:56 -06:00
security kernel-api.rst: fix a series of errors when parsing C files 2017-04-02 14:31:49 -06:00
sound
tools Second batch of KVM changes for 4.11 merge window 2017-03-04 11:36:19 -08:00
usr
virt Second batch of KVM changes for 4.11 merge window 2017-03-04 11:36:19 -08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update file entry for HSI subsystem 2017-04-27 15:54:38 -06:00
Makefile sparse doc: fix reference path 2017-03-31 09:18:38 -06:00
README

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

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.