git: 69d793a2b72e - main - mdoc style: new sentence, new line.

From: Christian Brueffer <brueffer_at_FreeBSD.org>
Date: Fri, 25 Feb 2022 16:41:27 UTC
The branch main has been updated by brueffer:

URL: https://cgit.FreeBSD.org/src/commit/?id=69d793a2b72eba09ca01db6a5ecda1375d2e34cc

commit 69d793a2b72eba09ca01db6a5ecda1375d2e34cc
Author:     Christian Brueffer <brueffer@FreeBSD.org>
AuthorDate: 2022-02-25 13:19:12 +0000
Commit:     Christian Brueffer <brueffer@FreeBSD.org>
CommitDate: 2022-02-25 16:41:08 +0000

    mdoc style: new sentence, new line.
---
 share/man/man4/ena.4 | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/share/man/man4/ena.4 b/share/man/man4/ena.4
index 9bc142c458a9..ed4c5f56b33a 100644
--- a/share/man/man4/ena.4
+++ b/share/man/man4/ena.4
@@ -72,8 +72,9 @@ interrupt vector per Tx/Rx queue pair, and CPU cacheline optimized
 data placement.
 .Pp
 When RSS is enabled, each Tx/Rx queue pair is bound to a corresponding
-CPU core and its NUMA domain. The order of those bindings is based on
-the RSS bucket mapping. For builds with RSS support disabled, the
+CPU core and its NUMA domain.
+The order of those bindings is based on the RSS bucket mapping.
+For builds with RSS support disabled, the
 CPU and NUMA management is left to the kernel.
 .Pp
 The
@@ -290,7 +291,8 @@ The default is x:y key-pairs of indir_table_size length.
 Updates selected indices of the RSS indirection table.
 .Pp
 The entry string consists of one or more x:y keypairs, where x stands for
-the table index and y for its new value. Table indices that don't need to be
+the table index and y for its new value.
+Table indices that don't need to be
 updated can be omitted from the string and will retain their existing values.
 .Pp
 If an index is entered more than once, the last value is used.