diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
commit | 85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch) | |
tree | b9cba2183a2d7100b412afdd5c1220359e582d77 /lib/libarch/i386 | |
parent | 66c4835634f1e74242f62bb59553d61059dc1a46 (diff) |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'lib/libarch/i386')
-rw-r--r-- | lib/libarch/i386/i386_get_ioperm.2 | 6 | ||||
-rw-r--r-- | lib/libarch/i386/i386_iopl.2 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libarch/i386/i386_get_ioperm.2 b/lib/libarch/i386/i386_get_ioperm.2 index 6d77be8b50a..97bf1d23c7e 100644 --- a/lib/libarch/i386/i386_get_ioperm.2 +++ b/lib/libarch/i386/i386_get_ioperm.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: i386_get_ioperm.2,v 1.7 1999/07/09 13:35:14 aaron Exp $ +.\" $OpenBSD: i386_get_ioperm.2,v 1.8 2000/04/15 11:46:01 aaron Exp $ .\" $NetBSD: i386_get_ioperm.2,v 1.3 1996/02/27 22:57:17 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -57,7 +57,7 @@ copies the current I/O permission bitmap into the memory referenced by .Fn i386_set_ioperm sets the I/O permission bitmap from the data pointed to by .Ar iomap . -This call is restricted to the super-user. +This call is restricted to the superuser. .Pp The permission bitmap contains 1024 @@ -92,7 +92,7 @@ will fail if: .Ar Iomap points outside the process's allocated address space. .It Bq Er EPERM -The caller was not the super-user. +The caller was not the superuser. .El .Sh BUGS The bitmap should really cover 65536 bits, but that's just too big for diff --git a/lib/libarch/i386/i386_iopl.2 b/lib/libarch/i386/i386_iopl.2 index 0b4c63ccc61..e48755ebb09 100644 --- a/lib/libarch/i386/i386_iopl.2 +++ b/lib/libarch/i386/i386_iopl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: i386_iopl.2,v 1.8 1999/07/07 14:22:24 aaron Exp $ +.\" $OpenBSD: i386_iopl.2,v 1.9 2000/04/15 11:46:01 aaron Exp $ .\" $NetBSD: i386_iopl.2,v 1.3 1996/02/27 22:57:25 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -50,7 +50,7 @@ .Fn i386_iopl sets the i386 I/O privilege level to the value specified by .Ar iopl . -This call is restricted to the super-user. +This call is restricted to the superuser. .Sh RETURN VALUES Upon successful completion, .Fn i386_iopl @@ -64,7 +64,7 @@ is set to indicate the error. will fail if: .Bl -tag -width [EINVAL] .It Bq Er EPERM -The caller was not the super-user. +The caller was not the superuser. .El .Sh SEE ALSO .Xr i386_get_ioperm 2 , |