diff options
author | ru <ru@FreeBSD.org> | 2003-06-13 21:39:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-06-13 21:39:22 +0000 |
commit | 0d2c955d09d34c5776d539b2f79b5668504201a5 (patch) | |
tree | d5536c0ecf208fc4560fcbe40c89a43f0621a4c0 /lib/libalias | |
parent | 428474879116b1fa304484a3d9c85c89cc894baf (diff) | |
download | FreeBSD-src-0d2c955d09d34c5776d539b2f79b5668504201a5.zip FreeBSD-src-0d2c955d09d34c5776d539b2f79b5668504201a5.tar.gz |
Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argument
limit" mdoc(7) atavism.
Diffstat (limited to 'lib/libalias')
-rw-r--r-- | lib/libalias/libalias.3 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3 index 90cf727..d9fff6a 100644 --- a/lib/libalias/libalias.3 +++ b/lib/libalias/libalias.3 @@ -611,9 +611,7 @@ as the first piece of data in the TCP stream in the format Only packets with the destination port .Ar portnum are proxied. -.It Cm server Ar host Ns Xo -.Op : Ns Ar portnum -.Xc +.It Cm server Ar host Ns Op : Ns Ar portnum This specifies the .Ar host and @@ -648,9 +646,7 @@ When used, all existing rules with the given are deleted. .It Cm proto tcp | udp If specified, only packets of the given protocol type are matched. -.It Cm src Ar IP Ns Xo -.Op / Ns Ar bits -.Xc +.It Cm src Ar IP Ns Op / Ns Ar bits If specified, only packets with a source address matching the given .Ar IP are matched. @@ -662,9 +658,7 @@ bits of .Ar IP are taken as a network specification, and all IP addresses from that network will be matched. -.It Cm dst Ar IP Ns Xo -.Op / Ns Ar bits -.Xc +.It Cm dst Ar IP Ns Op / Ns Ar bits If specified, only packets with a destination address matching the given .Ar IP are matched. |