diff options
| author | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-10-03 04:36:40 -0700 |
|---|---|---|
| committer | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-10-03 04:36:40 -0700 |
| commit | ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab (patch) | |
| tree | 3b2f488c4a03bda877119449bd63c01fa32aa6f2 /usr/src/man/man1m/tcpdmatch.1m | |
| parent | af8dc4373b25cce2c0bbb80f24e791f99eccbb6f (diff) | |
| download | illumos-joyent-ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab.tar.gz | |
1502 Remove conversion cruft from manpages
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Garrett D'Amore <garrett.damore@gmail.com>
Diffstat (limited to 'usr/src/man/man1m/tcpdmatch.1m')
| -rw-r--r-- | usr/src/man/man1m/tcpdmatch.1m | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/usr/src/man/man1m/tcpdmatch.1m b/usr/src/man/man1m/tcpdmatch.1m index 2599717b2c..96929f238f 100644 --- a/usr/src/man/man1m/tcpdmatch.1m +++ b/usr/src/man/man1m/tcpdmatch.1m @@ -2,8 +2,8 @@ .\" .\" Modified for Solaris to to add the Solaris stability classification, .\" and to add a note about source availability. -.\" -.TH TCPDMATCH 1M +.\" +.TH TCPDMATCH 1M "Sep 15, 2011" .SH NAME tcpdmatch \- tcp wrapper oracle .SH SYNOPSYS @@ -61,18 +61,15 @@ you suspect that the program uses the wrong one. To predict how \fItcpd\fR would handle a telnet request from the local system: .sp -.ti +5 tcpdmatch in.telnetd localhost .PP The same request, pretending that hostname lookup failed: .sp -.ti +5 tcpdmatch in.telnetd 127.0.0.1 .PP To predict what tcpd would do when the client name does not match the client address: .sp -.ti +5 tcpdmatch in.telnetd paranoid .PP On some systems, daemon names have no `in.' prefix, or \fItcpdmatch\fR @@ -96,11 +93,10 @@ inetadm(1M), managing inetd services in the Service Management Framework. .SH AUTHORS .na -.nf 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 \" @(#) tcpdmatch.8 1.5 96/02/11 17:01:35 .\" Begin Sun update @@ -111,10 +107,10 @@ for descriptions of the following attributes: .sp .TS box; -cbp-1 | cbp-1 +c | c l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Interface Stability Committed -.TE +.TE .\" End Sun update |
