git: f0588c1cd8d9 - stable/14 - nuageinit.7: put each sentence on a new line

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Wed, 17 Sep 2025 19:42:27 UTC
The branch stable/14 has been updated by bapt:

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

commit f0588c1cd8d92f692f18debaf66a90c95e037022
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2025-08-22 19:06:45 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-09-17 19:40:59 +0000

    nuageinit.7: put each sentence on a new line
    
    (cherry picked from commit a7f19968ae5d5e7e5feba85d04698050fcaf784f)
---
 libexec/nuageinit/nuageinit.7 | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/libexec/nuageinit/nuageinit.7 b/libexec/nuageinit/nuageinit.7
index dac5527b75b7..e5da5cf342e1 100644
--- a/libexec/nuageinit/nuageinit.7
+++ b/libexec/nuageinit/nuageinit.7
@@ -205,21 +205,26 @@ rules are specified, an arbitrary name can be used
 .It Ic match
 This selects a subset of available physical devices by various hardware properties.
 The following configuration will then apply to all matching devices, as soon as
-they appear. All specified properties must match. The following properties for
+they appear.
+All specified properties must match.
+The following properties for
 creating matches are supported:
 .Bl -tag -width "macaddress"
 .It Ic macaddress
 .No Device's MAC address in the form Sy xx:xx:xx:xx:xx:xx Ns .
 Letters should be lowercase.
 .It Ic name
-Current interface name. Lua pattern-matching expressions are supported.
+Current interface name.
+Lua pattern-matching expressions are supported.
 .It Ic driver
-Interface driver name and unit number of the interface. Lua pattern-natching expressions
+Interface driver name and unit number of the interface.
+Lua pattern-natching expressions
 are supported.
 .El
 .It Ic set-name
 When matching on unique properties such as MAC, match rules can be written so that they
-match only one device. Then this property can be used to give that device a more
+match only one device.
+Then this property can be used to give that device a more
 specific/desirable/nicer name than the default.
 .Pp
 While multiple properties can be used in a match,
@@ -229,7 +234,8 @@ is required for nuageinit to perform the rename.
 The MTU key represents a device's Maximum Transmission Unit, the largest size packet
 or frame.
 .It Ic wakeonlan
-Enable wake on LAN. Off by default.
+Enable wake on LAN.
+Off by default.
 .It Ic dhcp4
 Configure the interface to use DHCP.
 .Pp
@@ -239,14 +245,16 @@ when both are specified.
 .It Ic addresses
 List of strings representing IPv4 or IPv6 addresses.
 .It Ic gateway4
-Set default gateway for IPv4, for manual address configuration. This requires setting
+Set default gateway for IPv4, for manual address configuration.
+This requires setting
 .Sy addresses
 too.
 .Pp
 Since only one default router can be configured at a time, this parameter is applied
 when processing the first entry, and any others are silently ignored.
 .It Ic gateway6
-Set default gateway for IPv6, for manual address configuration. This requires setting
+Set default gateway for IPv6, for manual address configuration.
+This requires setting
 .Sy addresses
 too.
 .Pp