freebsd-skq/sbin/sysctl
Matthew D Fleming f8e4b4ef49 sysctl(8) should use the CTLTYPE to determine the type of data when
reading.  (This was already done for writing to a sysctl).  This
requires all SYSCTL setups to specify a type.  Most of them are now
checked at compile-time.

Remove SYSCTL_*X* sysctl additions as the print being in hex should be
controlled by the -x flag to sysctl(8).

Succested by:	bde
2011-01-19 17:04:07 +00:00
..
Makefile sysctl(8): make WARNS=3 clean 2010-02-15 14:08:06 +00:00
sysctl.8 Fix typo and bump date. 2011-01-17 23:43:03 +00:00
sysctl.c sysctl(8) should use the CTLTYPE to determine the type of data when 2011-01-19 17:04:07 +00:00