diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-10-31 17:05:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-10-31 17:05:55 +0000 |
commit | c1c824ab0f689b1840b36b189768c8abca1a52d4 (patch) | |
tree | 6341494c9c4b70a4a7a1f088067e2178eb946291 /lib/libc | |
parent | 15adfa3fe255d0ee3bc62f437f5b8bad731e0307 (diff) |
typo; fix from hiltjo posthuma
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/timespec_get.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/timespec_get.3 b/lib/libc/gen/timespec_get.3 index 1092344a666..b53a2a627d7 100644 --- a/lib/libc/gen/timespec_get.3 +++ b/lib/libc/gen/timespec_get.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timespec_get.3,v 1.2 2018/10/30 22:31:45 jmc Exp $ +.\" $OpenBSD: timespec_get.3,v 1.3 2018/10/31 17:05:54 deraadt Exp $ .\" $NetBSD: timespec_get.3,v 1.4 2018/08/13 06:08:48 wiz Exp $ .\" .\" Copyright (c) 2016 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 30 2018 $ +.Dd $Mdocdate: October 31 2018 $ .Dt TIMESPEC_GET 3 .Os .Sh NAME @@ -40,7 +40,7 @@ .Fn timespec_get "struct timespec *ts" "int base" .Sh DESCRIPTION The -.Fn timspec_get +.Fn timespec_get function sets the interval pointed to by .Fa ts to hold the current calendar time based on the specified time base in |