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/mlock.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/mlock.2')
-rw-r--r-- | lib/libc/sys/mlock.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2 index cf91232275e..21bca84a2b6 100644 --- a/lib/libc/sys/mlock.2 +++ b/lib/libc/sys/mlock.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mlock.2,v 1.7 1999/05/12 13:26:48 aaron Exp $ +.\" $OpenBSD: mlock.2,v 1.8 1999/05/27 16:54:23 aaron Exp $ .\" $NetBSD: mlock.2,v 1.3 1995/06/24 10:42:03 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -133,7 +133,7 @@ The address given is not page aligned or the length is negative. Some portion of the indicated address range is not allocated. Some portion of the indicated address range is not locked. .El -.Sh "SEE ALSO" +.Sh SEE ALSO .Xr fork 2 , .Xr mincore 2 , .Xr minherit 2 , |