aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-01 22:34:24 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-01 22:34:24 +0000
commit3c1217cfad0fb72f458223ae73e1ce612f5e9efd (patch)
tree724b843eacacbb51efcd62414c0c47d2668e3351 /docs
parent8f8d6d5f2dfd874a659e2d648db2c908f9e6093b (diff)
downloadbusybox-w32-3c1217cfad0fb72f458223ae73e1ce612f5e9efd.tar.gz
busybox-w32-3c1217cfad0fb72f458223ae73e1ce612f5e9efd.tar.bz2
busybox-w32-3c1217cfad0fb72f458223ae73e1ce612f5e9efd.zip
Document tr change
-Erik
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index c331c65ec..6f40884b5 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -1602,11 +1602,16 @@ Example:
1602------------------------------- 1602-------------------------------
1603 1603
1604=item tr 1604=item tr
1605Usage: tr [-cds] STRING1 [STRING2]
1605 1606
1606Usage: tr [B<-cdsu>] string1 [string2] 1607Translate, squeeze, and/or delete characters from
1608standard input, writing to standard output.
1607 1609
1608Translate, squeeze, and/or delete characters from standard 1610Options:
1609input, writing to standard output. 1611
1612 -c take complement of STRING1
1613 -d delete input characters coded STRING1
1614 -s squeeze multiple output characters of STRING2 into one character
1610 1615
1611Example: 1616Example:
1612 1617
@@ -1849,4 +1854,4 @@ Enrique Zanardi <ezanardi@ull.es>
1849 1854
1850=cut 1855=cut
1851 1856
1852# $Id: busybox.pod,v 1.24 2000/04/28 00:18:56 erik Exp $ 1857# $Id: busybox.pod,v 1.25 2000/05/01 22:34:24 erik Exp $