diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-05-22 06:44:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-05-22 06:44:59 +0000 |
commit | 16f6596878788000803af027c0ef97b874af122a (patch) | |
tree | baa4982325617fc5e399d822f21e310693d339ae /share | |
parent | c6c7ae62808977d2f7bb099e282207e164b336a6 (diff) |
fix formatting here too; from ingo
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 4555bbbb81f..05c3dc0838f 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.45 2013/05/20 19:42:14 kettenis Exp $ +.\" $OpenBSD: uvm.9,v 1.46 2013/05/22 06:44:58 jmc 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: May 20 2013 $ +.Dd $Mdocdate: May 22 2013 $ .Dt UVM 9 .Os .Sh NAME @@ -74,6 +74,7 @@ if there is room. .Pp There are also several miscellaneous functions. .Sh INITIALISATION +.nr nS 1 .Ft void .Fn uvm_init "void" .Ft void @@ -82,6 +83,7 @@ There are also several miscellaneous functions. .Fn uvm_setpagesize "void" .Ft void .Fn uvm_swap_init "void" +.nr nS 0 .Pp The .Fn uvm_init |