summaryrefslogtreecommitdiff
path: root/usr.bin/vi/docs/USD.doc/vi.man/vi.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vi/docs/USD.doc/vi.man/vi.1')
-rw-r--r--usr.bin/vi/docs/USD.doc/vi.man/vi.113
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 b/usr.bin/vi/docs/USD.doc/vi.man/vi.1
index c7637273411..22a88527236 100644
--- a/usr.bin/vi/docs/USD.doc/vi.man/vi.1
+++ b/usr.bin/vi/docs/USD.doc/vi.man/vi.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vi.1,v 1.33 2005/01/09 01:37:32 jmc Exp $
+.\" $OpenBSD: vi.1,v 1.34 2005/01/09 01:44:35 jmc Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -203,30 +203,31 @@ There is only one key that takes you out of input mode,
and that is the
.Aq escape
key.
-(Key names are written using less-than and greater-than signs, e.g.\&
+.Pp
+Key names are written using less-than and greater-than signs, e.g.\&
.Aq escape
means the
.Dq escape
key, usually labeled
.Dq Esc
on your
-terminal's keyboard.)
+terminal's keyboard.
If you're ever confused as to which mode you're in,
keep entering the
.Aq escape
key until
.Nm vi
beeps at you.
-(Generally,
+Generally,
.Nm vi
will beep at you if you try and do something that's not allowed.
-It will also display error messages.)
+It will also display error messages.
.Pp
To start editing a file, enter the following command:
.Pp
.Dl $ vi file
.Pp
-The command you should enter as soon as you start editing is
+The command you should enter as soon as you start editing is:
.Pp
.Dl :set verbose showmode
.Pp