Correct reference to the obsolete vadvise() to madvise() (with appropriate
arguments) PR: 11586 Submitted by: David Gilbert <dgilbert@velocet.ca> Reviewed by: Doug Rabson
This commit is contained in:
parent
842b231535
commit
f58bcbc97e
10
bin/ps/ps.1
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user