diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2015-01-10 13:48:18 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2015-01-10 13:48:18 -0500 |
commit | 4dfcb4791be0f4e4f9ab24b654af1f8bfb9b3758 (patch) | |
tree | ceba1d98715831ef9a3b9655eceea2ea77b4a0fc /sys/man/1/xargs | |
parent | cbca753f00a427a4003bd4873e180d4434e3d517 (diff) |
xargs(1) man page: rewritten -> implemented
Diffstat (limited to 'sys/man/1/xargs')
-rw-r--r-- | sys/man/1/xargs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/xargs b/sys/man/1/xargs index a5d439129..3a30f8b0e 100644 --- a/sys/man/1/xargs +++ b/sys/man/1/xargs @@ -44,4 +44,4 @@ seq 1 9 | xargs -n 3 echo .B /sys/src/cmd/xargs.c .SH HISTORY .I Xargs -was rewritten from scratch for 9front (August, 2011). +was implemented from scratch for 9front (August, 2011). |