aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorMathias Eggers <mathias.eggers@proton.me>2026-06-26 19:16:20 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2026-06-26 19:26:53 +0000
commitdcc684ddccd60d1079eefec06266de04641e319b (patch)
tree47df828353c67aa04174f4044bd89d4a821f8e9a /lib/libc/stdlib
parent0cedb626959c0bbab6497d1f042beddab059bdaa (diff)
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/system.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3
index f09577099a5c..022e255063da 100644
--- a/lib/libc/stdlib/system.3
+++ b/lib/libc/stdlib/system.3
@@ -101,7 +101,7 @@ compatible.
The
.Fn system
function is easily misused in a manner that enables a malicious
-user to run arbitrary command,
+user to run arbitrary commands,
because all meta-characters supported by
.Xr sh 1
would be honored.