-------------------------------------------- Name: ftn, tn Version: 1.1 (11 Oct 94) Author: Dave Roberts. Version 1.1 changes by Devin Reade Computer: Apple IIgs Requires: Gno v2.x -------------------------------------------- This is an update to ftn and tn; two utilities that will allow you to read your Apple Technical and File Type Notes in a manner similar to man(1). Changes for v1.1: Added -V, -h, -?, and -d flags to both ftn and tn. Added -a and -i flags to tn. ftn now recognises the FTNDIR environment variable as the location of the ftn files, with /usr/man/ftn as the default. Similarily, tn recognises TNDIR, defaulting to /usr/man/tn. Added more comments to source files. Changed return type to int. Both ftn and tn return -1 on failure. Changed default pager from "/bin/less" to "/bin/more" for the sake of minimal installations. PAGER is still recognised. Added more error checking. Reduced stack usage to 1k. Updated man pages and converted them to nroff(1) source. Added makefile.mk for dmake(1).