summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2013-05-20 19:42:15 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2013-05-20 19:42:15 +0000
commitac257a29ddcda5ac458469b38bffd7a59129094e (patch)
tree1cd1d722267c1fb2e22a6e50e551a006565db47d /share
parent81bb7bb90d5fb854591d5fbbfcda442af2142e08 (diff)
Wrap list of prototypes in a .nr nS 1/0 pair just like all the others. No
cluse what this is supposed to do, but it is consistent with what happens elsewhere in this man page and fixes the obvious formatting problems.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/uvm.96
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 ,