The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=02494584a52eceee40c6a638170fc3f9366a5bf2
commit 02494584a52eceee40c6a638170fc3f9366a5bf2 Author: Michael Tuexen <[email protected]> AuthorDate: 2025-12-18 14:57:46 +0000 Commit: Michael Tuexen <[email protected]> CommitDate: 2026-01-21 12:39:05 +0000 vtnet.4: put each sentence on its own line Reported by: ziaee Fixes: e3a0571ad74d ("vtnet: expose flags via sysctl tree") (cherry picked from commit f6e183301851e3e826d53a29e76cfc9bc7626477) --- 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 da35c93ae8ef..9836f38cb274 100644 --- a/share/man/man4/vtnet.4 +++ b/share/man/man4/vtnet.4 @@ -268,7 +268,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 ,
