aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-01-07 12:42:59 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-01-07 12:42:59 +0000
commitae5ccfad9179b329ea2d70455c8cd77daa9aaece (patch)
treeccfe238ae8d4dc3664ebd03fd0cf2914c1e440f2 /share/man/man9/Makefile
parentdb7b63631a4251e1062aafb697a4df3f9795b0e9 (diff)
downloadsrc-ae5ccfad9179b329ea2d70455c8cd77daa9aaece.tar.gz
src-ae5ccfad9179b329ea2d70455c8cd77daa9aaece.zip
Add new manpages for:
microtime(9) nanotime(9) getmicrotime(9) getnanotime(9) microuptime(9) nanouptime(9) getmicrouptime(9) getnanouptime(9) tvtohz(9) Based on PR: docs/15889 Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes
Notes: svn path=/head/; revision=55549
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 89d78878226c..03ec9f72a26f 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -17,7 +17,8 @@ MAN9= MD5.9 \
make_dev.9 microseq.9 mi_switch.9 namei.9 panic.9 physio.9 posix4.9 \
psignal.9 resettodr.9 rtalloc.9 rtentry.9 sleep.9 spl.9 \
store.9 style.9 suser.9 time.9 timeout.9 uio.9 \
- vget.9 vnode.9 vput.9 vref.9 vrele.9 vslock.9
+ vget.9 vnode.9 vput.9 vref.9 vrele.9 vslock.9 \
+ microtime.9 microuptime.9 tvtohz.9
MAN9+= device.9 device_add_child.9 device_delete_child.9 device_enable.9 \
device_find_child.9 device_get_children.9 \
@@ -99,4 +100,9 @@ MLINKS+=devclass_add_driver.9 devclass_find_driver.9
MLINKS+=BUS_READ_IVAR.9 BUS_WRITE_IVAR.9
MLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9
+MLINKS+=microtime.9 getmicrotime.9 microtime.9 nanotime.9
+MLINKS+=microtime.9 getnanotime.9
+MLINKS+=microuptime.9 getmicrouptime.9 microuptime.9 nanouptime.9
+MLINKS+=microuptime.9 getnanouptime.9
+
.include <bsd.prog.mk>