#
f16ca171 |
| 04-Feb-2025 |
Olivier Cochard <olivier@FreeBSD.org> |
man: Remove references to classful networks
Update wording in manual pages to replace references to classful networks with CIDR notation.
Approved by: glebius, dhw Sponsored by: Netflix Differentia
man: Remove references to classful networks
Update wording in manual pages to replace references to classful networks with CIDR notation.
Approved by: glebius, dhw Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D48853
show more ...
|
Revision tags: 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, release/14.0.0 |
|
#
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/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
d7958fe1 |
| 08-Apr-2022 |
Gordon Bergling <gbe@FreeBSD.org> |
ipnat(5): Fix a double word in the manual page
- s/be be/be/
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 |
| 22-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 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 ...
|