A mirror of Man pages
Go to file
Eugene Syromyatnikov e94de16843 proc.5: Update reference to kernel's crypto API documentation
DocBook documentation has been removed in commit
v4.13-rc1~34^2~21^2~11.  Crypto API has been converted to
ReStructured format during the Linux 4.10 development cycle
(see commits v4.10-rc1~40^2~8 and v4.10-rc1~40^2~7).

* man5/proc.5 (.SS Files and directories) <.TP .I /proc/crypto>:
  Amend the reference to the kernel's crypto API documentation
  with the new location, effective since Linux 4.10.

Signed-off-by: Eugene Syromyatnikov <evgsyr@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2017-09-11 13:09:18 +02:00
man1 pldd.1: srcfix 2017-09-06 20:39:32 +02:00
man2 unshare.2: Update pointer to in-kernel unshare documentation 2017-09-11 12:51:54 +02:00
man3 sincos.3: Note that sincos() is intended to be more efficient than sin() + cos() 2017-09-11 07:42:42 +02:00
man4 initrd.4, proc.5, bootparam.7: Update pointer to in-kernel initrd documentation 2017-09-11 12:55:40 +02:00
man5 proc.5: Update reference to kernel's crypto API documentation 2017-09-11 13:09:18 +02:00
man6 intro.6: wfix 2017-08-25 21:41:03 +02:00
man7 initrd.4, proc.5, bootparam.7: Update pointer to in-kernel initrd documentation 2017-09-11 12:55:40 +02:00
man8 zdump.8: wfix 2017-08-25 21:41:02 +02:00
scripts man_show_fixme.sh: Fix rendering issue 2016-12-27 09:36:23 +01:00
Changes tzfile.5: Sync from tzdb upstream 2017-08-12 21:53:47 +02:00
Changes.old Changes.old: tfix 2017-07-22 09:18:57 +02:00
Makefile Makefile: Drop compression support and 'screen' target 2016-04-20 14:06:00 +02:00
README README: tfix 2017-05-13 20:14:15 +02:00
man-pages-4.13.Announce Start of man-pages-4.13: updating .Announce and .lsm files 2017-07-14 00:12:22 +02:00
man-pages-4.13.lsm Start of man-pages-4.13: updating .Announce and .lsm files 2017-07-14 00:12:22 +02:00

README

This package contains Linux man pages for sections 1 through 8.  Some
more information is given in the 'man-pages-x.y.Announce' file.

Installing and uninstalling
===========================
"make install" will copy these man pages to /usr/share/man/man[1-8].

To install to a path different from /usr, use
"make install prefix=/install/path".

"make remove" or "make uninstall" will remove any man page in this
distribution from its destination.  Use with caution, and remember to
use "prefix" if desired, as with the "install" target.

"make" or "make all" will perform "make uninstall" followed by "make
install".

Man page overlap and duplication
================================
Note that sometimes these pages are duplicates of pages also distributed
in other packages.  This has been reported about:

man page                also found in
-------------------------------------
resolver.3              bind-utils, bind9utils
resolv.conf.5           "
passwd.5                shadow, passwd
mailaddr.7              ?

Copyrights
==========
See the 'man-pages-x.y.Announce' file.

Homepage
========
For much more about the Linux man-pages project, see
http://www.kernel.org/doc/man-pages/index.html.