git: dcc684ddccd6 - main - system(3): Use plural form of 'command'

From: Benedict Reuschling <bcr_at_FreeBSD.org>
Date: Fri, 26 Jun 2026 19:27:26 UTC
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.