diff options
author | ru <ru@FreeBSD.org> | 2004-07-09 06:16:43 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-09 06:16:43 +0000 |
commit | 6b3ad346075e28ded22501dfef0c027d5ba5df21 (patch) | |
tree | 232600bb4efe8e0acb3003075e65bde584677e19 /usr.sbin/smbmsg | |
parent | b5e3777efc8266c78f072f86d0f1f1e422201381 (diff) | |
download | FreeBSD-src-6b3ad346075e28ded22501dfef0c027d5ba5df21.zip FreeBSD-src-6b3ad346075e28ded22501dfef0c027d5ba5df21.tar.gz |
Markup nit picking.
Reviewed by: joerg
Diffstat (limited to 'usr.sbin/smbmsg')
-rw-r--r-- | usr.sbin/smbmsg/smbmsg.8 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/smbmsg/smbmsg.8 b/usr.sbin/smbmsg/smbmsg.8 index f25da7b..7bcbf02 100644 --- a/usr.sbin/smbmsg/smbmsg.8 +++ b/usr.sbin/smbmsg/smbmsg.8 @@ -47,13 +47,13 @@ .Sh DESCRIPTION The .Nm -command can be used to send or receive messages over an +utility can be used to send or receive messages over an SMBus, see .Xr smbus 4 . .Pp The .Nm -command has two different modi of operation. +utility has two different modi of operation. The first form shown in the synopsis can be used to .Dq probe the devices on the SMBus. @@ -166,7 +166,6 @@ If no .Fl c Ar cmd option has been provided, the following messages can be issued: -.Pp .Bd -unfilled -offset indent .TS l r r. @@ -185,7 +184,6 @@ option entirely. If a command value has been given using the .Fl c Ar cmd option, the following messages can be generated: -.Pp .Bd -unfilled -offset indent .TS l l r r. @@ -229,7 +227,8 @@ Issue a .Em read byte message to the device at slave address 0x70, using 255 (0xff) as the command-byte to send to the device, -and display the result using the custom format %d. +and display the result using the custom format +.Ql %d . .Pp .Dl "smbmsg -s 0xa0 -c 0 -o 1 0x80" .Pp @@ -277,7 +276,7 @@ Diagnostic messages issued are supposed to be self-explanatory. .Sh HISTORY The .Nm -command first appeared in +utility first appeared in .Fx 5.3 . .Sh AUTHORS The |