diff options
author | 2003-04-17 18:38:01 +0000 | |
---|---|---|
committer | 2003-04-17 18:38:01 +0000 | |
commit | 7f5aa2da2829631d3584718706a0a6abe578bee8 (patch) | |
tree | a0c299ec2700ca27d1be50c7019471a2f55993c6 /lib/libc | |
parent | Proper setenv usage; Martin Reindl (diff) | |
download | wireguard-openbsd-7f5aa2da2829631d3584718706a0a6abe578bee8.tar.xz wireguard-openbsd-7f5aa2da2829631d3584718706a0a6abe578bee8.zip |
fix typo; Julien Bordet
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mquery.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/mquery.2 b/lib/libc/sys/mquery.2 index 9e835bc4233..a3d276cc967 100644 --- a/lib/libc/sys/mquery.2 +++ b/lib/libc/sys/mquery.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mquery.2,v 1.1 2003/04/14 04:53:50 art Exp $ +.\" $OpenBSD: mquery.2,v 1.2 2003/04/17 18:38:01 millert Exp $ .\" .\" Copyright (c) 2003 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -36,7 +36,7 @@ .Fn mquery "int flags" "void **addr" "size_t size" "int fd" "off_t off" .Sh DESCRIPTION The -.Nm mqeury +.Nm mquery system call checks the existing memory mappings of a process and returns hints to the caller about where to put a memory mapping. This hint can be later used when performing memory mappings with the |