summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/sched_get_priority_max.24
-rw-r--r--usr.bin/tput/tput.12
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/sched_get_priority_max.2 b/lib/libc/sys/sched_get_priority_max.2
index 20b2459..54095d0 100644
--- a/lib/libc/sys/sched_get_priority_max.2
+++ b/lib/libc/sys/sched_get_priority_max.2
@@ -113,9 +113,9 @@ No process can be found corresponding to that specified by
.El
.Sh SEE ALSO
.Xr sched_getparam 2 ,
-.Xr sched_get_scheduler 2 ,
+.Xr sched_getscheduler 2 ,
.Xr sched_setparam 2 ,
-.Xr sched_set_scheduler 2
+.Xr sched_setscheduler 2
.Sh STANDARDS
The
.Fn sched_setscheduler
diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1
index c4c1d1b..1c35da0 100644
--- a/usr.bin/tput/tput.1
+++ b/usr.bin/tput/tput.1
@@ -124,7 +124,7 @@ The
.Nm
command exits 2 if any error occurred.
.Sh SEE ALSO
-.Xr termcap 3 ,
+.Xr terminfo 5 ,
.Xr termcap 5
.Sh BUGS
The
OpenPOWER on IntegriCloud