From 852f4f43caa08ae6a49cab8dcf93b1a0739f6743 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 11 May 2026 16:18:56 +0000 Subject: [PATCH] runtime(doc): Fix manpage typo in description of '--ttyfail' This seems to have been accidentally introduced in ce6fe84db21f00fd30b226200dbb02709514871a. closes: #20186 Signed-off-by: Matthew Fernandez Signed-off-by: Christian Brabandt --- runtime/doc/vim.1 | 2 +- runtime/doc/vim.man | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/doc/vim.1 b/runtime/doc/vim.1 index df39fb2b24..cf9a080482 100644 --- a/runtime/doc/vim.1 +++ b/runtime/doc/vim.1 @@ -515,7 +515,7 @@ GTK GUI only: Use the GtkPlug mechanism to run gVim in another window. During startup write timing messages to the file {fname}. .TP \-\-ttyfail -When stdin or stdout is not a a terminal (tty) then exit right away. +When stdin or stdout is not a terminal (tty) then exit right away. .TP \-\-version Print version information and exit. diff --git a/runtime/doc/vim.man b/runtime/doc/vim.man index c1484bebb0..ab21a4b825 100644 --- a/runtime/doc/vim.man +++ b/runtime/doc/vim.man @@ -396,7 +396,7 @@ OPTIONS --startuptime {file} During startup write timing messages to the file {fname}. - --ttyfail When stdin or stdout is not a a terminal (tty) then exit + --ttyfail When stdin or stdout is not a terminal (tty) then exit right away. --version Print version information and exit.