diff options
Diffstat (limited to 'sbin/sysctl/sysctl.8')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 2190301..5f9f7de 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -262,22 +262,22 @@ More variables than these exist, and the best and likely only place to search for their deeper meaning is undoubtedly the source where they are defined. .Sh FILES -.Bl -tag -width ".Aq Pa netinet/icmp_var.h" -compact -.It Aq Pa sys/sysctl.h +.Bl -tag -width ".In netinet/icmp_var.h" -compact +.It In sys/sysctl.h definitions for top level identifiers, second level kernel and hardware identifiers, and user level identifiers -.It Aq Pa sys/socket.h +.It In sys/socket.h definitions for second level network identifiers -.It Aq Pa sys/gmon.h +.It In sys/gmon.h definitions for third level profiling identifiers -.It Aq Pa vm/vm_param.h +.It In vm/vm_param.h definitions for second level virtual memory identifiers -.It Aq Pa netinet/in.h +.It In netinet/in.h definitions for third level Internet identifiers and fourth level IP identifiers -.It Aq Pa netinet/icmp_var.h +.It In netinet/icmp_var.h definitions for fourth level ICMP identifiers -.It Aq Pa netinet/udp_var.h +.It In netinet/udp_var.h definitions for fourth level UDP identifiers .El .Sh COMPATIBILITY |