OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man5 / services.5
index 7b3f16f..a7a62e0 100644 (file)
@@ -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
@@ -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
@@ -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
@@ -218,3 +219,12 @@ Definition of
 .BR inetd (8)
 
 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/.