diff options
author | 2010-01-25 20:14:11 +0000 | |
---|---|---|
committer | 2010-01-25 20:14:11 +0000 | |
commit | ab28f9167ffd04d815f5bae7012ce39186970d87 (patch) | |
tree | 7cc7fab303be533eeeefba6c9c036901dcda8f86 /lib/libc | |
parent | ellipses are not optional arguments; while here, fix a double .Ar/.Ar (diff) | |
download | wireguard-openbsd-ab28f9167ffd04d815f5bae7012ce39186970d87.tar.xz wireguard-openbsd-ab28f9167ffd04d815f5bae7012ce39186970d87.zip |
stucture -> structure;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 71962c565bf..d30ac8c08ce 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -30,9 +30,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.64 2010/01/13 12:40:11 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.65 2010/01/25 20:14:11 jmc Exp $ .\" -.Dd $Mdocdate: January 13 2010 $ +.Dd $Mdocdate: January 25 2010 $ .Dt MALLOC 3 .Os .Sh NAME @@ -450,6 +450,6 @@ system call, making the page addresses returned by .Nm random. -A rewrite by Otto Moerbeek introducing a new central data stucture and more +A rewrite by Otto Moerbeek introducing a new central data structure and more randomization appeared in .Ox 4.4 . |