Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2022 10:49:36 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1cc4c2f90f40 - main - run.4: Fix a typo in the DIAGNOSTICS section
Message-ID:  <202210251049.29PAnaXc040678@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=1cc4c2f90f40abcec810adfa4673240c7bc71119

commit 1cc4c2f90f40abcec810adfa4673240c7bc71119
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 10:47:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-10-25 10:47:29 +0000

    run.4: Fix a typo in the DIAGNOSTICS section
    
    - s/faild/failed/
    
    MFC after:      3 days
---
 share/man/man4/run.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/run.4 b/share/man/man4/run.4
index d27bca4b10b4..222f7c843e4b 100644
--- a/share/man/man4/run.4
+++ b/share/man/man4/run.4
@@ -211,7 +211,7 @@ ifconfig wlan create wlandev run0 wlanmode adhoc ssid my_net \e
 .Ed
 .Sh DIAGNOSTICS
 .Bl -diag
-.It "run%d: faild load firmware of file runfw"
+.It "run%d: failed load firmware of file runfw"
 For some reason, the driver was unable to read the microcode file from the
 filesystem.
 The file might be missing or corrupted.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210251049.29PAnaXc040678>