system(3): fix typo santized -> sanitized

PR: 276262
Reviewed by: imp
This commit is contained in:
Steve Kargl 2024-01-12 11:26:40 -07:00 committed by Warner Losh
parent 1e25eb287f
commit 7385a7f67c

View file

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd July 25, 2015
.Dd January 11, 2024
.Dt SYSTEM 3
.Os
.Sh NAME
@ -103,6 +103,6 @@ user to run arbitrary command,
because all meta-characters supported by
.Xr sh 1
would be honored.
User supplied parameters should always be carefully santized
User supplied parameters should always be carefully sanitized
before they appear in
.Fa string .