From: Matthew Fernandez Date: Mon, 11 May 2026 16:18:56 +0000 (+0000) Subject: runtime(doc): Fix manpage typo in description of '--ttyfail' X-Git-Tag: v9.2.0471~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=852f4f43caa08ae6a49cab8dcf93b1a0739f6743;p=thirdparty%2Fvim.git 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 --- 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.