diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-08-21 18:27:13 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-08-21 18:27:13 +0000 |
commit | 3cfb4c4b00852105397632dba44ff455c6e1cb8f (patch) | |
tree | cb8c462903186378f0062888840db64d70d0b9ed /share/man | |
parent | 040f0b33655d32d32e5a02f140fefc62c70e6cad (diff) |
Typo: 'a architecture' -> 'an architecture
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/pool.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index 4347286560c..7f602ab3f97 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.12 2001/06/23 16:40:16 art Exp $ +.\" $OpenBSD: pool.9,v 1.13 2001/08/21 18:27:12 krw Exp $ .\" $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -106,7 +106,7 @@ Specifies the memory address alignment of the items returned by .Fn pool_get . This argument must be a power of two. If zero, -the alignment defaults to a architecture-specific natural alignment. +the alignment defaults to an architecture-specific natural alignment. .It Fa align_offset The offset within an item to which the .Fa align |