diff options
author | 2001-08-06 10:42:25 +0000 | |
---|---|---|
committer | 2001-08-06 10:42:25 +0000 | |
commit | ea2542f8a25ae1775fdd2fcc18cafd171df01907 (patch) | |
tree | b54f027f92a8f0a39c712dce0ddaee3764cf8b32 /lib/libc/sys/getitimer.2 | |
parent | o) add BSDI macro (.Bsx); (diff) | |
download | wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.tar.xz wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.zip |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'lib/libc/sys/getitimer.2')
-rw-r--r-- | lib/libc/sys/getitimer.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index 0b52ecff5cd..997ce5051fe 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getitimer.2,v 1.14 2001/07/25 20:56:13 stevesk Exp $ +.\" $OpenBSD: getitimer.2,v 1.15 2001/08/06 10:42:26 mpech Exp $ .\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -176,7 +176,6 @@ and stores the result in .Fn timeradd "a, b, res" adds two timers and stores the result in .Fa res Ns . -.Pp .Sh RETURN VALUES If the calls succeed, a value of 0 is returned. If an error occurs, the value \-1 is returned, and a more precise |