]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Add a timespec(3bsd) alias to timeval(3bsd)
authorGuillem Jover <guillem@hadrons.org>
Sun, 20 Sep 2020 01:30:20 +0000 (03:30 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 21 Dec 2020 16:48:46 +0000 (17:48 +0100)
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
man/timespec.3bsd [new file with mode: 0644]

index 26e893ae187dfef2ed96a33098b859a3cf5a06cf..e3b27da7061d3fdc810ab41db83bef551ff363be 100644 (file)
@@ -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 (file)
index 0000000..e47176e
--- /dev/null
@@ -0,0 +1 @@
+.so man3/timeval.3bsd