Date: Fri, 10 Jun 2022 16:08:21 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6586828a23f4 - stable/13 - firewire.4: Fix typo Message-ID: <202206101608.25AG8LE1010858@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by ygy (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6586828a23f4b4accb8db38490890308a7b3b3f0 commit 6586828a23f4b4accb8db38490890308a7b3b3f0 Author: PauAmma <pauamma@gundo.com> AuthorDate: 2022-06-06 03:52:34 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2022-06-10 16:08:02 +0000 firewire.4: Fix typo While there, replace dead wiki URL with dev handbook one and fix markup. Reviewed by: gbe Differential Revision: https://reviews.freebsd.org/D35252 (cherry picked from commit eabfcbbfe1a4bee09d1dab659116ccbb8e36f88f) --- share/man/man4/firewire.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/firewire.4 b/share/man/man4/firewire.4 index 4bf51f62a9fc..147af36b145d 100644 --- a/share/man/man4/firewire.4 +++ b/share/man/man4/firewire.4 @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 11, 2012 +.Dd June 6, 2022 .Dt FIREWIRE 4 .Os .Sh NAME @@ -83,11 +83,11 @@ On the .Nm bus, every device is identified by an EUI 64 address. .Pp -Debugging over the firewire interace is possible with the +Debugging over the firewire interface is possible with the .Xr dcons 4 driver. Please see -.Pa https://wiki.freebsd.org/DebugWithDcons +.Lk https://docs.freebsd.org/en/books/developers-handbook/kerneldebug/#kerneldebug-dcons for details on how to setup debugging with firewire. .Sh FILES .Bl -tag -width "Pa /dev/fwmem0.0" -compact
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101608.25AG8LE1010858>