From 35d29185a85e74f57974fa6c0bf5066e1771b417 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Gro=C3=9Fe=20Sundrup?=
 <jonas-git@grosse-sundrup.com>
Date: Fri, 15 Oct 2021 15:03:38 +0200
Subject: [PATCH] change incorrectly documented output types

---
 swaymsg/swaymsg.1.scd | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/swaymsg/swaymsg.1.scd b/swaymsg/swaymsg.1.scd
index edc015b7..08c5d7a9 100644
--- a/swaymsg/swaymsg.1.scd
+++ b/swaymsg/swaymsg.1.scd
@@ -21,6 +21,7 @@ _swaymsg_ [options...] [message]
 
 *-p, --pretty*
 	Use pretty output even when not using a tty.
+	Not available for all message types.
 
 *-q, --quiet*
 	Sends the IPC message but does not print the response from sway.
@@ -60,20 +61,20 @@ _swaymsg_ [options...] [message]
 	  _swaymsg -- mark --add test_ instead of _swaymsg mark --add test_.
 
 *get\_workspaces*
-	Gets a JSON-encoded list of workspaces and their status.
+	Gets a list of workspaces and their status.
 
 *get\_inputs*
-	Gets a JSON-encoded list of current inputs.
+	Gets a list of current inputs.
 
 *get\_outputs*
-	Gets a JSON-encoded list of current outputs.
+	Gets a list of current outputs.
 
 *get\_tree*
 	Gets a JSON-encoded layout tree of all open windows, containers, outputs,
 	workspaces, and so on.
 
 *get\_seats*
-	Gets a JSON-encoded list of all seats,
+	Gets a list of all seats,
 	its properties and all assigned devices.
 
 *get\_marks*
@@ -83,7 +84,7 @@ _swaymsg_ [options...] [message]
 	Get a JSON-encoded configuration for swaybar.
 
 *get\_version*
-	Get JSON-encoded version information for the running instance of sway.
+	Get version information for the running instance of sway.
 
 *get\_binding\_modes*
 	Gets a JSON-encoded list of currently configured binding modes.
@@ -92,7 +93,7 @@ _swaymsg_ [options...] [message]
 	Gets JSON-encoded info about the current binding state.
 
 *get\_config*
-	Gets a JSON-encoded copy of the current configuration.
+	Gets a copy of the current configuration. Doesn't expand includes.
 
 *send\_tick*
 	Sends a tick event to all subscribed clients.