Module Name: src
Committed By: jruoho
Date: Thu Jul 1 15:06:55 UTC 2010
Modified Files:
src/share/man/man9: mstohz.9
Log Message:
Use .Fn instead of .Nm.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/mstohz.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/mstohz.9
diff -u src/share/man/man9/mstohz.9:1.7 src/share/man/man9/mstohz.9:1.8
--- src/share/man/man9/mstohz.9:1.7 Mon Mar 1 17:21:02 2010
+++ src/share/man/man9/mstohz.9 Thu Jul 1 15:06:55 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: mstohz.9,v 1.7 2010/03/01 17:21:02 jruoho Exp $
+.\" $NetBSD: mstohz.9,v 1.8 2010/07/01 15:06:55 jruoho Exp $
.\"
.\" Copyright (c) 2002 Manuel Bouyer.
.\"
@@ -24,11 +24,12 @@
.\" SUCH DAMAGE.
.\"
.\"
-.Dd February 10, 2010
+.Dd July 1, 2010
.Dt MSTOHZ 9
.Os
.Sh NAME
-.Nm mstohz
+.Nm mstohz ,
+.Nm hztoms
.Nd convert between milliseconds and system clock ticks
.Sh SYNOPSIS
.In sys/param.h
@@ -37,8 +38,10 @@
.Ft int
.Fn hztoms "int hz"
.Sh DESCRIPTION
-.Nm
-can be used to convert time in milliseconds to system clock ticks, as used
+The
+.Fn mstohz
+macro can be used to convert time
+in milliseconds to system clock ticks, as used
by the
.Xr callout 9
facility, in an integer-overflow safe way.