summaryrefslogtreecommitdiff
path: root/lib/libc/sys/getrusage.2
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2002-04-30 16:31:43 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2002-04-30 16:31:43 +0000
commit53d632a56390b1be823ac94e26c8cbea0b0886ed (patch)
treec883cb4deabbed473bc5d3a0faba13f99da8281f /lib/libc/sys/getrusage.2
parent98acfc3b963a7db3fbfdedc7829303261eb50d63 (diff)
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/getrusage.2')
-rw-r--r--lib/libc/sys/getrusage.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/getrusage.2 b/lib/libc/sys/getrusage.2
index f08c11eabe8..2925486f930 100644
--- a/lib/libc/sys/getrusage.2
+++ b/lib/libc/sys/getrusage.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrusage.2,v 1.7 2000/10/18 05:12:09 aaron Exp $
+.\" $OpenBSD: getrusage.2,v 1.8 2002/04/30 16:31:42 mpech Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -42,9 +42,9 @@
.Sh SYNOPSIS
.Fd #include <sys/time.h>
.Fd #include <sys/resource.h>
-
-.Fd #define RUSAGE_SELF 0
-.Fd #define RUSAGE_CHILDREN -1
+.Pp
+.Fd #define RUSAGE_SELF 0
+.Fd #define RUSAGE_CHILDREN -1
.Ft int
.Fn getrusage "int who" "struct rusage *rusage"
.Sh DESCRIPTION