On Sun, Jul 25, 2010 at 09:58:53AM -0400, [email protected] wrote: > Hello list, > > there is a small typo in the vi(1) manual page concerning the behavior of > Ctrl-U command. The following patch remedies the problem: >
fixed, thanks. jmc > Index: vi.1 > =========================================================================== > --- vi.1 Sun Jul 25 15:16:40 2010 > +++ vi.1.new Sun Jul 25 15:22:37 2010 > @@ -446,7 +446,7 @@ > 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,
