diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-09-09 14:15:08 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-09-09 14:15:08 +0200 |
| commit | 96e72ec1fbadd13cbcbc2b263540e4f5e9e09d7c (patch) | |
| tree | 70686b943e33a6e939ad265acb7ddfef70b91f32 /man/man5/protocols.5 | |
| parent | 8f4ed6463206e8ede815c72085c7305dafc2e4fc (diff) | |
| download | man-pages-96e72ec1fbadd13cbcbc2b263540e4f5e9e09d7c.tar.gz | |
Revert "src.mk, All pages: Move man* to man/"
This reverts commit 70ac1c4785fc1e158ab2349a962dba2526bf4fbc.
Link: <https://lore.kernel.org/linux-man/YxcV4h+Xn7cd6+q2@pevik/T/>
Reported-by: Petr Vorel <pvorel@suse.cz>
Reported-by: Jakub Wilk <jwilk@jwilk.net>
Cc: Stefan Puiu <stefan.puiu@gmail.com>
Signed-off-by: Alex Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man/man5/protocols.5')
| -rw-r--r-- | man/man5/protocols.5 | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/man/man5/protocols.5 b/man/man5/protocols.5 deleted file mode 100644 index e5971ee6b1..0000000000 --- a/man/man5/protocols.5 +++ /dev/null @@ -1,66 +0,0 @@ -.\" Copyright (c) 1995 Martin Schulze <joey@infodrom.north.de> -.\" -.\" SPDX-License-Identifier: GPL-2.0-or-later -.\" -.\" 1995-10-18 Martin Schulze <joey@infodrom.north.de> -.\" * first released -.\" 2002-09-22 Seth W. Klein <sk@sethwklein.net> -.\" * protocol numbers are now assigned by the IANA -.\" -.TH PROTOCOLS 5 2012-08-05 "Linux man-pages (unreleased)" -.SH NAME -protocols \- protocols definition file -.SH DESCRIPTION -This file is a plain ASCII file, describing the various DARPA internet -protocols that are available from the TCP/IP subsystem. -It should be -consulted instead of using the numbers in the ARPA include files, or, -even worse, just guessing them. -These numbers will occur in the -protocol field of any IP header. -.PP -Keep this file untouched since changes would result in incorrect IP -packages. -Protocol numbers and names are specified by the IANA -(Internet Assigned Numbers Authority). -.\" .. by the DDN Network Information Center. -.PP -Each line is of the following format: -.PP -.RS -.I protocol number aliases ... -.RE -.PP -where the fields are delimited by spaces or tabs. -Empty lines are ignored. -If a line contains a hash mark (#), the hash mark and the part -of the line following it are ignored. -.PP -The field descriptions are: -.TP -.I protocol -the native name for the protocol. -For example -.IR ip , -.IR tcp , -or -.IR udp . -.TP -.I number -the official number for this protocol as it will appear within the IP -header. -.TP -.I aliases -optional aliases for the protocol. -.PP -This file might be distributed over a network using a network-wide -naming service like Yellow Pages/NIS or BIND/Hesiod. -.SH FILES -.TP -.I /etc/protocols -The protocols definition file. -.SH SEE ALSO -.BR getprotoent (3) -.PP -.UR http://www.iana.org\:/assignments\:/protocol\-numbers -.UE |
