Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2022 08:57:55 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 65b73f7f92dd - stable/13 - run.4: Fix a typo in the DIAGNOSTICS section
Message-ID:  <202210280857.29S8vtK7090470@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=65b73f7f92dde6522ef0ee9f10d64ca6d5cd25df

commit 65b73f7f92dde6522ef0ee9f10d64ca6d5cd25df
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 10:47:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-10-28 08:57:46 +0000

    run.4: Fix a typo in the DIAGNOSTICS section
    
    - s/faild/failed/
    
    (cherry picked from commit 1cc4c2f90f40abcec810adfa4673240c7bc71119)
---
 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 0cea7beada77..7cb06e9af285 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.



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