git: 9fd66e40cac0 - main - manuals: Fix syntax of list width
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Oct 2024 19:17:44 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=9fd66e40cac02691d36386cf275d23367e34fc43 commit 9fd66e40cac02691d36386cf275d23367e34fc43 Author: Graham Percival <gperciva@tarsnap.com> AuthorDate: 2024-10-08 01:39:51 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2024-10-08 19:16:26 +0000 manuals: Fix syntax of list width Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: mhorne MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1455 --- share/man/man9/mbuf.9 | 2 +- share/man/man9/vmem.9 | 2 +- usr.bin/bintrans/bintrans.1 | 8 ++++---- usr.bin/genl/genl.1 | 2 +- usr.sbin/dconschat/dconschat.8 | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 0b03d697b8bf..0262c598ed18 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1212,7 +1212,7 @@ the following various failure/extreme cases for testing of network drivers and other parts of the kernel that rely on .Vt mbufs . -.Bl -tag -width ident +.Bl -tag -width indent .It Va net.inet.ip.mbuf_frag_size Causes .Fn ip_output diff --git a/share/man/man9/vmem.9 b/share/man/man9/vmem.9 index 1dc74e951cb2..31a82be88fd0 100644 --- a/share/man/man9/vmem.9 +++ b/share/man/man9/vmem.9 @@ -159,7 +159,7 @@ A bitwise OR of an allocation strategy and a .Xr malloc 9 wait flag. The allocation strategy is one of: -.Bl -tag width indent +.Bl -tag -width indent .It Dv M_FIRSTFIT Prefer allocation performance. .It Dv M_BESTFIT diff --git a/usr.bin/bintrans/bintrans.1 b/usr.bin/bintrans/bintrans.1 index beeae1207d9a..3376ecd332ed 100644 --- a/usr.bin/bintrans/bintrans.1 +++ b/usr.bin/bintrans/bintrans.1 @@ -154,7 +154,7 @@ utility ignores any leading and trailing lines. .Pp The following options are available for .Nm uuencode : -.Bl -tag -width ident +.Bl -tag -width indent .It Fl m Use the Base64 method of encoding, rather than the traditional .Nm uuencode @@ -169,7 +169,7 @@ instead of standard output. .Pp The following options are available for .Nm uudecode : -.Bl -tag -width ident +.Bl -tag -width indent .It Fl c Decode more than one uuencoded file from .Ar file @@ -214,7 +214,7 @@ reasons. Additionally, .Nm b64encode accepts the following option: -.Bl -tag -width ident +.Bl -tag -width indent .It Fl w Ar column Wrap encoded output after .Ar column . @@ -229,7 +229,7 @@ through a dedicated program: .Nm qp is a quoted-printable converter and accepts the following options: -.Bl -tag -width ident +.Bl -tag -width indent .It Fl u Decode. .It Fl o Ar output_file diff --git a/usr.bin/genl/genl.1 b/usr.bin/genl/genl.1 index 9837744fa8e3..af0c6360ad83 100644 --- a/usr.bin/genl/genl.1 +++ b/usr.bin/genl/genl.1 @@ -44,7 +44,7 @@ utility is design to provide access to the user to generic netlink protocols. .Pp The following commands are available: -.Bl -tag -ident +.Bl -tag -width indent .It Cm list Po default Pc Lists all available generic netlink protocols, and presents its details: .Bl -tag -width "multicast groups" diff --git a/usr.sbin/dconschat/dconschat.8 b/usr.sbin/dconschat/dconschat.8 index 1f93e6d5a235..e2348410a04c 100644 --- a/usr.sbin/dconschat/dconschat.8 +++ b/usr.sbin/dconschat/dconschat.8 @@ -110,7 +110,7 @@ A escape character (the default is .Ql ~ ) appearing as the first character of a line is an escape signal; the following are recognized: -.Bl -tag -width ident +.Bl -tag -width indent .It Ic ~. Drop the connection and exit. .It Ic ~^G