Module Name: src
Committed By: wiz
Date: Sat May 26 12:40:06 UTC 2018
Modified Files:
src/usr.sbin/ofctl: ofctl.8
Log Message:
Merge single-letter options. Use more markup.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/ofctl/ofctl.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/ofctl/ofctl.8
diff -u src/usr.sbin/ofctl/ofctl.8:1.5 src/usr.sbin/ofctl/ofctl.8:1.6
--- src/usr.sbin/ofctl/ofctl.8:1.5 Sat May 26 10:21:41 2018
+++ src/usr.sbin/ofctl/ofctl.8 Sat May 26 12:40:06 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: ofctl.8,v 1.5 2018/05/26 10:21:41 jmcneill Exp $
+.\" $NetBSD: ofctl.8,v 1.6 2018/05/26 12:40:06 wiz Exp $
.\"
.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -35,8 +35,7 @@
.Nd display the OpenPROM or OpenFirmware device tree
.Sh SYNOPSIS
.Nm
-.Op Fl p
-.Op Fl v
+.Op Fl pv
.Op Fl f Ar file
.Op Ar node
.Sh DESCRIPTION
@@ -72,9 +71,9 @@ Display the full path name for each node
.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