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

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