From f2698eee3d1bba69933cf012bc80c24ed7c7ae02 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 28 Apr 1998 18:58:50 +0000 Subject: Xr madvise not vadvise --- 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 ea124aface6..a8d3882c2f5 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.10 1997/09/03 13:53:07 kstailey Exp $ +.\" $OpenBSD: ps.1,v 1.11 1998/04/28 18:58:49 deraadt Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -268,9 +268,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). @@ -288,9 +288,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 -- cgit v1.2.3