diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/clock.3 | 3 | ||||
-rw-r--r-- | lib/libc/gen/times.3 | 3 | ||||
-rw-r--r-- | lib/libc/gmon/moncontrol.3 | 3 | ||||
-rw-r--r-- | lib/libc/sys/getitimer.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/getrusage.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/gettimeofday.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/select.2 | 3 |
7 files changed, 13 insertions, 6 deletions
diff --git a/lib/libc/gen/clock.3 b/lib/libc/gen/clock.3 index 739a7ea..8f1b78a 100644 --- a/lib/libc/gen/clock.3 +++ b/lib/libc/gen/clock.3 @@ -59,7 +59,8 @@ The function returns the amount of time used unless an error occurs, in which case the return value is \-1. .Sh SEE ALSO -.Xr getrusage 2 +.Xr getrusage 2 , +.Xr clocks 7 .Sh STANDARDS The .Fn clock diff --git a/lib/libc/gen/times.3 b/lib/libc/gen/times.3 index 93207b1..4bf6689 100644 --- a/lib/libc/gen/times.3 +++ b/lib/libc/gen/times.3 @@ -127,7 +127,8 @@ and .Xr time 1 , .Xr getrusage 2 , .Xr gettimeofday 2 , -.Xr wait 2 +.Xr wait 2 , +.Xr clocks 7 .Sh STANDARDS The .Fn times diff --git a/lib/libc/gmon/moncontrol.3 b/lib/libc/gmon/moncontrol.3 index 9b01f2b..1413bf5 100644 --- a/lib/libc/gmon/moncontrol.3 +++ b/lib/libc/gmon/moncontrol.3 @@ -98,4 +98,5 @@ Profiling begins on return from .Sh SEE ALSO .Xr cc 1 , .Xr gprof 1 , -.Xr profil 2 +.Xr profil 2 , +.Xr clocks 7 diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index ac2e59a..5d94d72 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -158,7 +158,8 @@ to be handled. .Sh SEE ALSO .Xr select 2 , .Xr sigvec 2 , -.Xr gettimeofday 2 +.Xr gettimeofday 2 , +.Xr clocks 7 .Sh HISTORY The .Nm diff --git a/lib/libc/sys/getrusage.2 b/lib/libc/sys/getrusage.2 index b75bccc..8e854f7 100644 --- a/lib/libc/sys/getrusage.2 +++ b/lib/libc/sys/getrusage.2 @@ -154,7 +154,8 @@ parameter is not in a valid part of the process address space. .El .Sh SEE ALSO .Xr gettimeofday 2 , -.Xr wait 2 +.Xr wait 2 , +.Xr clocks 7 .Sh BUGS There is no way to obtain information about a child process that has not yet terminated. diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 index 9426de6..a63f526 100644 --- a/lib/libc/sys/gettimeofday.2 +++ b/lib/libc/sys/gettimeofday.2 @@ -111,6 +111,7 @@ A user other than the super-user attempted to set the time. .Xr date 1 , .Xr adjtime 2 , .Xr ctime 3 , +.Xr clocks 7 , .Xr timed 8 .Sh HISTORY The diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index e923ea4..0fdd137 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -149,7 +149,8 @@ negative or too large. .Xr read 2 , .Xr recv 2 , .Xr send 2 , -.Xr write 2 +.Xr write 2 , +.Xr clocks 7 .Sh BUGS Although the provision of .Xr getdtablesize 2 |