Hi,

Below is a patch to fix a small typo in the man page for timespec_get(3).


diff --git a/lib/libc/gen/timespec_get.3 b/lib/libc/gen/timespec_get.3
index 1092344a666..c698d10926a 100644
--- a/lib/libc/gen/timespec_get.3
+++ b/lib/libc/gen/timespec_get.3
@@ -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

-- 
Kind regards,
Hiltjo

Reply via email to