diff options
author | 2011-04-04 11:51:20 +0000 | |
---|---|---|
committer | 2011-04-04 11:51:20 +0000 | |
commit | f4ceec41b62a45a6b68510ab41326a65a7d51609 (patch) | |
tree | 81f1cf5d512c7ed590d57c5598150d1145872aa6 | |
parent | Align man page with current reality. (diff) | |
download | wireguard-openbsd-f4ceec41b62a45a6b68510ab41326a65a7d51609.tar.xz wireguard-openbsd-f4ceec41b62a45a6b68510ab41326a65a7d51609.zip |
Missing . Noted by mikeb@
-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: |