From 3bb38c0d178704a8abcc3962e9cf9189708d5f40 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Tue, 17 Mar 2026 15:14:17 +0200 Subject: [PATCH] man: fix screenshooting interface name This was the old interface that was removed. Signed-off-by: Pekka Paalanen --- man/weston.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/weston.man b/man/weston.man index e58b18e58..83f9b72c9 100644 --- a/man/weston.man +++ b/man/weston.man @@ -157,7 +157,7 @@ which any client can use to receive debugging messages from the compositor. This is risky for two reasons. First, a client may cause a denial-of-service blocking the compositor by providing an unsuitable file descriptor, and second, the debug messages may expose sensitive information. -Additionally this will expose weston-screenshooter interface allowing the user +Additionally this will expose weston-output-capture interface allowing the user to take screenshots of the outputs using weston-screenshooter application, which can lead to silently leaking the output contents. This option should not be used in production.