History log of /freebsd/sbin/ipf/ippool/ippool.5 (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 278a726e 04-Mar-2025 Cy Schubert <cy@FreeBSD.org>

ipf: Correct ippool.5 man page

The file URL must be enclosed in quotes.

MFC after: 3 days


Revision tags: release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0
# e413da13 13-Nov-2024 Graham Percival <gperciva@tarsnap.com>

manuals: fix "PP after SS | SH" warnings

The full mandoc warnings were:
skipping paragraph macro: PP after SS
skipping paragraph macro: PP after SH

The rendered output (in ascii and html) i

manuals: fix "PP after SS | SH" warnings

The full mandoc warnings were:
skipping paragraph macro: PP after SS
skipping paragraph macro: PP after SH

The rendered output (in ascii and html) is not affected by this commit.

Fixes made by script in https://github.com/Tarsnap/freebsd-doc-scripts

Signed-off-by: Graham Percival <gperciva@tarsnap.com>
Reviewed by: jlduran, mhorne
MFC after: 1 week
Sponsored by: Tarsnap Backup Inc.
Pull Request: https://github.com/freebsd/freebsd-src/pull/1524

show more ...


Revision tags: release/13.4.0, release/14.1.0, release/13.3.0
# 359fc7eb 04-Jan-2024 Jens Schweikhardt <schweikh@FreeBSD.org>

Typos corrected; dependant, addres.


Revision tags: release/14.0.0
# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

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


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0
# 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 cl

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

show more ...