diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
commit | 078c2448197a826265f74828b3159d758f1f0ceb (patch) | |
tree | ef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /libexec/tcpd/tcpdchk | |
parent | 3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff) |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'libexec/tcpd/tcpdchk')
-rw-r--r-- | libexec/tcpd/tcpdchk/tcpdchk.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libexec/tcpd/tcpdchk/tcpdchk.8 b/libexec/tcpd/tcpdchk/tcpdchk.8 index 61ea6caed3c..d0f5de18ad8 100644 --- a/libexec/tcpd/tcpdchk/tcpdchk.8 +++ b/libexec/tcpd/tcpdchk/tcpdchk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdchk.8,v 1.5 1999/05/28 23:00:10 aaron Exp $ +.\" $OpenBSD: tcpdchk.8,v 1.6 1999/07/09 13:35:52 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -52,13 +52,13 @@ access control files (by default, these are and .Pa /etc/hosts.deny ) , and compares the -entries in these files against entries in the +entries in these files against entries in the .Xr inetd 8 network configuration file. .Pp .Nm tcpdchk reports problems such as non-existent pathnames; services -that appear in +that appear in .Xr tcpd 8 access control rules, but are not controlled by .Xr tcpd 8 ; @@ -69,7 +69,7 @@ inappropriate use of wildcard patterns; inappropriate use of NIS netgroups or references to non-existent NIS netgroups; references to non-existent options; invalid arguments to options; and so on. .Pp -Where possible, +Where possible, .Nm tcpdchk provides a helpful suggestion to fix the problem. .Sh OPTIONS @@ -80,7 +80,7 @@ ALLOW keyword. .\" This applies only when the extended access control .\" language is enabled (build with -DPROCESS_OPTIONS). .It Fl d -Examine +Examine .Pa hosts.allow and .Pa hosts.deny @@ -114,7 +114,7 @@ access control table (deny list) Wietse Venema (wietse@wzv.win.tue.nl), Department of Mathematics and Computing Science, Eindhoven University of Technology -Den Dolech 2, P.O. Box 513, +Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands .Ed \" @(#) tcpdchk.8 1.3 95/01/08 17:00:30 |