diff options
| author | jruoho <jruoho@NetBSD.org> | 2010-05-18 07:31:15 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2010-05-18 07:31:15 +0000 |
| commit | 4e56c5c6e0dd67f5f32c4cbfab7b1caa47a8c279 (patch) | |
| tree | 693820a52dfb1e6fdeeaf07f17592e7737249d8d | |
| parent | 51e86d90ef22434d80e5fd221c509dcb22b590bb (diff) | |
Fix a typo.
| -rw-r--r-- | share/man/man3/timeval.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/timeval.3 b/share/man/man3/timeval.3 index 78b5ffbeea5..2e9046f0896 100644 --- a/share/man/man3/timeval.3 +++ b/share/man/man3/timeval.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: timeval.3,v 1.7 2010/05/18 07:04:27 jruoho Exp $ +.\" $NetBSD: timeval.3,v 1.8 2010/05/18 07:31:15 jruoho Exp $ .\" .\" Copyright (c) 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -66,7 +66,7 @@ The member represents the elapsed time, in whole seconds. The .Va tv_usec -member captures rest of the elapsed times, +member captures rest of the elapsed time, represented as the number of microseconds. .It The following structure is used by |
