summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-11-20 08:00:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-11-20 08:00:07 +0000
commit28fbdee6a1ba441f6d223931401d4e58c9e3ba60 (patch)
tree5ea25ce34ba05ed02215707947fe541c3be4e441 /share/man/man9
parent7305a2374355204e00312e8fc9ad302c266d58fe (diff)
various Xr fixes; nordin@cse.ogi.edu
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/Makefile3
-rw-r--r--share/man/man9/microtime.96
2 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 7ef8199752e..b02d2f4aa6c 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.27 2000/11/09 16:17:01 mickey Exp $
+# $OpenBSD: Makefile,v 1.28 2000/11/20 08:00:05 deraadt Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -54,5 +54,6 @@ MLINKS+=timeout.9 timeout_add.9 timeout.9 timeout_set.9 \
MLINKS+=vm_map_copy.9 vm_copy.9
MLINKS+=vm_map_inherit.9 vm_inherit.9
MLINKS+=vm_map_protect.9 vm_protect.9
+MLINKS+=malloc.9 MALLOC.9 malloc.9 free.9 malloc.9 FREE.9
.include <bsd.prog.mk>
diff --git a/share/man/man9/microtime.9 b/share/man/man9/microtime.9
index 973c8ce94fb..73907d94b0d 100644
--- a/share/man/man9/microtime.9
+++ b/share/man/man9/microtime.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: microtime.9,v 1.3 2000/10/12 18:06:01 aaron Exp $
+.\" $OpenBSD: microtime.9,v 1.4 2000/11/20 08:00:06 deraadt Exp $
.\" $NetBSD: microtime.9,v 1.2 1999/03/16 00:40:47 garbled Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -60,11 +60,11 @@ all calls to
are guaranteed to return a system time greater than or equal to the
system time returned in any previous calls.
.Sh SEE ALSO
+.Xr settimeofday 2 ,
.Xr hz 9 ,
.Xr hardclock 9 ,
.Xr inittodr 9 ,
-.Xr time 9 ,
-.Xr settimeofday 9
+.Xr time 9
.Sh CODE REFERENCES
The implementation of the
.Fn microtime