summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2020-09-20 03:30:20 +0200
committerGuillem Jover <guillem@hadrons.org>2020-12-21 17:48:46 +0100
commiteac4ce0c674cf5051e3c90afda74db6718b0518d (patch)
tree6665db9c9d97ad77107e78c3cf386abb1586495f
parent5ecff0c9034243d5277c5f27ff2b620770ffc72a (diff)
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.
-rw-r--r--man/Makefile.am1
-rw-r--r--man/timespec.3bsd1
2 files changed, 2 insertions, 0 deletions
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