From f58bcbc97e30c1d1b0a5f49d129c402b6a484d55 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 30 Jun 1999 11:50:09 +0000 Subject: [PATCH] Correct reference to the obsolete vadvise() to madvise() (with appropriate arguments) PR: 11586 Submitted by: David Gilbert Reviewed by: Doug Rabson --- bin/ps/ps.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 324083f3f7e6..66d907e6928a 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