Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Use .Fn instead of .Nm.
details: https://anonhg.NetBSD.org/src/rev/60df81180457
branches: trunk
changeset: 755983:60df81180457
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu Jul 01 15:06:55 2010 +0000
description:
Use .Fn instead of .Nm.
diffstat:
share/man/man9/mstohz.9 | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r 5a931b425315 -r 60df81180457 share/man/man9/mstohz.9
--- a/share/man/man9/mstohz.9 Thu Jul 01 14:54:44 2010 +0000
+++ b/share/man/man9/mstohz.9 Thu Jul 01 15:06:55 2010 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index