--- src/lib/libc/gen/alarm.3 2003/06/17 04:26:42 1.2 +++ src/lib/libc/gen/alarm.3 2007/09/08 20:50:49 1.3 @@ -31,7 +31,7 @@ .\" .\" @(#)alarm.3 8.2 (Berkeley) 4/19/94 .\" $FreeBSD: src/lib/libc/gen/alarm.3,v 1.9.2.6 2003/02/23 19:45:53 trhodes Exp $ -.\" $DragonFly: src/lib/libc/gen/alarm.3,v 1.1 2003/06/16 04:22:42 dillon Exp $ +.\" $DragonFly$ .\" .Dd April 19, 1994 .Dt ALARM 3 @@ -65,7 +65,9 @@ will supersede the prior call. The request .Fn alarm "0" voids the current -alarm and the signal SIGALRM will not be delivered. +alarm and the signal +.Dv SIGALRM +will not be delivered. .Pp Due to .Xr setitimer 2