diff options
author | 1998-01-18 23:00:22 +0000 | |
---|---|---|
committer | 1998-01-18 23:00:22 +0000 | |
commit | 3753a25c26233be4ae48e429fe710876720151a6 (patch) | |
tree | 5e13667f9af6000d5995eda3b45f0deb8a7352db | |
parent | Support extended (modern) instead of basic (obsolescent) regular expressions. (diff) | |
download | wireguard-openbsd-3753a25c26233be4ae48e429fe710876720151a6.tar.xz wireguard-openbsd-3753a25c26233be4ae48e429fe710876720151a6.zip |
Import of gnu groff-1.11a
-rw-r--r-- | gnu/usr.bin/groff/ChangeLog | 7 | ||||
-rw-r--r-- | gnu/usr.bin/groff/INSTALL | 2 | ||||
-rw-r--r-- | gnu/usr.bin/groff/NEWS | 17 | ||||
-rw-r--r-- | gnu/usr.bin/groff/PROJECTS | 9 | ||||
-rw-r--r-- | gnu/usr.bin/groff/README | 7 | ||||
-rw-r--r-- | gnu/usr.bin/groff/VERSION | 2 | ||||
-rw-r--r-- | gnu/usr.bin/groff/groff/groff.man | 3 |
7 files changed, 38 insertions, 9 deletions
diff --git a/gnu/usr.bin/groff/ChangeLog b/gnu/usr.bin/groff/ChangeLog index 872c759a336..9d91424ea4e 100644 --- a/gnu/usr.bin/groff/ChangeLog +++ b/gnu/usr.bin/groff/ChangeLog @@ -1,3 +1,10 @@ +Fri Aug 15 08:51:47 1997 Eric S. Raymond <esr@snark.thyrsus.com> + + * README, PROJECTS, NEWS, INSTALL, VERSION, + doc/Makefile. doc/pic.ms, groff/groff.man: + Prepare for 1.11 release. No code changes. + Documentation for pic added (doc/pic.ms). + Sun Nov 26 11:45:13 1995 James Clark <jjc@jclark.com> * Version 1.10 released. diff --git a/gnu/usr.bin/groff/INSTALL b/gnu/usr.bin/groff/INSTALL index 639b9134575..ceb3e6a7608 100644 --- a/gnu/usr.bin/groff/INSTALL +++ b/gnu/usr.bin/groff/INSTALL @@ -16,7 +16,7 @@ usual malloc, it is good idea to include it in LIBS. For example, using the malloc that comes with GNU Emacs version 18 can give a worthwhile (and sometimes spectacular) performance improvement. -When you have build groff, you can use the test-groff script to try +When you have built groff, you can use the test-groff script to try groff out on one of the man pages. (Use the .n files not the .man files.) The test-groff script sets up environment variables to allow groff to run without being installed. The current directory must be diff --git a/gnu/usr.bin/groff/NEWS b/gnu/usr.bin/groff/NEWS index 0e0e1fcadf8..e1df82e1798 100644 --- a/gnu/usr.bin/groff/NEWS +++ b/gnu/usr.bin/groff/NEWS @@ -1,6 +1,23 @@ This file describes recent user-visible changes in groff. Bug fixes are not described. There are more details in the man pages. +VERSION 1.11 +============ + +James Clark has written (11 Aug 1997): +>Frankly I don't known when I'm going to be able to do another groff +>release. At the moment, I have no time, no Unix machine, and not a lot +>of interest in doing it. If anybody else wants to take over groff +>maintenance, that would be fine with me. Last time I asked in +>gnu.groff.bug, nobody volunteered. + +This means groff is an orphan. It is looking for a maintainer. + +Complete documentation for pic is now in the file doc/pic.ms. It was +contributed by Eric S. Raymond, <esr@thyrsus.com>, who is emphatically +*not* volunteering to take over groff as he is way overworked with +half a dozen other projects. + VERSION 1.10 ============ diff --git a/gnu/usr.bin/groff/PROJECTS b/gnu/usr.bin/groff/PROJECTS index 1691e0321a9..535d8b46327 100644 --- a/gnu/usr.bin/groff/PROJECTS +++ b/gnu/usr.bin/groff/PROJECTS @@ -11,7 +11,10 @@ Here are some things that would be useful additions to groff: a complete, self-contained manual (trent@cs.pdx.edu is working on this) -If you want to work on one of these, I suggest you contact me first. +If you want to work on one of these, you should probably post to +gnu.groff.bug to see if anyone else has gotten there first. + +As of August 1997 groff lacks a maintainer. If you are seriously interested +in these projects, perhaps you should volunteer. + -James Clark -jjc@jclark.com diff --git a/gnu/usr.bin/groff/README b/gnu/usr.bin/groff/README index bd28842185e..5ea82bc417d 100644 --- a/gnu/usr.bin/groff/README +++ b/gnu/usr.bin/groff/README @@ -26,11 +26,10 @@ The most recent released version of groff is always available by anonymous ftp from prep.ai.mit.edu in the directory pub/gnu. Please report bugs using the form in the file BUG-REPORT; the idea of -this is to make sure that I have all the information I need to fix the +this is to make sure that FSF has all the information it needs to fix the bug. At the very least, read the BUG-REPORT form and make sure that you supply all the information that it asks for. Even if you are not sure that something is a bug, report it using BUG-REPORT: this will -enable me to determine whether it really is a bug or not. +enable us to determine whether it really is a bug or not. -James Clark -jjc@jclark.com +GNU groff was written by James Clark <jjc@jclark.com>. diff --git a/gnu/usr.bin/groff/VERSION b/gnu/usr.bin/groff/VERSION index c044b1a3269..09601587019 100644 --- a/gnu/usr.bin/groff/VERSION +++ b/gnu/usr.bin/groff/VERSION @@ -1 +1 @@ -1.10 +1.11 diff --git a/gnu/usr.bin/groff/groff/groff.man b/gnu/usr.bin/groff/groff/groff.man index f47618106fd..4b6029e92c5 100644 --- a/gnu/usr.bin/groff/groff/groff.man +++ b/gnu/usr.bin/groff/groff/groff.man @@ -100,6 +100,9 @@ For typewriter-like devices .TP .B latin1 For typewriter-like devices using the ISO Latin-1 character set. +.TP +.B lj4 +For an HP LaserJet4-compatible (or other PCL5-compatible) printer. .LP The postprocessor to be used for a device is specified by the .B postpro |