xargs: fix description of strnsubst return value

Reported by:	oshogbo
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D35574
This commit is contained in:
Tom Jones 2022-07-05 16:27:15 +01:00
parent f058359ba5
commit 1e692b938e

View File

@ -28,7 +28,7 @@ bool strnsubst(char **, const char *, const char *, size_t);
* If replstr is NULL, then that internally is changed to a nil-string, so
* that we can still pretend to do somewhat meaningful substitution.
*
* Returns true if truncation was needed to do the replacement, true if
* Returns true if truncation was needed to do the replacement, false if
* truncation was not required.
*/
bool