Date: Wed, 22 May 2024 21:10:11 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 58e44aa01101 - main - Fix typo Message-ID: <202405222110.44MLABdN088529@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=58e44aa01101d420c9d7021a788b6074b7183286 commit 58e44aa01101d420c9d7021a788b6074b7183286 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:09 +0000 Fix typo ioclt -> ioctl. <blush> Fixes: 08b452033834 Noticed by: Thomas Mueller and John W. De Boskey Pointy hat to: imp Sponsored by: Netflix --- 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?202405222110.44MLABdN088529>