File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1212,7 +1212,7 @@ the following
1212
1212
various failure/extreme cases for testing of network drivers
1213
1213
and other parts of the kernel that rely on
1214
1214
.Vt mbufs .
1215
- .Bl -tag -width ident
1215
+ .Bl -tag -width indent
1216
1216
.It Va net.inet.ip.mbuf_frag_size
1217
1217
Causes
1218
1218
.Fn ip_output
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ A bitwise OR of an allocation strategy and a
159
159
.Xr malloc 9
160
160
wait flag.
161
161
The allocation strategy is one of:
162
- .Bl -tag width indent
162
+ .Bl -tag - width indent
163
163
.It Dv M_FIRSTFIT
164
164
Prefer allocation performance.
165
165
.It Dv M_BESTFIT
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ utility ignores any leading and trailing lines.
154
154
.Pp
155
155
The following options are available for
156
156
.Nm uuencode :
157
- .Bl -tag -width ident
157
+ .Bl -tag -width indent
158
158
.It Fl m
159
159
Use the Base64 method of encoding, rather than the traditional
160
160
.Nm uuencode
@@ -169,7 +169,7 @@ instead of standard output.
169
169
.Pp
170
170
The following options are available for
171
171
.Nm uudecode :
172
- .Bl -tag -width ident
172
+ .Bl -tag -width indent
173
173
.It Fl c
174
174
Decode more than one uuencoded file from
175
175
.Ar file
@@ -214,7 +214,7 @@ reasons.
214
214
Additionally,
215
215
.Nm b64encode
216
216
accepts the following option:
217
- .Bl -tag -width ident
217
+ .Bl -tag -width indent
218
218
.It Fl w Ar column
219
219
Wrap encoded output after
220
220
.Ar column .
@@ -229,7 +229,7 @@ through a dedicated program:
229
229
.Nm qp
230
230
is a quoted-printable converter
231
231
and accepts the following options:
232
- .Bl -tag -width ident
232
+ .Bl -tag -width indent
233
233
.It Fl u
234
234
Decode.
235
235
.It Fl o Ar output_file
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ utility is design to provide access to the user to generic netlink
44
44
protocols.
45
45
.Pp
46
46
The following commands are available:
47
- .Bl -tag -ident
47
+ .Bl -tag -width indent
48
48
.It Cm list Po default Pc
49
49
Lists all available generic netlink protocols, and presents its details:
50
50
.Bl -tag -width " multicast groups"
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ A escape character (the default is
110
110
.Ql ~
111
111
) appearing as the first character of a line is an escape signal; the
112
112
following are recognized:
113
- .Bl -tag -width ident
113
+ .Bl -tag -width indent
114
114
.It Ic ~.
115
115
Drop the connection and exit.
116
116
.It Ic ~^G
You can’t perform that action at this time.
0 commit comments