Do not use the display function if the -o (opaque) or -x (hexdump)
authorHiten Pandya <hmp@dragonflybsd.org>
Mon, 31 May 2004 14:59:34 +0000 (14:59 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Mon, 31 May 2004 14:59:34 +0000 (14:59 +0000)
commitbe157eae2be35249b5bf9e713dc2a88a65383939
tree231eb2cf7d212f6e04593bb5df86a69cbbb2f285
parente7252eda10925f2d53f602d2aefe7837b8a6ec7e
Do not use the display function if the -o (opaque) or -x (hexdump)
arguments were provided to sysctl(8).

The display function is used when a sysctl node is registered as
`special' in sysctl(8), so instead of showing the normal "var:val"
output, it would format the values instead.  E.g. vm.loadavg.
sbin/sysctl/sysctl.c