]> granicus.if.org Git - procps-ng/commit
sysctl -p has no space
authorCraig Small <csmall@enc.com.au>
Fri, 13 Jan 2012 12:59:26 +0000 (23:59 +1100)
committerCraig Small <csmall@enc.com.au>
Fri, 13 Jan 2012 12:59:26 +0000 (23:59 +1100)
commit58a6c89cd1c99713fc89d3994b76f14b85bef824
treeefa86630687c9c9b0ef7a887af8207f34f0e1b6a
parent3c2377ca159861e6eb8c08f68e80292babcb5473
sysctl -p has no space

The man page has examples like sysctl -p filename. Optional arguments
using getopt cannot have a space between the option and argument.
So the correct format is sysctl -pfilename
sysctl.8