Bug 276262 - Typo in system(3) manual page
Summary: Typo in system(3) manual page
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Warner Losh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-11 18:23 UTC by Steve Kargl
Modified: 2024-01-12 18:33 UTC (History)
1 user (show)

See Also:


Attachments
patch (638 bytes, patch)
2024-01-11 18:23 UTC, Steve Kargl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Kargl freebsd_committer freebsd_triage 2024-01-11 18:23:03 UTC
Created attachment 247599 [details]
patch

sanitized is spelled with two 'i'.
Comment 1 Warner Losh freebsd_committer freebsd_triage 2024-01-12 18:32:57 UTC
landed with 7385a7f67c1f
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-01-12 18:33:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=7385a7f67c1f26f4a6948be9155efeee76cf321e

commit 7385a7f67c1f26f4a6948be9155efeee76cf321e
Author:     Steve Kargl <kargl@FreeBSD.org>
AuthorDate: 2024-01-12 18:26:40 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-01-12 18:29:22 +0000

    system(3): fix typo santized -> sanitized

    PR: 276262
    Reviewed by: imp

 lib/libc/stdlib/system.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)