From f369979e8c61bc983787858f846364717f553dd8 Mon Sep 17 00:00:00 2001 From: sigsegv7 Date: Fri, 6 Oct 2023 18:18:43 -0400 Subject: kernel/docs: Add timer(9) manpage Signed-off-by: sigsegv7 --- sys/include/sys/timer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys') diff --git a/sys/include/sys/timer.h b/sys/include/sys/timer.h index 1bb9a96..70bf27d 100644 --- a/sys/include/sys/timer.h +++ b/sys/include/sys/timer.h @@ -27,6 +27,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* + * For documentation: See timer(9) + */ + #ifndef _SYS_TIMER_H_ #define _SYS_TIMER_H_ -- cgit v1.2.3