Date: Fri, 26 Jun 2026 19:27:26 +0000 From: Benedict Reuschling <bcr@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Mathias Eggers <mathias.eggers@proton.me> Subject: git: dcc684ddccd6 - main - system(3): Use plural form of 'command' Message-ID: <6a3ed29e.4396f.6b42530c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/src/commit/?id=dcc684ddccd60d1079eefec06266de04641e319b commit dcc684ddccd60d1079eefec06266de04641e319b Author: Mathias Eggers <mathias.eggers@proton.me> AuthorDate: 2026-06-26 19:16:20 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> CommitDate: 2026-06-26 19:26:53 +0000 system(3): Use plural form of 'command' Pick the plural form in the sentence about running arbitrary commands in the security consideration section. PR: 294497 Event: Halifax Hackathon 202606 Location: Couch --- lib/libc/stdlib/system.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ed29e.4396f.6b42530c>
