summaryrefslogtreecommitdiffstats
path: root/share/man/man3/Makefile
diff options
context:
space:
mode:
authordwhite <dwhite@FreeBSD.org>2002-01-14 00:38:20 +0000
committerdwhite <dwhite@FreeBSD.org>2002-01-14 00:38:20 +0000
commitf1f7c6cf0d3fe7c96dc7fec0fae7f00b35b2edd7 (patch)
treefe0a280d267d97fc3ed7c3073894b6eceefeffe7 /share/man/man3/Makefile
parent1f82bc18d1d1e906cd9ed68039acb051fa6e11cf (diff)
downloadFreeBSD-src-f1f7c6cf0d3fe7c96dc7fec0fae7f00b35b2edd7.zip
FreeBSD-src-f1f7c6cf0d3fe7c96dc7fec0fae7f00b35b2edd7.tar.gz
Add manpage for timeradd macros and friends. A companion page for
timespecadd should be added at a future point... PR: 13079
Diffstat (limited to 'share/man/man3/Makefile')
-rw-r--r--share/man/man3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 09f361a..3678712 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
MAN= assert.3 bitstring.3 end.3 fpgetround.3 intro.3 pthread.3 queue.3 \
- stdarg.3 sysexits.3
+ stdarg.3 sysexits.3 timeradd.3
MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \
bitstring.3 bit_decl.3 bitstring.3 bit_ffc.3 bitstring.3 bit_ffs.3 \
bitstring.3 bit_nclear.3 bitstring.3 bit_nset.3 bitstring.3 bit_set.3 \
@@ -71,4 +71,6 @@ MLINKS+=queue.3 TAILQ_REMOVE.3
MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3
MLINKS+=stdarg.3 va_start.3
+MLINKS+=timeradd.3 timersub.3 timerclear.3 timerisset.3 timercmp.3
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud