From eac4ce0c674cf5051e3c90afda74db6718b0518d Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 20 Sep 2020 03:30:20 +0200 Subject: [PATCH] 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. --- man/Makefile.am | 1 + man/timespec.3bsd | 1 + 2 files changed, 2 insertions(+) create mode 100644 man/timespec.3bsd 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