diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-01-01 18:57:13 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-01-01 18:57:13 +0000 |
commit | 0c5d4446e0adc3af8b7821fc5a288cfff14508e6 (patch) | |
tree | 0e923241d8c1a19cc206e27491d14ec36f350522 | |
parent | d506a716726ff6287a85d97fb40be9e571aa8ab0 (diff) |
added info about rfork(2)
-rw-r--r-- | usr.bin/vmstat/vmstat.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 93a89436ca3..8bd255cbccc 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmstat.8,v 1.6 1996/08/26 06:53:39 deraadt Exp $ +.\" $OpenBSD: vmstat.8,v 1.7 1997/01/01 18:57:12 kstailey Exp $ .\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $ .\" .\" Copyright (c) 1986, 1993 @@ -65,9 +65,10 @@ interval is specified, the default is 1 second. .TP \-f Report on the number -.IR fork (2) -and +.IR fork (2) , .IR vfork (2) +and +.IR rfork (2) system calls since system startup, and the number of pages of virtual memory involved in each. .TP |