xargs(1) man page: add HISTORY (thanks, jpm_)

This commit is contained in:
stanley lieber 2015-01-10 13:46:47 -05:00
parent 6e67b04a1f
commit cbca753f00

View file

@ -42,3 +42,6 @@ seq 1 9 | xargs -n 3 echo
.LP
.SH SOURCE
.B /sys/src/cmd/xargs.c
.SH HISTORY
.I Xargs
was rewritten from scratch for 9front (August, 2011).