CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/13 02:51:14
Modified files:
usr.bin/xargs : xargs.1
Log message:
xargs(1): bump posix spec to 2024
The spec now documents -0 and -r.
In addition, the spec notes that specifying both -0 and -E are mutually
exclusive, leaving the actual behavior unspecified.
ok deraadt@, guenther@ on the spec version bump
ok millert@ on documenting the interaction between -0 and -E
