diff options
author | 2017-02-11 23:08:43 +0000 | |
---|---|---|
committer | 2017-02-11 23:08:43 +0000 | |
commit | bb46428505bf9803f429cd25720b18c60bc35409 (patch) | |
tree | 0cbae9a663208d025e0c5a002e307fc22c8912aa | |
parent | Do not read one element past the end of the static const termacts array. (diff) | |
download | wireguard-openbsd-bb46428505bf9803f429cd25720b18c60bc35409.tar.xz wireguard-openbsd-bb46428505bf9803f429cd25720b18c60bc35409.zip |
tweak previous;
-rw-r--r-- | share/man/man4/man4.luna88k/xp.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/man4.luna88k/xp.4 b/share/man/man4/man4.luna88k/xp.4 index 427ed1592fc..055ad9ad43b 100644 --- a/share/man/man4/man4.luna88k/xp.4 +++ b/share/man/man4/man4.luna88k/xp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xp.4,v 1.1 2017/02/11 09:04:45 aoyama Exp $ +.\" $OpenBSD: xp.4,v 1.2 2017/02/11 23:08:43 jmc Exp $ .\" .\" Copyright (c) 2017 Kenji Aoyama. .\" @@ -35,7 +35,7 @@ The range should be between 0x0 and 0xffff. The following .Xr ioctl 2 call applies to -.Pa /dev/xp . +.Pa /dev/xp : .Bl -tag -width 4n .It Dv XPIOCDOWNLD Fa "struct xp_download" Load binary and reset I/O processor. @@ -48,10 +48,10 @@ struct xp_download { .Pp The .Va size -member specifies the loading binary size in bytes. +member specifies the loading binary size, in bytes. The .Va data -member points the binary image. +member points to the binary image. .El .Sh FILES .Bl -tag -width /dev/xp -compact @@ -60,7 +60,7 @@ member points the binary image. .Sh ERRORS .Bl -tag -width Er .It Bq Er EINVAL -The specified size is 0 or more than I/O processor's memory size. +The specified size is 0 or more than the I/O processor's memory size. .It Bq Er ENOMEM Memory could not be allocated for loading. .El |