mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Remove a commented out line before kvm_getprocs(3)
The commented out return value for kvm_getprocs(3) was misleading -- the uncommented line is correct. No content change MFC after: 1 week Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
e79ef94927
commit
f72823da48
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@
|
|||
.In sys/param.h
|
||||
.In sys/sysctl.h
|
||||
.In sys/user.h
|
||||
.\" .Fa kvm_t *kd
|
||||
.Ft struct kinfo_proc *
|
||||
.Fn kvm_getprocs "kvm_t *kd" "int op" "int arg" "int *cnt"
|
||||
.Ft char **
|
||||
|
|
|
|||
Loading…
Reference in a new issue