diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-17 04:12:58 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-17 04:12:58 +0000 |
commit | 4ce5ee00e7e2df5a53957ae10899f3d52f1ae231 (patch) | |
tree | 4cee9556e0c858b531db1af7f2b8c25a9865d695 /share/man/man4 | |
parent | dc44d9ccb3acc22b86366813bc9fde35eefc70ff (diff) |
spelling
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/psp.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/psp.4 b/share/man/man4/psp.4 index 7157b81ee34..9682d84dbcc 100644 --- a/share/man/man4/psp.4 +++ b/share/man/man4/psp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: psp.4,v 1.3 2024/09/16 22:15:43 bluhm Exp $ +.\" $OpenBSD: psp.4,v 1.4 2024/09/17 04:12:57 jsg Exp $ .\" .\" Copyright (c) 2024 Jonathan Gray <jsg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 16 2024 $ +.Dd $Mdocdate: September 17 2024 $ .Dt PSP 4 .Os .Sh NAME @@ -116,12 +116,12 @@ indicates the policy used for this guest. .Va asid indicates the guest's address space identifier (ASID). .Pp -The state of the guest is inidcated by +The state of the guest is indicated by .Va state . The following values are defined: .Bl -tag -width PSP_GSTATE_RUNNING -compact .It PSP_GSTATE_UNINIT -The guest is unitialized. +The guest is uninitialized. .It PSP_GSTATE_LUPDATE The guest is currently being launched and plaintext data is imported. .It PSP_GSTATE_LSECRET @@ -226,7 +226,7 @@ contains the buffers .Va measure and .Va measure_nonce . -These contain the measurment and nonce generated by the PSP. +These contain the measurement and nonce generated by the PSP. .It Dv PSP_IOC_LAUNCH_FINISH This command finalizes the launch of the guest identified by .Va handle . |