]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix formatting of tables.
authorjhb <jhb@FreeBSD.org>
Fri, 28 Oct 2016 18:09:08 +0000 (18:09 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 28 Oct 2016 18:09:08 +0000 (18:09 +0000)
commit715f3e30ba921ab1bfc5bb65c9214cfb414a4a73
tree8bcb151ab0d4aa9cbf39a4254f3cd34f1f0be0a2
parent2ca962ca2f78b2bd3067b78365cc61a28bb3b0c6
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.

MFC after: 2 weeks
lib/libc/gen/sysctl.3