summaryrefslogtreecommitdiffstats
path: root/Documentation/sysctl/user.txt
Commit message (Collapse)AuthorAgeFilesLines
* docs: sysctl: convert to ReSTMauro Carvalho Chehab2019-07-151-66/+0
| | | | | | | | | | | | | | | | | Rename the /proc/sys/ documentation files to ReST, using the README file as a template for an index.rst, adding the other files there via TOC markup. Despite being written on different times with different styles, try to make them somewhat coherent with a similar look and feel, ensuring that they'll look nice as both raw text file and as via the html output produced by the Sphinx build system. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
* Documentation/sysctl/user.txt: fix typoKangmin Park2018-02-061-1/+1
| | | | | | | | | | | Fix 'documetation' to 'documentation' Link: http://lkml.kernel.org/r/CAKW4uUxRPZz59aWAX8ytaCB5=Qh6d_CvAnO7rYq-6NRAnQJbDA@mail.gmail.com Signed-off-by: Kangmin Park <l4stpr0gr4m@gmail.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Cc: Jiri Kosina <trivial@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* userns; Document per user per user namespace limits.Eric W. Biederman2016-09-221-0/+66
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>