Fix a typo in a comment: sysctl(1) should be sysctl(8).

This commit is contained in:
trhodes 2003-11-14 21:37:35 +00:00
parent a8b3e2b2ef
commit e83306cda9

@ -59,7 +59,7 @@ struct thread;
* for that subsystem. Each name is either a node with further
* levels defined below it, or it is a leaf of some particular
* type given below. Each sysctl level defines a set of name/type
* pairs to be used by sysctl(1) in manipulating the subsystem.
* pairs to be used by sysctl(8) in manipulating the subsystem.
*/
struct ctlname {
char *ctl_name; /* subsystem name */