summaryrefslogtreecommitdiffstats
path: root/lib/libgpib
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-06-02 08:47:26 +0000
committerjoel <joel@FreeBSD.org>2012-06-02 08:47:26 +0000
commitb9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb (patch)
tree9a7ad4b9911b70d7cea7162197e15d6d6ef1c70b /lib/libgpib
parent8461de2f4cb1ec93e0aa111f814c4112d6de2283 (diff)
downloadFreeBSD-src-b9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb.zip
FreeBSD-src-b9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb.tar.gz
mdoc: minor Bl improvements.
Diffstat (limited to 'lib/libgpib')
-rw-r--r--lib/libgpib/gpib.310
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libgpib/gpib.3 b/lib/libgpib/gpib.3
index fef47c7..01f778b 100644
--- a/lib/libgpib/gpib.3
+++ b/lib/libgpib/gpib.3
@@ -207,7 +207,8 @@ The variable
.Dv iberr
provides an error code for the most recent library call.
The possible error codes are:
-.Bl -tag -offset indent -compact
+.Pp
+.Bl -tag -width 6n -offset indent -compact
.It EDVR
System error
.It ECIC
@@ -244,7 +245,8 @@ The variable
.Dv ibsta
contains the controller status.
This is an ORed status value, with the following individual bit names:
-.Bl -tag -offset indent -compact
+.Pp
+.Bl -tag -width 6n -offset indent -compact
.It ERR
Error
.It TIMO
@@ -329,7 +331,8 @@ The lower 8 bits of
are interpreted as an end-of-string character,
.Li EOS .
This character can be ORed with the following values:
-.Bl -tag -compact -offset indent
+.Pp
+.Bl -tag -width 6n -compact -offset indent
.It Dv REOS
When receiving a message byte on the bus that matches the
.Li EOS
@@ -348,6 +351,7 @@ If set, include all 8 bits of the
character in the comparison; if unset, compare only 7 bit ASCII
values.
.El
+.Pp
Passing 0 as
.Fa eos
will turn off any special character treatment, allowing for a fully
OpenPOWER on IntegriCloud