]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Fix manpage typo in description of '--ttyfail'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 11 May 2026 16:18:56 +0000 (16:18 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 11 May 2026 16:19:16 +0000 (16:19 +0000)
This seems to have been accidentally introduced in
ce6fe84db21f00fd30b226200dbb02709514871a.

closes: #20186

Signed-off-by: Matthew Fernandez <matthew.fernandez@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/vim.1
runtime/doc/vim.man

index df39fb2b24a4ed7330bd96425d68fd172f6ee896..cf9a080482375f45c69c5cc8119f5caf8f982f9b 100644 (file)
@@ -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 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.
index c1484bebb0479f6202c53c74ea40772bfed6fa43..ab21a4b825df131a3299e091b79fd127b18f2d0e 100644 (file)
@@ -396,7 +396,7 @@ OPTIONS
        --startuptime {file}
                    During startup write timing messages to the file {fname}.
 
-       --ttyfail   When  stdin  or  stdout is not 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.