Skip to content

Commit a7f1996

Browse files
Maxim KonovalovMaxim Konovalov
authored andcommitted
nuageinit.7: put each sentence on a new line
1 parent 95b0be1 commit a7f1996

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

libexec/nuageinit/nuageinit.7

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,21 +197,26 @@ rules are specified, an arbitrary name can be used
197197
.It Ic match
198198
This selects a subset of available physical devices by various hardware properties.
199199
The following configuration will then apply to all matching devices, as soon as
200-
they appear. All specified properties must match. The following properties for
200+
they appear.
201+
All specified properties must match.
202+
The following properties for
201203
creating matches are supported:
202204
.Bl -tag -width "macaddress"
203205
.It Ic macaddress
204206
.No Device's MAC address in the form Sy xx:xx:xx:xx:xx:xx Ns .
205207
Letters should be lowercase.
206208
.It Ic name
207-
Current interface name. Lua pattern-matching expressions are supported.
209+
Current interface name.
210+
Lua pattern-matching expressions are supported.
208211
.It Ic driver
209-
Interface driver name and unit number of the interface. Lua pattern-natching expressions
212+
Interface driver name and unit number of the interface.
213+
Lua pattern-natching expressions
210214
are supported.
211215
.El
212216
.It Ic set-name
213217
When matching on unique properties such as MAC, match rules can be written so that they
214-
match only one device. Then this property can be used to give that device a more
218+
match only one device.
219+
Then this property can be used to give that device a more
215220
specific/desirable/nicer name than the default.
216221
.Pp
217222
While multiple properties can be used in a match,
@@ -221,7 +226,8 @@ is required for nuageinit to perform the rename.
221226
The MTU key represents a device's Maximum Transmission Unit, the largest size packet
222227
or frame.
223228
.It Ic wakeonlan
224-
Enable wake on LAN. Off by default.
229+
Enable wake on LAN.
230+
Off by default.
225231
.It Ic dhcp4
226232
Configure the interface to use DHCP.
227233
.Pp
@@ -231,14 +237,16 @@ when both are specified.
231237
.It Ic addresses
232238
List of strings representing IPv4 or IPv6 addresses.
233239
.It Ic gateway4
234-
Set default gateway for IPv4, for manual address configuration. This requires setting
240+
Set default gateway for IPv4, for manual address configuration.
241+
This requires setting
235242
.Sy addresses
236243
too.
237244
.Pp
238245
Since only one default router can be configured at a time, this parameter is applied
239246
when processing the first entry, and any others are silently ignored.
240247
.It Ic gateway6
241-
Set default gateway for IPv6, for manual address configuration. This requires setting
248+
Set default gateway for IPv6, for manual address configuration.
249+
This requires setting
242250
.Sy addresses
243251
too.
244252
.Pp

0 commit comments

Comments
 (0)