diff options
author | 1999-05-27 16:54:23 +0000 | |
---|---|---|
committer | 1999-05-27 16:54:23 +0000 | |
commit | eff3f957c8d5978ccbf5060f2e39f44af1c36bce (patch) | |
tree | e920785d651f4e9bb7448df71bd700148b43bef6 /lib/libc/sys/mmap.2 | |
parent | Handle unterminated quoted strings without dup'ing the last character (diff) | |
download | wireguard-openbsd-eff3f957c8d5978ccbf5060f2e39f44af1c36bce.tar.xz wireguard-openbsd-eff3f957c8d5978ccbf5060f2e39f44af1c36bce.zip |
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 , |