diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2020-06-26 21:08:30 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2020-06-26 21:08:30 +0000 |
commit | 4e813f4505b7bd19f479649fc8a052ddd4445189 (patch) | |
tree | e07f36fc130c0a0e52256718d160e8f9816e8e6a /share/man/man9 | |
parent | 32e456323c6942bdbbf55b030d65bd670404b42f (diff) |
In earlier commit, time_second.9 was removed from this directory.
Remove it from the Makefile too, unbreaking the tree.
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 356152ad52e..56f29251b7b 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.303 2020/06/18 07:06:23 fcambus Exp $ +# $OpenBSD: Makefile,v 1.304 2020/06/26 21:08:29 sthen Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -39,7 +39,7 @@ MAN= aml_evalnode.9 atomic_add_int.9 atomic_cas_uint.9 \ spl.9 srp_enter.9 srpl_rc_init.9 startuphook_establish.9 socreate.9 \ sosplice.9 stoeplitz_to_key.9 strcmp.9 style.9 syscall.9 sysctl_int.9 \ task_add.9 tc_init.9 tfind.9 thread_fork.9 \ - time_second.9 timeout.9 tsleep.9 tvtohz.9 \ + timeout.9 tsleep.9 tvtohz.9 \ uiomove.9 \ usb_add_task.9 usbd_close_pipe.9 usbd_open_pipe.9 \ usbd_ref_wait.9 usbd_transfer.9 \ |