diff options
Diffstat (limited to 'share/man/man9/scheduler.9')
-rw-r--r-- | share/man/man9/scheduler.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/scheduler.9 b/share/man/man9/scheduler.9 index 42ad34c..5d99753 100644 --- a/share/man/man9/scheduler.9 +++ b/share/man/man9/scheduler.9 @@ -39,8 +39,8 @@ .Nm updatepri .Nd perform round-robin scheduling of runnable processes .Sh SYNOPSIS -.Fd #include <sys/param.h> -.Fd #include <sys/proc.h> +.In sys/param.h +.In sys/proc.h .Ft int .Fn curpriority_cmp "struct proc *p" .Ft void |