freebsd-skq/sbin/sysctl
bapt 9f9e4ddb49 MFC: 288984
Only print the errno string in case sysctl(3) does not file with ENOENT
This reduces the noise in error reporing from sysctl(8):

Before:
$ sysctl bla=something
sysctl: unknown oid 'bla': No such file or directory

After:
$ sysctl bla=something
sysctl: unknown oid 'bla'

Sponsored by:	Gandi.net
2015-10-14 06:31:49 +00:00
..
Makefile sysctl(8): make WARNS=3 clean 2010-02-15 14:08:06 +00:00
sysctl.8 Teach sysctl(8) about parsing a file (while I'm there also give it 2012-12-13 23:32:47 +00:00
sysctl.c MFC: 288984 2015-10-14 06:31:49 +00:00