diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2015-01-10 13:46:47 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2015-01-10 13:46:47 -0500 |
commit | cbca753f00a427a4003bd4873e180d4434e3d517 (patch) | |
tree | 907369bec68be1b52959bce09d887ca5c599825b | |
parent | 6e67b04a1fa9da8591abccb3c03859b50e3679d8 (diff) |
xargs(1) man page: add HISTORY (thanks, jpm_)
-rw-r--r-- | sys/man/1/xargs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/man/1/xargs b/sys/man/1/xargs index 78638d65b..a5d439129 100644 --- a/sys/man/1/xargs +++ b/sys/man/1/xargs @@ -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). |