diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-02-29 04:48:40 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-02-29 04:48:40 +0000 |
commit | 5d3f36a2784372401ae7572a40f9f47769b7d577 (patch) | |
tree | 3d21a8e36286e47e2c219612db793934fcc75946 /share/man/man5/services.5 | |
parent | 632d71ab86f825e017ee5b912dbbc9006fdf81a7 (diff) |
Various cleanup.
Diffstat (limited to 'share/man/man5/services.5')
-rw-r--r-- | share/man/man5/services.5 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man5/services.5 b/share/man/man5/services.5 index 022fa635f25..ff81e755ba8 100644 --- a/share/man/man5/services.5 +++ b/share/man/man5/services.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: services.5,v 1.6 1999/07/09 13:35:39 aaron Exp $ +.\" $OpenBSD: services.5,v 1.7 2000/02/29 04:48:39 aaron Exp $ .\" $NetBSD: services.5,v 1.3 1994/11/30 19:31:31 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -58,15 +58,15 @@ aliases .Pp 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 -.Dq / +are considered a single item; +a slash +.Pq Ql / is used to separate the port and protocol (e.g., .Dq 512/tcp ) . -A -.Dq # +.Pp +A hash mark +.Pq Ql # 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. @@ -85,7 +85,7 @@ A name server should be used instead of a static file. Lines in .Pa /etc/services are limited to -.Dv BUFSIZE +.Dv BUFSIZ characters (currently 1024). Longer lines will be ignored. .Sh HISTORY The |