diff options
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 10 |
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 |