diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-25 20:23:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-25 20:23:42 +0000 |
commit | 442fa8589154938ee33d15eea1605c4b76f7903e (patch) | |
tree | ed02e0fd01932bd53dda20f6a305e71678091656 | |
parent | 2c7e21c9c6f035c407794c7a5c7f104993112ae9 (diff) |
^U scrolls backwards, not forwards; from marrob at lavabit com
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 6 |
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 2759b15c258..cb98e8a1044 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.44 2010/07/18 21:45:01 jmc Exp $ +.\" $OpenBSD: vi.1,v 1.45 2010/07/25 20:23:41 jmc Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -14,7 +14,7 @@ .\" .\" @(#)vi.1 8.51 (Berkeley) 10/10/96 .\" -.Dd $Mdocdate: July 18 2010 $ +.Dd $Mdocdate: July 25 2010 $ .Dt VI 1 .Os .Sh NAME @@ -446,7 +446,7 @@ Scroll backwards lines. If .Ar count -is not given, scroll forward half the number of lines in the current screen. +is not given, scroll backwards half the number of lines in the current screen. .Pp .It Aq Cm control-W Switch to the next lower screen in the window, |