From owner-freebsd-commit Fri Jun 30 08:19:50 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA04899 for commit-outgoing; Fri, 30 Jun 1995 08:19:50 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA04878 for cvs-usrbin-outgoing; Fri, 30 Jun 1995 08:19:39 -0700 Received: (from jfieber@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA04861 ; Fri, 30 Jun 1995 08:19:15 -0700 Date: Fri, 30 Jun 1995 08:19:15 -0700 From: John Fieber Message-Id: <199506301519.IAA04861@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/sgmlfmt sgmlfmt.1 sgmlfmt.pl Sender: commit-owner@FreeBSD.org Precedence: bulk jfieber 95/06/30 08:19:13 Modified: usr.bin/sgmlfmt sgmlfmt.1 sgmlfmt.pl Log: New feature: a -links option, when generating html output, creates symbolic links for each cross reference label in the source file, thus allowing external documents to link to a more or less fixed target, rather that the numbered files which can change whenever the target document is modified. Bug fix: warn when a reference is made to a nonexistant label.