diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-03-09 21:34:43 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-03-09 21:34:43 -0800 |
commit | 98648d7bac718b8401e4277f5fccdf53aa038834 (patch) | |
tree | 93c642a9855eb0b6cc3f8c00aa5d70e558cc8779 | |
parent | 0f5d1af67be196416a6136255dc8525ac430b979 (diff) |
Update minpixwin info in man page to match implemenation
Scales to 50x50 window since commit 920b070987c00b369bd6c77c6283f68dffbc7b83
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | man/x11perf.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/x11perf.man b/man/x11perf.man index 7e04c29..d7746e4 100644 --- a/man/x11perf.man +++ b/man/x11perf.man @@ -979,7 +979,7 @@ Scale 250x250 from pixmap to 500x500 window. Scale 10x10 from pixmap to 5x5 window. .TP 14 .B \-minpixwin100 -Scale 100x100 from pixmap to 5x5 window. +Scale 100x100 from pixmap to 50x50 window. .TP 14 .B \-minpixwin500 Scale 500x500 from pixmap to 250x250 window. |