From: Guillem Jover Date: Sun, 20 Sep 2020 01:30:20 +0000 (+0200) Subject: man: Add a timespec(3bsd) alias to timeval(3bsd) X-Git-Tag: 0.11.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eac4ce0c674cf5051e3c90afda74db6718b0518d;p=thirdparty%2Flibbsd.git 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