=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vi/README,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/vi/README 2001/01/29 01:58:25 1.10 --- src/usr.bin/vi/README 2014/11/06 11:35:02 1.11 *************** *** 1,4 **** ! # $OpenBSD: README,v 1.10 2001/01/29 01:58:25 niklas Exp $ # @(#)README 8.149 (Berkeley) 7/14/97 --- 1,4 ---- ! # $OpenBSD: README,v 1.11 2014/11/06 11:35:02 bentley Exp $ # @(#)README 8.149 (Berkeley) 7/14/97 *************** *** 8,43 **** The directory layout is as follows: ! FAQ ........... Frequently asked questions. ! LICENSE ....... Copyright, use and redistribution information. ! README ........ This file. ! catalog ....... Message catalogs; see catalog/README. ! changelog ..... Log of changes from version to version. ! cl ............ Vi interface to the curses(3) library. ! clib .......... C library replacement source code. ! common ........ Code shared by ex and vi. ! curses ........ A stripped-down, replacement curses(3) library. ! db ............ A stripped-down, replacement db(3) library. ! dist .......... Various files used to build the vi distribution. ! docs .......... Ex/vi documentation, both current and historic. ! docs/README ... Documentation overview. ! docs/edit ..... Edit: A tutorial. ! docs/exref .... Ex Reference Manual -- Version 3.7. ! docs/vi.man ... UNIX manual page for nex/nvi. ! docs/vi.ref ... Nex/nvi reference manual. ! docs/vitut .... An Introduction to Display Editing with Vi. ! ex ............ Ex source code. ! include ....... Replacement include files. ! ip ............ Library interface to vi: vi side. ! ipc ........... Library interface to vi: application side. ! motif ......... Vi motif application. ! motif_l ....... Motif library interface to vi. ! perl_api ...... Perl scripting language support. ! perl_scripts .. Perl scripts. ! regex ......... POSIX 1003.2 regular expression library. ! tcl_api ....... Tcl scripting language support. ! tcl_scripts ... Tcl scripts. ! vi ............ Vi source code. Bug fixes and updated versions of this software will periodically be made available. For more information see: --- 8,31 ---- The directory layout is as follows: ! FAQ ................... Frequently asked questions. ! LAYOUT ................ The layout of the nvi sources. ! LICENSE ............... Copyright, use and redistribution information. ! README ................ This file. ! catalog ............... Message catalogs; see catalog/README. ! cl .................... Vi interface to the curses(3) library. ! common ................ Code shared by ex and vi. ! docs .................. Ex/vi documentation, both current and historic. ! docs/USD.doc/edit ..... Edit: A tutorial. ! docs/USD.doc/exref .... Ex Reference Manual -- Version 3.7. ! docs/USD.doc/vi.man ... UNIX manual page for nex/nvi. ! docs/USD.doc/vi.ref ... Nex/nvi reference manual. ! docs/USD.doc/vitut .... An Introduction to Display Editing with Vi. ! ex .................... Ex source code. ! include ............... Replacement include files. ! perl_api .............. Perl scripting language support. ! perl_scripts .......... Perl scripts. ! vi .................... Vi source code. Bug fixes and updated versions of this software will periodically be made available. For more information see: