summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-06-30 11:50:09 +0000
committerkris <kris@FreeBSD.org>1999-06-30 11:50:09 +0000
commiteb9a61dc2f54efc129595b401324a611c9546931 (patch)
tree410c64d28530b57a806db6f824938084f8406969 /bin/ps
parent81c13b666bbdbf98cfd394e4831d0e927d9311e0 (diff)
downloadFreeBSD-src-eb9a61dc2f54efc129595b401324a611c9546931.zip
FreeBSD-src-eb9a61dc2f54efc129595b401324a611c9546931.tar.gz
Correct reference to the obsolete vadvise() to madvise() (with appropriate
arguments) PR: 11586 Submitted by: David Gilbert <dgilbert@velocet.ca> Reviewed by: Doug Rabson
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/ps.110
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 324083f..66d907e 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ps.1 8.3 (Berkeley) 4/18/94
-.\" $Id: ps.1,v 1.21 1999/04/28 11:38:28 phk Exp $
+.\" $Id: ps.1,v 1.22 1999/05/08 10:21:31 kris Exp $
.\"
.Dd April 18, 1994
.Dt PS 1
@@ -274,9 +274,9 @@ currently exceeding that limit; such a process is (necessarily) not
swapped.
.It A
the process has asked for random page replacement
-.Pf ( Dv VA_ANOM ,
+.Pf ( Dv MADV_RANDOM ,
from
-.Xr vadvise 2 ,
+.Xr madvise 2 ,
for example,
.Xr lisp 1
in a garbage collect).
@@ -294,9 +294,9 @@ scheduling priority (see
The process has asked for
.Tn FIFO
page replacement
-.Pf ( Dv VA_SEQL ,
+.Pf ( Dv MADV_SEQUENTIAL ,
from
-.Xr vadvise 2 ,
+.Xr madvise 2 ,
for example, a large image processing program using virtual memory to
sequentially address voluminous data).
.It s
OpenPOWER on IntegriCloud