diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (patch) | |
tree | b428fc12404c6d6be2c1fce52490993ab3744097 /share/man/man4/man4.i386/tw.4 | |
parent | 4923ae6c3fe2f82d94fec60b85ed2a6272b2fd67 (diff) | |
download | FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.zip FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'share/man/man4/man4.i386/tw.4')
-rw-r--r-- | share/man/man4/man4.i386/tw.4 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man4/man4.i386/tw.4 b/share/man/man4/man4.i386/tw.4 index d91ce6e..f00afdc 100644 --- a/share/man/man4/man4.i386/tw.4 +++ b/share/man/man4/man4.i386/tw.4 @@ -84,12 +84,10 @@ The driver produces a series of three character packets. In each packet, the first character consists of flags, the second character is a four bit house code (0-15), and the third character is a five bit key/function code (0-31). The flags are the following: -.Bl -diag -.It +.Bd -literal #define TW_RCV_LOCAL 1 /* The packet arrived during a local transmission */ -.It #define TW_RCV_ERROR 2 /* An invalid/corrupted packet was received */ -.El +.Ed .Pp The .Fn select @@ -98,10 +96,8 @@ is data ready for reading. .Sh SEE ALSO .Xr xten 1 , .Xr xtend 8 -.Bl -diag -.It +.Pp TW-523 documentation from X-10 Inc. -.El .Sh FILES .Bl -tag -width /dev/tw .It Pa /dev/tw? |