jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone

Blame SOURCES/vim-7.3-manpage-typo-668894-675480.patch

8b9a1c
diff -up vim73/runtime/doc/vim.1.668894 vim73/runtime/doc/vim.1
8b9a1c
--- vim73/runtime/doc/vim.1.668894	2010-05-15 13:04:00.000000000 +0200
8b9a1c
+++ vim73/runtime/doc/vim.1	2012-08-28 12:41:36.000000000 +0200
8b9a1c
@@ -73,7 +73,7 @@ To edit a file that starts with a dash, 
8b9a1c
 .TP
8b9a1c
 \-
8b9a1c
 The file to edit is read from stdin.  Commands are read from stderr, which
8b9a1c
-should be a tty.
8b9a1c
+should be a TTY.
8b9a1c
 .TP
8b9a1c
 \-t {tag}
8b9a1c
 The file to edit and the initial cursor position depends on a "tag", a sort
8b9a1c
@@ -321,7 +321,7 @@ When N is omitted, open one tab page for
8b9a1c
 \-R
8b9a1c
 Read-only mode.
8b9a1c
 The 'readonly' option will be set.
8b9a1c
-You can still edit the buffer, but will be prevented from accidently
8b9a1c
+You can still edit the buffer, but will be prevented from accidentally
8b9a1c
 overwriting a file.
8b9a1c
 If you do want to overwrite a file, add an exclamation mark to the Ex command,
8b9a1c
 as in ":w!".