summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralek <alek@openbsd.org>2007-03-19 00:16:35 +0000
committeralek <alek@openbsd.org>2007-03-19 00:16:35 +0000
commitb24742d87d407111b8fad869b45e09842aeb0baf (patch)
tree82947dd70aeb6b2c42185cdf4acd5174a38665e9
parent/dev/rcd0d -> /dev/rcd0c; from AndrAcs (diff)
downloadwireguard-openbsd-b24742d87d407111b8fad869b45e09842aeb0baf.tar.xz
wireguard-openbsd-b24742d87d407111b8fad869b45e09842aeb0baf.zip
correct name for the source file with timecounter implementation; ok jmc@
-rw-r--r--share/man/man9/tc_init.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/tc_init.9 b/share/man/man9/tc_init.9
index 422b029776c..aa5f030df6c 100644
--- a/share/man/man9/tc_init.9
+++ b/share/man/man9/tc_init.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tc_init.9,v 1.2 2005/12/25 14:55:35 grange Exp $
+.\" $OpenBSD: tc_init.9,v 1.3 2007/03/19 00:16:35 alek Exp $
.\"
.\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -97,7 +97,7 @@ function, giving a pointer to the structure as a
parameter.
.Sh CODE REFERENCES
The timecounter framework is implemented in the file
-.Pa sys/kern/kern_tc .
+.Pa sys/kern/kern_tc.c .
.Sh SEE ALSO
.Xr amdpm 4 ,
.Xr elansc 4 ,