aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ofwdump
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-12 13:58:27 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-12 13:58:27 +0000
commit6700152679ee57f9a0693150682d495412279a0b (patch)
treeb5f9b251bdaf479b3139e5011172300adb1c06e6 /usr.sbin/ofwdump
parentafb09e9fb8f3ef8b1f139aae6400cfeb888de121 (diff)
downloadsrc-6700152679ee57f9a0693150682d495412279a0b.tar.gz
src-6700152679ee57f9a0693150682d495412279a0b.zip
mdoc(7) police: tiny markup nits.
Approved by: re
Notes
Notes: svn path=/head/; revision=107777
Diffstat (limited to 'usr.sbin/ofwdump')
-rw-r--r--usr.sbin/ofwdump/ofwdump.813
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/ofwdump/ofwdump.8 b/usr.sbin/ofwdump/ofwdump.8
index 6dc7cb442f6f..6fa991363f05 100644
--- a/usr.sbin/ofwdump/ofwdump.8
+++ b/usr.sbin/ofwdump/ofwdump.8
@@ -61,8 +61,8 @@ Only print properties of the given name.
Print properties in
.Dq raw
format, i.e. omit all headings and indentation and just write the
-property values unaltered to the standard output. This is intended
-to be used with the
+property values unaltered to the standard output.
+This is intended to be used with the
.Fl P
option to extract the value of a single property.
.It Fl S
@@ -77,13 +77,13 @@ Recursively print all children of the specified nodes.
.Sh EXAMPLES
Print the complete device tree:
.Pp
-.Dl ofwdump -a
+.Dl "ofwdump -a"
.Pp
Print the complete device subtree of the
.Dq Li /pci
node, including all available properties:
.Pp
-.Dl ofwdump -pr /pci
+.Dl "ofwdump -pr /pci"
.Pp
Print the
.Dq Li compatible
@@ -91,14 +91,15 @@ property of the
.Dq Li /pci
node as plain string:
.Pp
-.Dl ofwdump -P compatible -S /pci
-.Pp
+.Dl "ofwdump -P compatible -S /pci"
.Sh HISTORY
The
.Nm
utility first appeared in
.Fx 5.0 .
.Sh AUTHORS
+The
.Nm
+utility
was written by
.An Thomas Moestl Aq tmm@FreeBSD.org .