summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ofwdump
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-12 13:58:27 +0000
committerru <ru@FreeBSD.org>2002-12-12 13:58:27 +0000
commit7bc1e921e0205c1283a62509bcfe271ec635ac94 (patch)
treeb5f9b251bdaf479b3139e5011172300adb1c06e6 /usr.sbin/ofwdump
parentb657accd64012db8672e605b6c13c70530233810 (diff)
downloadFreeBSD-src-7bc1e921e0205c1283a62509bcfe271ec635ac94.zip
FreeBSD-src-7bc1e921e0205c1283a62509bcfe271ec635ac94.tar.gz
mdoc(7) police: tiny markup nits.
Approved by: re
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 6dc7cb4..6fa9913 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 .
OpenPOWER on IntegriCloud