diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2003-04-21 11:09:43 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2003-04-21 11:09:43 +0000 |
commit | 30d92f113104a5670dd01ec274938a553a5f9b90 (patch) | |
tree | 6bd091d1f745e9748dbb72e8ad0003955bf7d3ee | |
parent | 7eac84185ec5f4542676bac47e488e5989bab63b (diff) |
Close .Bl
millert@
-rw-r--r-- | lib/libc/sys/mquery.2 | 3 |
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 |