Module Name:    src
Committed By:   christos
Date:           Sat Sep 28 15:11:20 UTC 2019

Modified Files:
        src/share/man/man9: mstohz.9

Log Message:
document that mstohz take and return unsigned int


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/share/man/man9/mstohz.9:1.12
--- src/share/man/man9/mstohz.9:1.11	Thu Oct 20 06:36:42 2011
+++ src/share/man/man9/mstohz.9	Sat Sep 28 11:11:19 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mstohz.9,v 1.11 2011/10/20 10:36:42 wiz Exp $
+.\"	$NetBSD: mstohz.9,v 1.12 2019/09/28 15:11:19 christos Exp $
 .\"
 .\" Copyright (c) 2002 Manuel Bouyer.
 .\"
@@ -24,7 +24,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"
-.Dd October 20, 2011
+.Dd September 28, 2019
 .Dt MSTOHZ 9
 .Os
 .Sh NAME
@@ -33,10 +33,10 @@
 .Nd convert between milliseconds and system clock ticks
 .Sh SYNOPSIS
 .In sys/param.h
-.Ft int
-.Fn mstohz "int ms"
-.Ft int
-.Fn hztoms "int hz"
+.Ft unsigned int
+.Fn mstohz "unsigned int ms"
+.Ft unsigned int
+.Fn hztoms "unsigned int hz"
 .Sh DESCRIPTION
 The
 .Fn mstohz

Reply via email to