summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2022-12-03 00:25:58 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2022-12-03 00:25:58 +0000
commit3932622c292dbf4ce5f65fa2a6fb6b3a3c77f174 (patch)
treea594d880893d22b9c0763267b6cc862492eb9260 /sys/man
parent032d64429f21143141dfa9646a73dfe6f1008b3b (diff)
iconv: revert copying extra data on input
I think this is better done by a shell script doing the extra copying as it breaks use cases where we want to consume bitmaps in a loop from a file-descriptor.
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/1/crop7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/man/1/crop b/sys/man/1/crop
index ce8ce8966..c1a676ce0 100644
--- a/sys/man/1/crop
+++ b/sys/man/1/crop
@@ -114,11 +114,8 @@ The default color is black.
.I Iconv
changes the format of pixels in the image
.I file
-(default standard input) and writes the resulting image to standard
-output. Any extra data following the source image is copied verbatim,
-which allows converting fonts without losing subfont header and
-character information. Pixels in the image are converted according to
-the channel descriptor
+(default standard input) and writes the resulting image to standard output.
+Pixels in the image are converted according to the channel descriptor
.IR chandesc ,
(see
.IR image (6)).