diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-06-08 16:48:59 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-06-08 16:48:59 +0000 |
| commit | ef8a3e5cf29aa8ced8a901ef503d8a0df978cac7 (patch) | |
| tree | bebe17a4075ecaca7cac3fe13bc1a25b857aa32e /lib/libc/sys/getitimer.2 | |
| parent | c71e97c47e8b10fa78a3aa902f5c31b33284cc04 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/getitimer.2')
| -rw-r--r-- | lib/libc/sys/getitimer.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index e942cc80fc668..539dea61bec14 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -39,9 +39,9 @@ .Lb libc .Sh SYNOPSIS .In sys/time.h -.Fd "#define ITIMER_REAL 0" -.Fd "#define ITIMER_VIRTUAL 1" -.Fd "#define ITIMER_PROF 2" +.Fd "#define ITIMER_REAL 0" +.Fd "#define ITIMER_VIRTUAL 1" +.Fd "#define ITIMER_PROF 2" .Ft int .Fn getitimer "int which" "struct itimerval *value" .Ft int |
