diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 16:54:25 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 16:54:25 +0000 |
commit | 4975550700a46188f961724db718c6a954ce7614 (patch) | |
tree | 5093d0c5efb780b70ad26675a520eccd42abf44c /lib/libc/sys/mmap.2 | |
parent | 76604a3fead686a57d50da5d07aeb2d481c308f8 (diff) |
add missing .El macros (which properly terminate .Bl macro lists)
Diffstat (limited to 'lib/libc/sys/mmap.2')
-rw-r--r-- | lib/libc/sys/mmap.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 8a0bee1ccb1..7940de82c57 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mmap.2,v 1.12 1999/05/27 16:21:00 aaron Exp $ +.\" $OpenBSD: mmap.2,v 1.13 1999/05/27 16:54:23 aaron Exp $ .\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -211,7 +211,8 @@ was specified and the parameter wasn't available. .Dv MAP_ANON was specified and insufficient memory was available. -.Sh "SEE ALSO" +.El +.Sh SEE ALSO .Xr getpagesize 3 , .Xr msync 2 , .Xr munmap 2 , |