From 1863ca7ad1b87f9b32aa1c5aa9554741f5845fba Mon Sep 17 00:00:00 2001 From: yangfl Date: Tue, 16 Feb 2021 00:52:53 +0800 Subject: [PATCH] Remove unnecessary escape characters in manpage PR #2123 Signed-off-by: Romain Vimont --- app/scrcpy.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/scrcpy.1 b/app/scrcpy.1 index 92b8e1e3..f5fc5d75 100644 --- a/app/scrcpy.1 +++ b/app/scrcpy.1 @@ -213,25 +213,25 @@ Set a custom window title. .BI "\-\-window\-x " value Set the initial window horizontal position. -Default is "auto".\n +Default is "auto". .TP .BI "\-\-window\-y " value Set the initial window vertical position. -Default is "auto".\n +Default is "auto". .TP .BI "\-\-window\-width " value Set the initial window width. -Default is 0 (automatic).\n +Default is 0 (automatic). .TP .BI "\-\-window\-height " value Set the initial window height. -Default is 0 (automatic).\n +Default is 0 (automatic). .SH SHORTCUTS -- GitLab