diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/uvm.9 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index 06a668e4b5e..4555bbbb81f 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.44 2013/01/17 21:54:18 jmc Exp $ +.\" $OpenBSD: uvm.9,v 1.45 2013/05/20 19:42:14 kettenis Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -30,7 +30,7 @@ .\" XXX this manual sets nS to 1 or 0 in the description, to obtain .\" synopsis-like function prototypes. any better way? .\" -.Dd $Mdocdate: January 17 2013 $ +.Dd $Mdocdate: May 20 2013 $ .Dt UVM 9 .Os .Sh NAME @@ -769,6 +769,7 @@ The .Fn uvm_swapin function swaps in the named process. .Sh MISCELLANEOUS FUNCTIONS +.nr nS 1 .Ft struct uvm_object * .Fn uao_create "vsize_t size" "int flags" .Ft void @@ -796,6 +797,7 @@ function swaps in the named process. .Fn uvm_grow "struct proc *p" "vaddr_t sp" .Ft int .Fn uvm_coredump "struct proc *p" "struct vnode *vp" "struct ucred *cred" "struct core *chdr" +.nr nS 0 .Pp The .Fn uao_create , |