xargs(1): Sync with FreeBSD
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 12 Nov 2022 12:01:40 +0000 (13:01 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 12 Nov 2022 12:01:40 +0000 (13:01 +0100)
commitb47220edb99f3b9c9c04d7858e4aab43a93502f3
treee3feeee2cdbd782021de2aa70899b5f11704fc6d
parent00e4ae5c88a85b6def00615f726e7a037ba13934
xargs(1): Sync with FreeBSD

 - fix exit code when using -P
 - fix description of strnsubst return value
 - terminate if line replacement cannot be constructed
 - compile yesexpr as ERE
 - add some long options for GNU compatibility
 - Add EXAMPLES to man page
usr.bin/xargs/strnsubst.c
usr.bin/xargs/xargs.1
usr.bin/xargs/xargs.c