diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2011-04-04 11:51:21 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2011-04-04 11:51:21 +0000 |
commit | aa39211e6e0ff2a0903a603eb9273cc503d61b19 (patch) | |
tree | e54eb49a03fbe550eb89355a1c05f9bc6e910dec /share | |
parent | 87503c650b4415b0bf38fdf0c236de0a094bff23 (diff) |
Missing . Noted by mikeb@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/km_alloc.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/km_alloc.9 b/share/man/man9/km_alloc.9 index f43824825c8..d4a2829686f 100644 --- a/share/man/man9/km_alloc.9 +++ b/share/man/man9/km_alloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: km_alloc.9,v 1.1 2011/04/04 11:26:51 art Exp $ +.\" $OpenBSD: km_alloc.9,v 1.2 2011/04/04 11:51:20 art Exp $ .\" Copyright (c) 2011 Artur Grabowski <art@openbsd.org> .\" All rights reserved. .\" @@ -53,7 +53,7 @@ argument specifies additional options for the allocation. The arguments passed to .Fn km_free must match those that were used to obtain the space in -Fn km_alloc . +.Fn km_alloc . .Pp Typically a user will use certain predefined modes for memory allocation. For virtual space the predefined modes are: |