diff options
author | 2002-04-30 16:31:42 +0000 | |
---|---|---|
committer | 2002-04-30 16:31:42 +0000 | |
commit | 49bdad570bd1d68338d6afe21882d4af0d059a5c (patch) | |
tree | 4bf69fc12d4b749e6f9b04d90650efc793ea2676 /lib/libc/sys/getitimer.2 | |
parent | typo: form -> from. From form@ (diff) | |
download | wireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.tar.xz wireguard-openbsd-49bdad570bd1d68338d6afe21882d4af0d059a5c.zip |
Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;
millert@ ok
Diffstat (limited to 'lib/libc/sys/getitimer.2')
-rw-r--r-- | lib/libc/sys/getitimer.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index f383480f215..421cebefb2c 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getitimer.2,v 1.16 2001/09/07 14:35:59 niklas Exp $ +.\" $OpenBSD: getitimer.2,v 1.17 2002/04/30 16:31:42 mpech Exp $ .\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -43,7 +43,7 @@ .Nd get/set value of interval timer .Sh SYNOPSIS .Fd #include <sys/time.h> - +.Pp .Fd #define ITIMER_REAL 0 .Fd #define ITIMER_VIRTUAL 1 .Fd #define ITIMER_PROF 2 |