diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-08 13:47:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-08 13:47:29 +0000 |
commit | 10887a59cec908baa4212b9ba2a8439f8e9338ad (patch) | |
tree | afeb28721f45d9478556f06eea3c98910d2990eb | |
parent | e651fa4da4688a8131c4fbc75333db879909a7c2 (diff) |
- fix an .Nd
- \" -> .\" at start of line
- simpler macros
-rw-r--r-- | libexec/tcpd/tcpd/tcpd.8 | 11 | ||||
-rw-r--r-- | libexec/tcpd/tcpdchk/tcpdchk.8 | 4 | ||||
-rw-r--r-- | libexec/tcpd/tcpdmatch/tcpdmatch.8 | 19 |
3 files changed, 13 insertions, 21 deletions
diff --git a/libexec/tcpd/tcpd/tcpd.8 b/libexec/tcpd/tcpd/tcpd.8 index 943d12ee7fd..49ee0c95d2f 100644 --- a/libexec/tcpd/tcpd/tcpd.8 +++ b/libexec/tcpd/tcpd/tcpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpd.8,v 1.17 2003/06/03 21:09:00 deraadt Exp $ +.\" $OpenBSD: tcpd.8,v 1.18 2003/07/08 13:47:28 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -88,7 +88,7 @@ For details, see the manual page. .Sh HOST NAME VERIFICATION The authentication scheme of some protocols -.Pf ( Xr rsh 1 ) +.Pq Xr rsh 1 relies on host names. Some implementations believe the host name that they get from any random name server; other implementations are more careful but use a flawed algorithm. @@ -173,13 +173,11 @@ service, perform the following edits on the .Xr inetd 8 configuration file, .Pa /etc/inetd.conf : -.Pp .Bd -unfilled -offset indent finger stream tcp nowait nobody /usr/libexec/fingerd fingerd .Ed .Pp becomes: -.Pp .Bd -unfilled -offset indent finger stream tcp nowait nobody /usr/libexec/tcpd fingerd .Ed @@ -204,13 +202,12 @@ or otherwise), edit the configuration file so that it specifies an absolute path name for the process name field. For example: -.Pp .Bd -unfilled ntalk dgram udp wait root /usr/libexec/tcpd /usr/local/lib/ntalkd .Ed .Pp Only the last component -.Pf ( Nm ntalkd ) +.Pq Nm ntalkd of the pathname will be used for access control and logging. .Sh SEE ALSO .Xr hosts_access 5 , @@ -224,7 +221,7 @@ Eindhoven University of Technology Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands .Ed -\" @(#) tcpd.8 1.5 96/02/21 16:39:16 +.\" @(#) tcpd.8 1.5 96/02/21 16:39:16 .Sh BUGS Some UDP (and RPC) daemons linger around for a while after they have finished their work, in case another request comes in. diff --git a/libexec/tcpd/tcpdchk/tcpdchk.8 b/libexec/tcpd/tcpdchk/tcpdchk.8 index ae54d2a6f83..6148e6bccb0 100644 --- a/libexec/tcpd/tcpdchk/tcpdchk.8 +++ b/libexec/tcpd/tcpdchk/tcpdchk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdchk.8,v 1.10 2003/06/03 21:09:00 deraadt Exp $ +.\" $OpenBSD: tcpdchk.8,v 1.11 2003/07/08 13:47:28 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -112,4 +112,4 @@ Eindhoven University of Technology Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands .Ed -\" @(#) tcpdchk.8 1.3 95/01/08 17:00:30 +.\" @(#) tcpdchk.8 1.3 95/01/08 17:00:30 diff --git a/libexec/tcpd/tcpdmatch/tcpdmatch.8 b/libexec/tcpd/tcpdmatch/tcpdmatch.8 index ac4cf2640d7..d591a3c2e28 100644 --- a/libexec/tcpd/tcpdmatch/tcpdmatch.8 +++ b/libexec/tcpd/tcpdmatch/tcpdmatch.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdmatch.8,v 1.13 2003/06/03 21:09:01 deraadt Exp $ +.\" $OpenBSD: tcpdmatch.8,v 1.14 2003/07/08 13:47:28 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -27,7 +27,8 @@ .Dt TCPDMATCH 8 .Os .Sh NAME -tcpdmatch \- tcp wrapper oracle +.Nm tcpdmatch +.Nd tcp wrapper oracle .Sh SYNOPSIS .Nm tcpdmatch .Op Fl d @@ -147,23 +148,17 @@ To predict how .Xr tcpd 8 would handle a telnet request from the local system: .Pp -.Bd -unfilled -offset indent -$ tcpdmatch telnetd localhost -.Ed +.Dl $ tcpdmatch telnetd localhost .Pp The same request, pretending that hostname lookup failed: .Pp -.Bd -unfilled -offset indent -$ tcpdmatch telnetd 127.0.0.1 -.Ed +.Dl $ tcpdmatch telnetd 127.0.0.1 .Pp To predict what .Xr tcpd 8 would do when the client name does not match the client address: .Pp -.Bd -unfilled -offset indent -$ tcpdmatch telnetd paranoid -.Ed +.Dl $ tcpdmatch telnetd paranoid .\" .Pp .\" On some systems, daemon names have no `in.' prefix, or .\" .Nm tcpdmatch\ @@ -181,4 +176,4 @@ Eindhoven University of Technology Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands .Ed -\" @(#) tcpdmatch.8 1.5 96/02/11 17:01:35 +.\" @(#) tcpdmatch.8 1.5 96/02/11 17:01:35 |