A mirror of Man pages
Go to file
Devin J. Pohly 1b0b13fe97 veth.4: Add a more direct example
iproute2 allows you to specify the netns for either side of a veth
interface at creation time.  Add an example of this to veth(4) so
it doesn't sound like you have to move the interfaces in a
separate step.

Verified with commands:
    # ip netns add alpha
    # ip netns add bravo
    # ip link add foo netns alpha type veth peer bar netns bravo
    # ip -n alpha link show
    # ip -n bravo link show

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2020-05-19 21:53:28 +02:00
man1 Various pages: Add missing commas in SEE ALSO part II 2020-05-18 21:37:48 +02:00
man2 clone.2: Note a performance benefit of CLONE_INTO_CGROUP 2020-05-19 21:41:08 +02:00
man3 pipe.2, sigaltstack.2, abort.3, signal.7: Place SH sections in standard order 2020-05-19 15:45:01 +02:00
man4 veth.4: Add a more direct example 2020-05-19 21:53:28 +02:00
man5 filesystems.5: SEE ALSO: add sysfs(5) and xfs(5) 2020-05-15 11:50:47 +02:00
man6 intro.6: wfix 2017-08-25 21:41:03 +02:00
man7 hier.7: Updating from FHS 2.3 to 3.0 2020-05-19 21:48:04 +02:00
man8 zdump.8: ffix 2020-04-27 07:17:24 +02:00
scripts scripts: mark them executable 2018-05-31 21:34:32 +02:00
CONTRIBUTING CONTRIBUTING: New file with some starting tips on how to contribute 2019-09-13 15:59:08 +02:00
Changes Start of man-pages-5.07: updating Changes and Changes.old 2020-04-12 08:32:06 +02:00
Changes.old Changes.old: Fixes to 5.06 change log 2020-04-12 09:34:30 +02:00
Makefile Makefile: Remove a redundant comment 2017-11-20 10:38:10 +01:00
README README: Remove "Man page overlap and duplication" section 2020-04-13 09:06:45 +02:00
man-pages-5.07.Announce Start of man-pages-5.07: updating .Announce and .lsm files 2020-04-12 08:32:06 +02:00
man-pages-5.07.lsm Start of man-pages-5.07: updating .Announce and .lsm files 2020-04-12 08:32:06 +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.

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

Bug reports and contributing
============================
If you have corrections and additions to suggest, see
http://www.kernel.org/doc/man-pages/contributing.html
(Although there is a mirror of this repository on GitHub,
please don't report issues via the GitHub issue tracker!)

For further information on contributing, see the CONTRIBUTING 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".

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