From 4a1ada815b7f69107d5ff178060ff1bc47a94a18 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Sat, 11 Jan 1997 23:26:44 +0000 Subject: [PATCH] Forgot a .El macro. --- lib/libc/sys/mprotect.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/sys/mprotect.2 b/lib/libc/sys/mprotect.2 index 48fcb321d32..d4e28d7902c 100644 --- a/lib/libc/sys/mprotect.2 +++ b/lib/libc/sys/mprotect.2 @@ -74,6 +74,7 @@ the protection to the value specified by the .Fa prot argument. +.El .Sh SEE ALSO .Xr madvise 2 , .Xr mincore 2 ,