man: Add a timespec(3bsd) alias to timeval(3bsd) Even though man-pages project now includes man pages for system data types, we still include these for any other system that does not have them, to provide a self-contained project with code and documentation.
diff --git a/man/Makefile.am b/man/Makefile.am
index 26e893a..e3b27da 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -223,6 +223,7 @@ dist_man_MANS = \
timercmp.3bsd \
timerisset.3bsd \
timersub.3bsd \
+ timespec.3bsd \
timespecadd.3bsd \
timespecclear.3bsd \
timespeccmp.3bsd \
diff --git a/man/timespec.3bsd b/man/timespec.3bsd
new file mode 100644
index 0000000..e47176e
--- /dev/null
+++ b/man/timespec.3bsd
@@ -0,0 +1 @@
+.so man3/timeval.3bsd