summaryrefslogtreecommitdiff
path: root/usr.bin/vi/docs
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-09-15 15:41:20 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-09-15 15:41:20 +0000
commit14ac48495e52c08d3be7f39e376f967ffd490618 (patch)
tree26bf42fc48838c109961b9df2c70377ddd060012 /usr.bin/vi/docs
parent79ad2d99766f051a8a65f8be32fc7ce5b80fd3e0 (diff)
Obvious omissions.
Diffstat (limited to 'usr.bin/vi/docs')
-rw-r--r--usr.bin/vi/docs/USD.doc/vi.man/vi.16
1 files changed, 3 insertions, 3 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 16312382401..8ddd274055b 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.11 2001/01/29 01:58:34 niklas Exp $
+.\" $OpenBSD: vi.1,v 1.12 2001/09/15 15:41:19 miod Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -407,7 +407,7 @@ lines, without changing the current column.
.B "<control-T>"
Return to the most recent tag context.
.TP
-.B "<control-U>"
+.B "[count] <control-U>"
Scroll backwards
.I count
lines.
@@ -416,7 +416,7 @@ lines.
Switch to the next lower screen in the window, or, to the first
screen if there are no lower screens in the window.
.TP
-.B "<control-Y>"
+.B "[count] <control-Y>"
Scroll backwards
.I count
lines, leaving the current line and column as is, if possible.