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/munmap.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/munmap.2')
-rw-r--r-- | lib/libc/sys/munmap.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/munmap.2 b/lib/libc/sys/munmap.2 index ea1e6f015d7..5dcde2767d4 100644 --- a/lib/libc/sys/munmap.2 +++ b/lib/libc/sys/munmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: munmap.2,v 1.6 1999/02/27 21:56:35 deraadt Exp $ +.\" $OpenBSD: munmap.2,v 1.7 1999/05/27 16:54:23 aaron Exp $ .\" $NetBSD: munmap.2,v 1.5 1995/02/27 12:35:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -71,7 +71,8 @@ parameter was not page aligned, the parameter was negative, or some part of the region being unmapped is not part of the currently valid address space. -.Sh "SEE ALSO" +.El +.Sh SEE ALSO .Xr getpagesize 3 , .Xr msync 2 , .Xr mprotect 2 , |