diff options
| author | Alice Cariboni <alice.cariboni@gmail.com> | 2026-04-09 15:35:47 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2026-04-09 15:57:32 +0000 |
| commit | f9160912415eef078c32317e02695bc0cc775d39 (patch) | |
| tree | 51369aa37f51c645b37862d58d1af80ddddf5b4a | |
| parent | 8672683ec80a6767b1aa12dedeed94d20ec57911 (diff) | |
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
| -rw-r--r-- | share/man/man7/tuning.7 | 4 |
1 files 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 |
