X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman5%2Fservices.5;h=a7a62e0db7772e6cdce924e2250de7193793272c;hp=3f272a4322395099e281cd09428d82c251385643;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=633a2252e0be3c867dce264a180a89ce8181d36f diff --git a/original/man5/services.5 b/original/man5/services.5 index 3f272a43..a7a62e0d 100644 --- a/original/man5/services.5 +++ b/original/man5/services.5 @@ -1,9 +1,8 @@ -.\" Hey Emacs! This file is -*- nroff -*- source. -.\" .\" This manpage is Copyright (C) 1996 Austin Donnelly , .\" with additional material Copyright (c) 1995 Martin Schulze .\" .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -23,6 +22,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .\" This manpage was made by merging two independently written manpages, .\" one written by Martin Schulze (18 Oct 95), the other written by @@ -31,7 +31,7 @@ .\" Thu Jan 11 12:14:41 1996 Austin Donnelly .\" * Merged two services(5) manpages .\" -.TH SERVICES 5 2008-09-23 "Linux" "Linux Programmer's Manual" +.TH SERVICES 5 2010-05-22 "Linux" "Linux Programmer's Manual" .SH NAME services \- Internet network services list .SH DESCRIPTION @@ -56,8 +56,8 @@ protocols when assigning a port number. Therefore, most entries will have two entries, even for TCP-only services. -Port numbers below 1024 (so-called "low numbered" ports) can only be -bound to by root (see +Port numbers below 1024 (so-called "low numbered" ports) can be +bound to only by root (see .BR bind (2), .BR tcp (7), and @@ -120,7 +120,7 @@ and .TP .I aliases is an optional space or tab separated list of other names for this -service (but see the BUGS section below). +service. Again, the names are case sensitive. .PP @@ -138,7 +138,7 @@ not stripped. can be any printable characters excluding space and tab. However, a conservative choice of characters should be used to minimize compatibility problems. -E.g., a\-z, 0\-9, and hyphen (\-) would seem a +For example, a\-z, 0\-9, and hyphen (\-) would seem a sensible choice. Lines not matching this format should not be present in the @@ -152,7 +152,7 @@ However, this behavior should not be relied on.) .\" The following is not true as at glibc 2.8 (a line with a comma is .\" ignored by getservent()); it's not clear if/when it was ever true. -.\" As a backwards compatibility feature, the slash (/) between the +.\" As a backward compatibility feature, the slash (/) between the .\" .I port .\" number and .\" .I protocol @@ -167,9 +167,9 @@ A sample .B services file might look like this: .RS +.ft CW .nf .sp -.ta 3i netstat 15/tcp qotd 17/tcp quote msp 18/tcp # message send protocol @@ -180,6 +180,7 @@ ftp 21/tcp # 22 \- unassigned telnet 23/tcp .fi +.ft .RE .SH FILES .TP @@ -206,7 +207,7 @@ Definition of .\" and .\" .BR getservbyport (3). .\" However, this will also cause the next line to be mis-parsed. -.SH "SEE ALSO" +.SH SEE ALSO .BR listen (2), .BR endservent (3), .BR getservbyname (3), @@ -217,4 +218,13 @@ Definition of .BR protocols (5), .BR inetd (8) -Assigned Numbers RFC, most recently RFC\ 1700, (AKA STD0002) +Assigned Numbers RFC, most recently RFC\ 1700, (AKA STD0002). +.SH COLOPHON +This page is part of release 3.79 of the Linux +.I man-pages +project. +A description of the project, +information about reporting bugs, +and the latest version of this page, +can be found at +\%http://www.kernel.org/doc/man\-pages/.