From b9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb Mon Sep 17 00:00:00 2001 From: joel Date: Sat, 2 Jun 2012 08:47:26 +0000 Subject: mdoc: minor Bl improvements. --- lib/libgpib/gpib.3 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lib/libgpib/gpib.3') 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 -- cgit v1.1