man: various cleanup

Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3
Reviewed-on: https://plan9port-review.googlesource.com/2962
Reviewed-by: Russ Cox <rsc@swtch.com>
This commit is contained in:
Russ Cox 2017-07-15 20:49:52 -06:00
parent a18efdbab8
commit b546bd6e72
26 changed files with 43 additions and 49 deletions

View file

@ -40,7 +40,7 @@ and
.PP
The input should be a Plan 9 image
as described in
.IR image (6),
.IR image (7),
and the output will be a compressed 24-bit
.B r8g8b8
image.
@ -53,6 +53,6 @@ To uncompress the image or change the pixel format, use
.B \*9/src/cmd/resample.c
.SH "SEE ALSO
.IR crop (1),
.IR image (6)
.IR image (7)
.SH BUGS
Faster algorithms exist, but this implementation produces correct pictures.