Commit eac4ce0c674cf5051e3c90afda74db6718b0518d

Guillem Jover 2020-09-20T03:30:20

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.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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