summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2015-01-10 13:46:47 -0500
committerstanley lieber <stanley.lieber@gmail.com>2015-01-10 13:46:47 -0500
commitcbca753f00a427a4003bd4873e180d4434e3d517 (patch)
tree907369bec68be1b52959bce09d887ca5c599825b /sys/man/1
parent6e67b04a1fa9da8591abccb3c03859b50e3679d8 (diff)
xargs(1) man page: add HISTORY (thanks, jpm_)
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/xargs3
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).