diff options
| author | wiz <wiz@NetBSD.org> | 2017-07-03 21:28:48 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2017-07-03 21:28:48 +0000 |
| commit | 56b14ee00121a3a960d2fbe103c85e147ac57103 (patch) | |
| tree | 05478e811140b3d30b452dcff8e4df8bdab6e3f8 /lib/libc/sys/timer_create.2 | |
| parent | 7c0084bd3e3114326ae5e7336142439f1d2a10e1 (diff) | |
Remove workaround for ancient HTML generation code.
Diffstat (limited to 'lib/libc/sys/timer_create.2')
| -rw-r--r-- | lib/libc/sys/timer_create.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/timer_create.2 b/lib/libc/sys/timer_create.2 index 14da6743ca7..89d04aebb68 100644 --- a/lib/libc/sys/timer_create.2 +++ b/lib/libc/sys/timer_create.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: timer_create.2,v 1.12 2012/11/06 21:16:21 uwe Exp $ +.\" $NetBSD: timer_create.2,v 1.13 2017/07/03 21:32:50 wiz Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -69,11 +69,11 @@ If the argument is .Dv NULL , then -.Fa evp-\*[Gt]sigev_notify +.Fa evp->sigev_notify defaults to .Dv SIGEV_SIGNAL and -.Fa evp-\*[Gt]sigev_value +.Fa evp->sigev_value is set to .Ar timerid . Refer to |
