summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.luna88k/xp.410
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