diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-06 13:28:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-06 13:28:14 +0000 |
commit | 79ca0bc1355b06fab66aa313da8c8a079b16be0c (patch) | |
tree | 92e5ce62fe0e6e606bd30af72e7b209fbfa29e80 /share/man/man5/services.5 | |
parent | 4ece5e8df26ca5a4f844f7b4dc21e062960d4723 (diff) |
- section reorder
- macro fixes
- kill whitespace at EOL
Diffstat (limited to 'share/man/man5/services.5')
-rw-r--r-- | share/man/man5/services.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/services.5 b/share/man/man5/services.5 index f85098fb42e..ed0fa1d455b 100644 --- a/share/man/man5/services.5 +++ b/share/man/man5/services.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: services.5,v 1.10 2003/06/02 23:30:14 millert Exp $ +.\" $OpenBSD: services.5,v 1.11 2003/06/06 13:28:13 jmc Exp $ .\" $NetBSD: services.5,v 1.3 1994/11/30 19:31:31 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -70,6 +70,11 @@ field delimiter, newline, or comment character. .El .Sh SEE ALSO .Xr getservent 3 +.Sh HISTORY +The +.Nm +file format appeared in +.Bx 4.2 . .Sh BUGS A name server should be used instead of a static file. Lines in @@ -78,8 +83,3 @@ are limited to .Dv BUFSIZ characters (currently 1024). Longer lines will be ignored. -.Sh HISTORY -The -.Nm -file format appeared in -.Bx 4.2 . |