Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/usr.sbin/ofctl Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/d4aeec92bbad
branches: netbsd-8
changeset: 851803:d4aeec92bbad
user: martin <martin%NetBSD.org@localhost>
date: Mon Jun 18 15:31:49 2018 +0000
description:
Pull up following revision(s) (requested by sevan in ticket #882):
usr.sbin/ofctl/ofctl.8: revision 1.6
usr.sbin/ofctl/ofctl.8: revision 1.7
Merge single-letter options. Use more markup.
Document -l, -r, and -w, based on input by jmcneill@
Bump date.
diffstat:
usr.sbin/ofctl/ofctl.8 | 29 +++++++++++++++++++++++------
1 files changed, 23 insertions(+), 6 deletions(-)
diffs (71 lines):
diff -r 9f95d44d384c -r d4aeec92bbad usr.sbin/ofctl/ofctl.8
--- a/usr.sbin/ofctl/ofctl.8 Fri Jun 15 02:13:36 2018 +0000
+++ b/usr.sbin/ofctl/ofctl.8 Mon Jun 18 15:31:49 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ofctl.8,v 1.4 2008/09/25 22:44:51 reed Exp $
+.\" $NetBSD: ofctl.8,v 1.4.52.1 2018/06/18 15:31:49 martin Exp $
.\"
.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd September 29, 2006
+.Dd June 18, 2018
.Dt OFCTL 8
.Os
.Sh NAME
@@ -35,8 +35,10 @@
.Nd display the OpenPROM or OpenFirmware device tree
.Sh SYNOPSIS
.Nm
-.Op Fl p
+.Op Fl lp
.Op Fl f Ar file
+.Op Fl r Ar propfile
+.Op Fl w Ar propfile
.Op Ar node
.Sh DESCRIPTION
.Nm
@@ -54,7 +56,7 @@
will display that node and its child nodes.
.Pp
The options are as follows:
-.Bl -tag -offset indent -width 8n
+.Bl -tag -offset indent -width 12n
.It Fl f Ar file
On systems with OpenPROM, use
.Ar file
@@ -64,14 +66,29 @@
.Ar file
instead of the default
.Pa /dev/openfirm .
+.It Fl l
+Dump a partial tree starting from
+.Ar node .
.It Fl p
Display each node's properties.
+.It Fl r Ar propfile
+Instead of reading from the openprom or openfirm device,
+use the proplib file
+.Ar propfile
+as input.
+See also
+.Fl w .
+.It Fl w Ar propfile
+Write the device tree to the proplib file
+.Ar propfile .
+See also
+.Fl r .
.El
.Sh FILES
.Bl -tag -width "/dev/openprom "
-.It /dev/openprom
+.It Pa /dev/openprom
The openprom device on systems with OpenPROM.
-.It /dev/openfirm
+.It Pa /dev/openfirm
The openfirm device on systems with OpenFirmware.
.El
.Sh SEE ALSO
Home |
Main Index |
Thread Index |
Old Index