diff options
| author | joerg <joerg@NetBSD.org> | 2010-03-22 19:30:53 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2010-03-22 19:30:53 +0000 |
| commit | 1c3412fa2f483d6d1bdb0ec5bc16bad62be01b95 (patch) | |
| tree | 54ac878506e6af0199d070f3f959ce6df276bbd0 /lib/libc/sys/timer_create.2 | |
| parent | 5e015e5e29314963f594bd9787e9b818f2f2c494 (diff) | |
Use .In for header files instead of .Ar Pa and variations.
Diffstat (limited to 'lib/libc/sys/timer_create.2')
| -rw-r--r-- | lib/libc/sys/timer_create.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/timer_create.2 b/lib/libc/sys/timer_create.2 index e22f1c3019b..de11be740a1 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.9 2009/03/26 16:55:37 drochner Exp $ +.\" $NetBSD: timer_create.2,v 1.10 2010/03/22 19:30:55 joerg Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -55,7 +55,7 @@ other timer related calls. The .Ar clockid must be a valid clock id as defined in -.Aq Pa time.h . +.In time.h . The timer is created in a disarmed state. .Pp An optional |
