diff options
| author | wiz <wiz@NetBSD.org> | 2006-10-03 02:02:02 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2006-10-03 02:02:02 +0000 |
| commit | c0cd11cf4059a02b29b784a429cd8a1ec835f752 (patch) | |
| tree | db6e0a68e343e073a7b367b28ce4d9819827aa8c /usr.sbin/ofctl | |
| parent | fa535729f9ead8cf221143f44899a8cce527dbdd (diff) | |
Some minor fixes.
Diffstat (limited to 'usr.sbin/ofctl')
| -rw-r--r-- | usr.sbin/ofctl/ofctl.8 | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/usr.sbin/ofctl/ofctl.8 b/usr.sbin/ofctl/ofctl.8 index e97781879c2..8488cc6f027 100644 --- a/usr.sbin/ofctl/ofctl.8 +++ b/usr.sbin/ofctl/ofctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: ofctl.8,v 1.1 2006/09/29 19:03:11 macallan Exp $ +.\" $NetBSD: ofctl.8,v 1.2 2006/10/03 02:02:02 wiz Exp $ .\" .\" Copyright (c) 2006 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -38,15 +38,14 @@ .Nd display the OpenPROM or OpenFirmware device tree .Sh SYNOPSIS .Nm -.Op Fl f Ar file .Op Fl p -.Oo -.Ar node -.Oc +.Op Fl f Ar file +.Op Ar node .Sh DESCRIPTION .Nm -provides an interface for displaying the OpenPROM or OpenFirmware device tree -and node properties. Without any arguments, +provides an interface for displaying the OpenPROM or OpenFirmware +device tree and node properties. +Without any arguments, .Nm will dump the full tree. When given the name of a specific node, @@ -54,7 +53,7 @@ When given the name of a specific node, will display that node and its child nodes. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -offset indent -width 8n .It Fl f Ar file On systems with OpenPROM, use .Ar file @@ -65,10 +64,8 @@ On systems with OpenFirmware, use instead of the default .Pa /dev/openfirm . .It Fl p -.Nm -will display each node's properties. +Display each node's properties. .El -.Pp .Sh FILES .Bl -tag -width "/dev/openprom " .It /dev/openprom |
