Date: Wed, 22 May 2024 21:11:01 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 23989c61c39a - stable/14 - Fix typo Message-ID: <202405222111.44MLB1G4095346@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=23989c61c39a10fbacbd17a977b628b3ceb714d1 commit 23989c61c39a10fbacbd17a977b628b3ceb714d1 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-05-22 21:05:55 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-05-22 21:10:51 +0000 Fix typo ioclt -> ioctl. <blush> Fixes: 08b452033834 Noticed by: Thomas Mueller and John W. De Boskey Pointy hat to: imp Sponsored by: Netflix (cherry picked from commit 58e44aa01101d420c9d7021a788b6074b7183286) --- share/man/man4/sg.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/sg.4 b/share/man/man4/sg.4 index bf7cb93cfb09..ac549452cc93 100644 --- a/share/man/man4/sg.4 +++ b/share/man/man4/sg.4 @@ -8,7 +8,7 @@ .Os .Sh NAME .Nm sg -.Nd Linux ioclt-compatible SCSI passthru device +.Nd Linux ioctl-compatible SCSI passthru device .Sh SYNOPSIS .Cd device sg .Cd device scbus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405222111.44MLB1G4095346>