diff options
-rw-r--r-- | lib/libc/sys/mlockall.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/stat.2 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/mlockall.2 b/lib/libc/sys/mlockall.2 index 716299bfd5c..952bf21db74 100644 --- a/lib/libc/sys/mlockall.2 +++ b/lib/libc/sys/mlockall.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mlockall.2,v 1.6 2013/03/30 06:44:44 guenther Exp $ +.\" $OpenBSD: mlockall.2,v 1.7 2013/03/30 09:00:06 jmc Exp $ .\" $NetBSD: mlockall.2,v 1.6 2000/06/26 17:00:02 kleink Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -92,7 +92,7 @@ The .Ar flags argument is zero or includes unimplemented flags. .It Bq Er ENOMEM -Locking the all of the pages currently mapped would exceed either +Locking all of the pages currently mapped would exceed either the system or per-process limit for locked memory. .It Bq Er EAGAIN diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index 67e1c9c550f..139fd35cdf0 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stat.2,v 1.33 2013/03/30 06:44:44 guenther Exp $ +.\" $OpenBSD: stat.2,v 1.34 2013/03/30 09:00:06 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -308,7 +308,7 @@ characters. .It Bq Er ENOENT A component of .Em name -does not exist or +does not exist or .Em name is the empty path. .It Bq Er EACCES |