summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2003-04-21 11:09:42 +0000
committermpech <mpech@openbsd.org>2003-04-21 11:09:42 +0000
commit492b1a8f178521259c03a375b435eaaa625bd2c8 (patch)
tree4d75303d2f1b8a2d8a42b0aadf9f1da5d641169e /lib/libc
parenta few string cleanups; ok dhartmei (diff)
downloadwireguard-openbsd-492b1a8f178521259c03a375b435eaaa625bd2c8.tar.xz
wireguard-openbsd-492b1a8f178521259c03a375b435eaaa625bd2c8.zip
Close .Bl
millert@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mquery.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/mquery.2 b/lib/libc/sys/mquery.2
index ae8d7884064..ca5fc0d16a4 100644
--- a/lib/libc/sys/mquery.2
+++ b/lib/libc/sys/mquery.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mquery.2,v 1.4 2003/04/18 23:52:38 drahn Exp $
+.\" $OpenBSD: mquery.2,v 1.5 2003/04/21 11:09:42 mpech Exp $
.\"
.\" Copyright (c) 2003 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -117,6 +117,7 @@ There was not enough memory left after the hint specified.
.It Bq Er EBADF
.Fa fd
is not a valid open file descriptor.
+.El
.Sh SEE ALSO
.Xr mmap 2
.Sh HISTORY