The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=f9160912415eef078c32317e02695bc0cc775d39
commit f9160912415eef078c32317e02695bc0cc775d39 Author: Alice Cariboni <[email protected]> AuthorDate: 2026-04-09 15:35:47 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2026-04-09 15:57:32 +0000 tuning.7: Fix suds typo in manual pages MFC after: 3 days Fixes: fc32c802158f Add two new manual pages Differential Revision: https://reviews.freebsd.org/D55814 --- share/man/man7/tuning.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7 index 586b63c247a8..831362e9e179 100644 --- a/share/man/man7/tuning.7 +++ b/share/man/man7/tuning.7 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd October 28, 2025 +.Dd April 9, 2026 .Dt TUNING 7 .Os .Sh NAME @@ -687,7 +687,7 @@ There are many solutions to saturated disks: increasing memory for caching, mirroring disks, distributing operations across several machines, and so forth. .Pp -Finally, you might run out of network suds. +Finally, you might run out of network resources. Optimize the network path as much as possible. For example, in
