diff options
author | Maxime Coste <mawww@kakoune.org> | 2017-03-23 17:35:20 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-03-23 17:35:52 +0100 |
commit | d2383f57cd1ede7c43c69953e101b89d920353f6 (patch) | |
tree | d4bea931c08cd6c428c1db006977766bc0f17e99 /docs | |
parent | dba0dc1999bb1e8bfe64607e2a9385cda361fcb7 (diff) | |
download | busybox-w32-d2383f57cd1ede7c43c69953e101b89d920353f6.tar.gz busybox-w32-d2383f57cd1ede7c43c69953e101b89d920353f6.tar.bz2 busybox-w32-d2383f57cd1ede7c43c69953e101b89d920353f6.zip |
paste: new applet
function old new delta
paste_main - 493 +493
packed_usage 31019 31070 +51
applet_names 2569 2575 +6
applet_main 1484 1488 +4
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 3/0 up/down: 554/0) Total: 554 bytes
Signed-off-by: Maxime Coste <mawww@kakoune.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/posix_conformance.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/posix_conformance.txt b/docs/posix_conformance.txt index c0582dc23..8b9112020 100644 --- a/docs/posix_conformance.txt +++ b/docs/posix_conformance.txt | |||
@@ -22,7 +22,7 @@ POSIX Tools supported only as shell built-ins (ash shell): | |||
22 | POSIX Tools not supported: | 22 | POSIX Tools not supported: |
23 | asa, at, batch, bc, c99, command, compress, csplit, ex, fc, file, | 23 | asa, at, batch, bc, c99, command, compress, csplit, ex, fc, file, |
24 | gencat, getconf, iconv, join, link, locale, localedef, lp, m4, | 24 | gencat, getconf, iconv, join, link, locale, localedef, lp, m4, |
25 | mailx, newgrp, nl, paste, pathchk, pax, pr, qalter, qdel, qhold, qmove, | 25 | mailx, newgrp, nl, pathchk, pax, pr, qalter, qdel, qhold, qmove, |
26 | qmsg, qrerun, qrls, qselect, qsig, qstat, qsub, tabs, talk, tput, | 26 | qmsg, qrerun, qrls, qselect, qsig, qstat, qsub, tabs, talk, tput, |
27 | tsort, unlink, uucp, uustat, uux | 27 | tsort, unlink, uucp, uustat, uux |
28 | 28 | ||
@@ -469,6 +469,12 @@ od POSIX options | |||
469 | -x | no | no | | 469 | -x | no | no | |
470 | od Busybox specific options: None | 470 | od Busybox specific options: None |
471 | 471 | ||
472 | paste POSIX options | ||
473 | option | exists | compliant | remarks | ||
474 | -d list | yes | yes | | ||
475 | -s | yes | yes | | ||
476 | paste Busybox specific options: None | ||
477 | |||
472 | patch POSIX options | 478 | patch POSIX options |
473 | option | exists | compliant | remarks | 479 | option | exists | compliant | remarks |
474 | -D define | no | no | | 480 | -D define | no | no | |