=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vi/LAYOUT,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/vi/LAYOUT 2001/01/29 01:58:24 1.4 --- src/usr.bin/vi/LAYOUT 2014/11/06 11:35:02 1.5 *************** *** 1,7 **** ! # $OpenBSD: LAYOUT,v 1.4 2001/01/29 01:58:24 niklas Exp $ # @(#)LAYOUT 8.12 (Berkeley) 10/10/96 LAYOUT This file: the layout of the nvi sources. --- 1,10 ---- ! # $OpenBSD: LAYOUT,v 1.5 2014/11/06 11:35:02 bentley Exp $ # @(#)LAYOUT 8.12 (Berkeley) 10/10/96 + FAQ + Frequently asked questions. + LAYOUT This file: the layout of the nvi sources. *************** *** 22,48 **** cl/ Source files for nvi's curses screen support. - clib/ - Replacement source files for C library functions. - common/ Source files for pieces of code that are shared by ex and vi, e.g., searching and logging code or code translating line numbers into requests to the dbopen(3) database code. It also has the interface code for modifying "records" in the underlying database. - curses/ - A stripped-down replacement curses library. Do not try and use - this library outside of nvi, many standard curses functions have - been removed because nvi doesn't use them. See build/README for - more information. - - db/ - A stripped-down replacement DB library. Do not try and use this - library outside of nvi, many standard DB functions have been - removed because nvi doesn't use them. See db/README for more - information. - docs/ Ex/vi documentation, both current and historic. --- 25,36 ---- *************** *** 101,130 **** version.h -- Version information. include/ ! Replacement include files: - bitstring.h -- The 4.4BSD bitstring operations. - sys/queue.h -- The 4.4BSD queue operations. - perl_api/ Source code supporting the Perl scripting language for nvi. perl_scripts/ Scripts for Perl included with nvi. - - regex/ - Henry Spencer's POSIX 1003.2 regular expression (RE) library. - - tcl_api/ - Source code supporting the Tcl scripting language for nvi. - - tcl_scripts/ - Scripts for Tcl included with nvi. - - tk/ - Source files for nvi's Tk screen support. - - init.tcl -- Vi startup tcl script. vi/ The vi source code. --- 89,101 ---- version.h -- Version information. include/ ! Replacement include files. perl_api/ Source code supporting the Perl scripting language for nvi. perl_scripts/ Scripts for Perl included with nvi. vi/ The vi source code.