commit dc2ab9ed0776b643b05b83a258ca16fcf9638e47
parent 5f01aada8c707e31bb29cedf14318af7295ca383
Author: Rafael Garcia <rafael.garcia.gallego@gmail.com>
Date: Thu, 29 Dec 2011 01:45:12 +0100
Manpage typos
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sandy.1 b/sandy.1
@@ -161,7 +161,7 @@ Delete to end of word or next word.
Quit if the file has not been modified. Repeat to quit unconditionally.
.TP
.B Ctrl\-x
-Write changes to disk or quit if the file is not modified.
+Quit if the file is not modified. Otherwise write changes to disk.
.SS Text operations
These operations affect the selected text if any.
.TP
@@ -187,12 +187,12 @@ Lowercase selection.
Uppercase selection.
.TP
.BR Ctrl\-y " or " Shift\-Insert
-Replace (paste, yank) with text from the clipboard.
+Add (paste, yank) text from the clipboard.
.TP
.BR Ctrl\-t " or " Insert
Copy to the clipboard.
.TP
-.BR (Again) Ctrl\-d " or " Chift\-Delete
+.BR (Again) Ctrl\-d " or " Shift\-Delete
If there is any selection, cut to the clipboard.
.SS Other
.TP