]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 308056: Fix formatting of tables.
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 23 Nov 2016 23:53:52 +0000 (23:53 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 23 Nov 2016 23:53:52 +0000 (23:53 +0000)
commit4872cb37e94d25a0ed3269c99ea9c70515fb1c11
tree7b5942f6b3300d9866672e12d2cd730f4400a4dc
parent9c0e726b78096977fda20211b30a50cb540ca5a7
MFC 308056: Fix formatting of tables.

Specifically, use .Ta instead of tabs to separate column entries.  While
here fix a few other things:
- Use .Sy for all column headers (previously only the first column header
  was bold)
- Use .Dv to markup constants used for MIB names.
- Use "1234" and "4321" for the byte order descriptions without
  thousands separators.
- Mark up header files in the first table with .In.

git-svn-id: svn://svn.freebsd.org/base/stable/10@309072 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/gen/sysctl.3