History log of /freebsd-current/sbin/ipf/ipf/ipf.5
Revision Date Author Comments
# c1f6704b 15-Oct-2023 Elyes Haouas <ehaouas@noos.fr>

ipf: Fix some typos

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>


# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# 8a3568b5 02-Apr-2022 Gordon Bergling <gbe@FreeBSD.org>

ipf(5): Fix a typo in the manual page

- s/accomodate/accommodate/

MFC after: 3 days


# ad07e93f 04-Jan-2022 Cy Schubert <cy@FreeBSD.org>

ipfilter: Fix manpage typos

Reported by: jrtc27
Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329
MFC after: 1 month


# 2582ae57 21-Dec-2021 Cy Schubert <cy@FreeBSD.org>

ipfilter: Adjust userland returns to conform to style(9)

Adjust ipfilter's userland return statements to conform to style(9).

MFC after: 1 month


# 41edb306 15-Dec-2021 Cy Schubert <cy@FreeBSD.org>

ipfilter: Move userland bits to sbin

Through fixes and improvements our ipfilter sources have diverged
enough to warrant move from contrib into sbin/ipf. Now that I'm
planning on implementing MSS clamping as in iptables it makes more
sense to move ipfilter to sbin.

This is the second of three commits of the ipfilter move.

Suggested by glebius on two occaions.

Suggested by and discussed with: glebius
Reviewed by: glebius, kp (for #network)
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D33510