git: bcde15f5f894 - main - ofwdump(8): cross-reference openfirm(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Oct 2023 17:56:32 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=bcde15f5f894ece1f507ae997d17d810efae9c76
commit bcde15f5f894ece1f507ae997d17d810efae9c76
Author: Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-09-20 22:33:59 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-10-23 17:56:29 +0000
ofwdump(8): cross-reference openfirm(4)
This utility relies on the openfirm(4) pseudo-device.
Sponsored by: The FreeBSD Foundation
---
usr.sbin/ofwdump/ofwdump.8 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/usr.sbin/ofwdump/ofwdump.8 b/usr.sbin/ofwdump/ofwdump.8
index a58b7cfc9395..2e9b280d4ab5 100644
--- a/usr.sbin/ofwdump/ofwdump.8
+++ b/usr.sbin/ofwdump/ofwdump.8
@@ -21,7 +21,7 @@
.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 26, 2022
+.Dd October 23, 2023
.Dt OFWDUMP 8
.Os
.Sh NAME
@@ -90,6 +90,8 @@ property of the
node as plain string:
.Pp
.Dl "ofwdump -P compatible -S /pci"
+.Sh SEE ALSO
+.Xr openfirm 4
.Sh HISTORY
The
.Nm