diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-09-23 19:05:18 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-09-23 19:06:06 +0000 |
| commit | 38f6a4467419f5b2344d184baa454c126e2919a9 (patch) | |
| tree | 8b2a9571416b2a4bf6c6368de8d6054ce0d29701 | |
| parent | 749a9266982b8e012b5ec370b2fdfef11f34c0b2 (diff) | |
blackhole.4: Describe better
Rewrite the document description to fit cleanly on one line and omit
crossreferences, to clean up apropos results.
MFC after: 3 days
Reviewed by: tuexen, cperciva
Differential Revision: https://reviews.freebsd.org/D52695
| -rw-r--r-- | share/man/man4/blackhole.4 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man4/blackhole.4 b/share/man/man4/blackhole.4 index bb955fd4497d..56b1b52b9212 100644 --- a/share/man/man4/blackhole.4 +++ b/share/man/man4/blackhole.4 @@ -10,15 +10,12 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" -.Dd May 25, 2024 +.Dd September 23, 2025 .Dt BLACKHOLE 4 .Os .Sh NAME .Nm blackhole -.Nd a -.Xr sysctl 8 -MIB for manipulating behaviour in respect of refused SCTP, TCP, or UDP connection -attempts +.Nd quietly drop refused SCTP, TCP, or UDP connections .Sh SYNOPSIS .Cd sysctl net.inet.sctp.blackhole Ns Op = Ns Brq "0 | 1 | 2" .Cd sysctl net.inet.tcp.blackhole Ns Op = Ns Brq "0 | 1 | 2 | 3" |
