summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2013-05-20 19:42:14 +0000
committerkettenis <kettenis@openbsd.org>2013-05-20 19:42:14 +0000
commit70b5d7e8bbc13a4a5b808d258e041480f4feaef2 (patch)
tree4ea48101d42f182d0014c8706243d49ea8262aa2
parentde-static-ize, such that people don't get confused by aesni failures on (diff)
downloadwireguard-openbsd-70b5d7e8bbc13a4a5b808d258e041480f4feaef2.tar.xz
wireguard-openbsd-70b5d7e8bbc13a4a5b808d258e041480f4feaef2.zip
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.
-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 ,