diff options
author | 2004-01-24 12:24:36 +0000 | |
---|---|---|
committer | 2004-01-24 12:24:36 +0000 | |
commit | 394cfbecc142f2aaef1c33a001acd7bea50089d2 (patch) | |
tree | acf67fb655b4c279c6868335d27dc694a8c4037f | |
parent | some fixes from Jared Yanovich, and a couple from myself; (diff) | |
download | wireguard-openbsd-394cfbecc142f2aaef1c33a001acd7bea50089d2.tar.xz wireguard-openbsd-394cfbecc142f2aaef1c33a001acd7bea50089d2.zip |
make vi reference card and vi tutorial easier to find;
use -compact for FILES;
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 12 |
1 files changed, 6 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 71f1afcfb81..88ada97e793 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.23 2004/01/16 13:08:32 jmc Exp $ +.\" $OpenBSD: vi.1,v 1.24 2004/01/24 12:24:36 jmc Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -2184,7 +2184,7 @@ for more information. .\" ignores these signals. .El .Sh FILES -.Bl -tag -width "/var/tmp/vi.recover" +.Bl -tag -width "/var/tmp/vi.recover" -compact .It Pa /bin/sh The default user shell. .It Pa /etc/vi.exrc @@ -2210,11 +2210,11 @@ Second choice for local directory startup file. .Pp The .Qq Vi Quick Reference -card. +card, +.Pa /usr/share/doc/usd/12.vi/vi.summary . .Pp -.Qq An Introduction to Display Editing with Vi , -found in the UNIX User's Manual Supplementary Documents -section of both the 4.3BSD and 4.4BSD manual sets. +.Qq \&An Introduction to Display Editing with Vi , +.Pa /usr/share/doc/usd/12.vi/ . This document is the closest thing available to an introduction to the .Nm vi screen editor. |