From b7aee5a437684864b3c4814ada0cda476a81ff34 Mon Sep 17 00:00:00 2001 From: Greg Flynn Date: Mon, 25 Mar 2019 07:40:06 -0400 Subject: [PATCH] fix tiny typo in manpage for --use-damage --- man/compton.1.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/compton.1.asciidoc b/man/compton.1.asciidoc index ec1439ee..a240fd5c 100644 --- a/man/compton.1.asciidoc +++ b/man/compton.1.asciidoc @@ -232,7 +232,7 @@ May also be one of the predefined kernels: `3x3box` (default), `5x5box`, `7x7box *--glx-no-rebind-pixmap*:: GLX backend: Avoid rebinding pixmap on window damage. Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe, xf86-video-intel, etc.). Recommended if it works. -*-use-damage*:: +*--use-damage*:: Use the damage information to limit rendering to parts of the screen that has actually changed. Potentially improves the performance. *--xrender-sync-fence*::