Skip to content

Commit 9fd66e4

Browse files
gpercivamhorne
authored andcommitted
manuals: Fix syntax of list width
Signed-off-by: Graham Percival <[email protected]> Reviewed by: mhorne MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: freebsd/freebsd-src#1455
1 parent 643fc69 commit 9fd66e4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

share/man/man9/mbuf.9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ the following
12121212
various failure/extreme cases for testing of network drivers
12131213
and other parts of the kernel that rely on
12141214
.Vt mbufs .
1215-
.Bl -tag -width ident
1215+
.Bl -tag -width indent
12161216
.It Va net.inet.ip.mbuf_frag_size
12171217
Causes
12181218
.Fn ip_output

share/man/man9/vmem.9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ A bitwise OR of an allocation strategy and a
159159
.Xr malloc 9
160160
wait flag.
161161
The allocation strategy is one of:
162-
.Bl -tag width indent
162+
.Bl -tag -width indent
163163
.It Dv M_FIRSTFIT
164164
Prefer allocation performance.
165165
.It Dv M_BESTFIT

usr.bin/bintrans/bintrans.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ utility ignores any leading and trailing lines.
154154
.Pp
155155
The following options are available for
156156
.Nm uuencode :
157-
.Bl -tag -width ident
157+
.Bl -tag -width indent
158158
.It Fl m
159159
Use the Base64 method of encoding, rather than the traditional
160160
.Nm uuencode
@@ -169,7 +169,7 @@ instead of standard output.
169169
.Pp
170170
The following options are available for
171171
.Nm uudecode :
172-
.Bl -tag -width ident
172+
.Bl -tag -width indent
173173
.It Fl c
174174
Decode more than one uuencoded file from
175175
.Ar file
@@ -214,7 +214,7 @@ reasons.
214214
Additionally,
215215
.Nm b64encode
216216
accepts the following option:
217-
.Bl -tag -width ident
217+
.Bl -tag -width indent
218218
.It Fl w Ar column
219219
Wrap encoded output after
220220
.Ar column .
@@ -229,7 +229,7 @@ through a dedicated program:
229229
.Nm qp
230230
is a quoted-printable converter
231231
and accepts the following options:
232-
.Bl -tag -width ident
232+
.Bl -tag -width indent
233233
.It Fl u
234234
Decode.
235235
.It Fl o Ar output_file

usr.bin/genl/genl.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ utility is design to provide access to the user to generic netlink
4444
protocols.
4545
.Pp
4646
The following commands are available:
47-
.Bl -tag -ident
47+
.Bl -tag -width indent
4848
.It Cm list Po default Pc
4949
Lists all available generic netlink protocols, and presents its details:
5050
.Bl -tag -width "multicast groups"

usr.sbin/dconschat/dconschat.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ A escape character (the default is
110110
.Ql ~
111111
) appearing as the first character of a line is an escape signal; the
112112
following are recognized:
113-
.Bl -tag -width ident
113+
.Bl -tag -width indent
114114
.It Ic ~.
115115
Drop the connection and exit.
116116
.It Ic ~^G

0 commit comments

Comments
 (0)