diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-24 10:10:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-24 10:10:17 +0000 |
commit | e4bcecde6b028fb509a8c04db71b6c7f0c2e014d (patch) | |
tree | 7ff86d30048ac3b889779db605757f5a12e6b544 /lib/libarch/amd64 | |
parent | 53ae211ca4d620b7953034be4b23b837dfd890aa (diff) |
slightly reword [EPERM] section; ok djm
Diffstat (limited to 'lib/libarch/amd64')
-rw-r--r-- | lib/libarch/amd64/amd64_iopl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarch/amd64/amd64_iopl.2 b/lib/libarch/amd64/amd64_iopl.2 index d0ea5a978c3..60a9e94aa90 100644 --- a/lib/libarch/amd64/amd64_iopl.2 +++ b/lib/libarch/amd64/amd64_iopl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: amd64_iopl.2,v 1.3 2006/02/24 01:09:38 djm Exp $ +.\" $OpenBSD: amd64_iopl.2,v 1.4 2006/02/24 10:10:16 jmc Exp $ .\" $NetBSD: amd64_iopl.2,v 1.3 1996/02/27 22:57:25 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -76,7 +76,7 @@ is set to indicate the error. will fail if: .Bl -tag -width [EINVAL] .It Bq Er EPERM -The caller was not the superuser, or the securelevel is non-zero and +The caller was not the superuser, or the securelevel is greater than zero and .Va machdep.allowaperture has not been set to a non-zero value. .El |