diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-10 18:03:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-10 18:03:46 +0000 |
commit | 3f8471335e69c8c462f4d6c6452dcf19975284be (patch) | |
tree | 92c22034f437ae44b733e1a63f4ad2af1cb301cd /usr.bin/vi | |
parent | dc07874d6387c0fca1c5a02f18b7997e83075ae4 (diff) |
-v description comes before -w;
also a sentence tweak;
Diffstat (limited to 'usr.bin/vi')
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 8 |
1 files changed, 4 insertions, 4 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 22a88527236..db5da43e26a 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.34 2005/01/09 01:44:35 jmc Exp $ +.\" $OpenBSD: vi.1,v 1.35 2005/03/10 18:03:45 jmc Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -81,7 +81,7 @@ Anyone else should almost certainly read a good tutorial on the editor before this manual page. See the .Sx SEE ALSO -section below, for a list of additional materials. +section below for a list of additional materials. If you're in an unfamiliar environment, and you absolutely have to get work done immediately, read the section after the options description, entitled @@ -147,11 +147,11 @@ Start editing at the specified .Ar tag (see .Xr ctags 1 ) . -.It Fl w Ar size -Set the initial window size to the specified number of lines. .It Fl v Start editing in vi mode, as if the command name was .Nm vi . +.It Fl w Ar size +Set the initial window size to the specified number of lines. .El .Pp Command input for |