From e7ef2240d0f3630a5d65648cd2f2679b6fcd1bcf Mon Sep 17 00:00:00 2001 From: chs Date: Fri, 17 Aug 2001 17:11:51 +0000 Subject: [PATCH] put back a sentence that was accidentally removed. --- share/man/man9/uvm.9 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index 9da8e6c9bacb..e50047e07b2c 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: uvm.9,v 1.26 2001/07/28 15:55:14 chs Exp $ +.\" $NetBSD: uvm.9,v 1.27 2001/08/17 17:11:51 chs Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green .\" All rights reserved. @@ -573,6 +573,12 @@ in either the object or the anonymous memory .Fa anon , which must be locked by the caller. +Only one of +.Fa uobj +and +.Fa anon +can be non +.Dv NULL . Returns .Dv NULL when no page can be found.