diff options
Diffstat (limited to 'lib/libc/sys/munmap.2')
-rw-r--r-- | lib/libc/sys/munmap.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/munmap.2 b/lib/libc/sys/munmap.2 index 2eb96689166..bd2648e0771 100644 --- a/lib/libc/sys/munmap.2 +++ b/lib/libc/sys/munmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: munmap.2,v 1.8 1999/06/16 08:45:12 alex Exp $ +.\" $OpenBSD: munmap.2,v 1.9 1999/06/29 14:10:10 aaron Exp $ .\" $NetBSD: munmap.2,v 1.5 1995/02/27 12:35:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -56,7 +56,7 @@ to generate invalid memory references. Upon successful completion, .Nm munmap returns zero. -Otherwise, a value of -1 is returned and +Otherwise, a value of \-1 is returned and .Va errno is set to indicate the error. .Sh ERRORS |