The branch main has been updated by tuexen:

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

commit f6e183301851e3e826d53a29e76cfc9bc7626477
Author:     Michael Tuexen <[email protected]>
AuthorDate: 2025-12-18 14:57:46 +0000
Commit:     Michael Tuexen <[email protected]>
CommitDate: 2025-12-18 14:57:46 +0000

    vtnet.4: put each sentence on its own line
    
    Reported by:    ziaee
    Fixes:          e3a0571ad74d ("vtnet: expose flags via sysctl tree")
    MFC after:      1 week
---
 share/man/man4/vtnet.4 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/share/man/man4/vtnet.4 b/share/man/man4/vtnet.4
index 92f72030fc31..4ef8693305cf 100644
--- a/share/man/man4/vtnet.4
+++ b/share/man/man4/vtnet.4
@@ -272,7 +272,8 @@ The number of requested virtqueue pairs.
 .It Va dev.vtnet. Ns Ar X Ns Va .max_vq_pairs
 The maximum number of supported virtqueue pairs.
 .It Va dev.vtnet. Ns Ar X Ns Va .flags
-The flags of the interface. Mostly for debugging purposes.
+The flags of the interface.
+Mostly for debugging purposes.
 .El
 .Sh SEE ALSO
 .Xr arp 4 ,

Reply via email to