From 960ffa78a4780f0274826d29599556bac78f08bd Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 13 Sep 2003 22:44:23 +0000 Subject: [PATCH] Fix markup. --- lib/libc/sys/timer_delete.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/timer_delete.2 b/lib/libc/sys/timer_delete.2 index 9f472b27bc81..7d24352cecf1 100644 --- a/lib/libc/sys/timer_delete.2 +++ b/lib/libc/sys/timer_delete.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: timer_delete.2,v 1.1 2003/09/13 22:22:30 christos Exp $ +.\" $NetBSD: timer_delete.2,v 1.2 2003/09/13 22:44:23 christos Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -71,6 +71,7 @@ function will fail if: The timer id specified in the .Ar timerid argument is not valid. +.El .Sh SEE ALSO .Xr timer_create 2 , .Xr timer_gettime 2 ,