diff options
| author | Joel Dahl <joel@FreeBSD.org> | 2012-06-02 08:47:26 +0000 |
|---|---|---|
| committer | Joel Dahl <joel@FreeBSD.org> | 2012-06-02 08:47:26 +0000 |
| commit | 9ee2158b550b70d35c13246cf263ff24d283e062 (patch) | |
| tree | 9a7ad4b9911b70d7cea7162197e15d6d6ef1c70b /lib/libgpib | |
| parent | b9c473b2ed7cb81aa7520a55311f53283d1c15ec (diff) | |
Notes
Diffstat (limited to 'lib/libgpib')
| -rw-r--r-- | lib/libgpib/gpib.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libgpib/gpib.3 b/lib/libgpib/gpib.3 index fef47c7da2bf0..01f778b08be9f 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 |
