summaryrefslogtreecommitdiff
path: root/share/man/man5/services.5
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-26 04:26:01 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-26 04:26:01 +0000
commitafc88d972b6b8111ad84d86b47ae95a4576a9f3a (patch)
tree773b06a3d43591b3f967fef9b599af954d196f13 /share/man/man5/services.5
parent73fecfbf6b26bfff2859905d05ce02787721db6c (diff)
share/man/man5/ man page repairs
Diffstat (limited to 'share/man/man5/services.5')
-rw-r--r--share/man/man5/services.519
1 files changed, 10 insertions, 9 deletions
diff --git a/share/man/man5/services.5 b/share/man/man5/services.5
index 9892018acbe..1b52ccbbc7c 100644
--- a/share/man/man5/services.5
+++ b/share/man/man5/services.5
@@ -1,3 +1,4 @@
+.\" $OpenBSD: services.5,v 1.3 1998/11/26 04:25:59 aaron Exp $
.\" $NetBSD: services.5,v 1.3 1994/11/30 19:31:31 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -59,9 +60,14 @@ Items are separated by any number of blanks and/or
tab characters. The port number and protocol name
are considered a single
.Em item ;
-a ``/'' is used to
-separate the port and protocol (e.g. ``512/tcp'').
-A ``#'' indicates the beginning of
+a
+.Dq /
+is used to
+separate the port and protocol (e.g.,
+.Dq 512/tcp ) .
+A
+.Dq #
+indicates the beginning of
a comment; subsequent characters up to the end of the line are
not interpreted by the routines which search the file.
.Pp
@@ -71,20 +77,15 @@ or comment character.
.Sh FILES
.Bl -tag -width /etc/services -compact
.It Pa /etc/services
-The
-.Nm services
-file resides in
-.Pa /etc .
.El
.Sh SEE ALSO
.Xr getservent 3
.Sh BUGS
A name server should be used instead of a static file.
-.br
Lines in
.Pa /etc/services
are limited to
-.Ev BUFSIZE
+.Dv BUFSIZE
characters (currently 1024). Longer lines will be ignored.
.Sh HISTORY
The