aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-09 06:16:43 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-09 06:16:43 +0000
commit15bb4187f9cd1c60cdba1c02961883ee10b215fe (patch)
tree232600bb4efe8e0acb3003075e65bde584677e19 /usr.sbin
parent0049f8b27b056b2a674fb838e13cd6e86f2a48e1 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smbmsg/smbmsg.811
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/smbmsg/smbmsg.8 b/usr.sbin/smbmsg/smbmsg.8
index f25da7b2c62b8..7bcbf028f4d32 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