summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-02-11 23:08:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-02-11 23:08:44 +0000
commit09cd8fe28431fdcc509cc1cc527fa7e22aaeeecb (patch)
tree14ba515f04baf5d8eaefe5b9ff189ed2f27a243d /share
parent1340a27e4c7f9b48be2ee8e0dfb05985b88f0c99 (diff)
tweak previous;
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