diff options
| author | Graham Percival <gperciva@tarsnap.com> | 2024-10-16 22:46:40 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2024-10-28 15:26:03 +0000 |
| commit | 759ddb4d246f5db5963369a82f1ab165d0dfccce (patch) | |
| tree | 1a3e20fc39d121673b339e24dcee25627416a6fa /sbin/ipf | |
| parent | abfd031b482f92320e29a2c2ac80fcd23e134446 (diff) | |
Diffstat (limited to 'sbin/ipf')
| -rw-r--r-- | sbin/ipf/ipf/ipf.5 | 2 | ||||
| -rw-r--r-- | sbin/ipf/ipf/ipf.8 | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ipf/ipf/ipf.5 b/sbin/ipf/ipf/ipf.5 index 9cde8be0b1d5..423e0de1b34e 100644 --- a/sbin/ipf/ipf/ipf.5 +++ b/sbin/ipf/ipf/ipf.5 @@ -295,7 +295,7 @@ proto-unr (protocol unreachable) the IP protocol specified in the packet is not available to receive packets. -.DE +.RE .PP An example that shows how to send back a port unreachable packet for UDP packets to 192.168.1.0/24 is as follows: diff --git a/sbin/ipf/ipf/ipf.8 b/sbin/ipf/ipf/ipf.8 index 1c45b017e117..38cac51435d1 100644 --- a/sbin/ipf/ipf/ipf.8 +++ b/sbin/ipf/ipf/ipf.8 @@ -158,7 +158,8 @@ Zero global statistics held in the kernel for filtering only (this doesn't affect fragment or state statistics). .DT .SH ENVIRONMENT -.NM utilizes the following environment variable. +.B ipf +utilizes the following environment variable. .TP .B IPF_PREDEFINED ipfilter variables, see VARIABLES in ipf(5), can be specified in this |
