diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-12 18:06:05 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-12 18:06:05 +0000 |
commit | 9945522f80f6cb34bf3d8fe101b8f55547ad8bb3 (patch) | |
tree | fc10cafaadb7f2d860ae9e98871d8af44d307d93 /share/man/man9/hzto.9 | |
parent | cbf706cf11abaa4e9a17c2295bc4be136190d5f3 (diff) |
General man page cleanups, mostly to remove trailing whitespace, hard
sentence breaks, and other such things.
Diffstat (limited to 'share/man/man9/hzto.9')
-rw-r--r-- | share/man/man9/hzto.9 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man9/hzto.9 b/share/man/man9/hzto.9 index 35bd4ea0792..a1e38294f24 100644 --- a/share/man/man9/hzto.9 +++ b/share/man/man9/hzto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hzto.9,v 1.1 1999/09/01 20:52:12 espie Exp $ +.\" $OpenBSD: hzto.9,v 1.2 2000/10/12 18:05:59 aaron Exp $ .\" .\" Copyright (c) 1999 Marc Espie .\" All rights reserved. @@ -33,7 +33,7 @@ .Dt HZTO 9 .Os .Sh NAME -.Nm hzto +.Nm hzto .Nd translate absolute time to timeout delay. .Sh SYNOPSIS .Fd #include <sys/types.h> @@ -42,16 +42,16 @@ .Ft int .Fn hzto "struct timeval *tv" .Sh DESCRIPTION -The +The .Fn hzto -function computes the number of +function computes the number of .Va hz -until the specified time occurs. This is mainly used to translate a timeval -into a suitable argument for +until the specified time occurs. +This is mainly used to translate a timeval into a suitable argument for .Xr timeout 9 . .Sh CODE REFERENCES This function is implemented in the file .Pa sys/kern/kern_clock.c . .Sh SEE ALSO .Xr hz 9 , -.Xr timeout 9 +.Xr timeout 9 |