From 9f61a33c9fcd752aa4488590ab2ecd8c2e1ac9f5 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 4 Dec 1996 14:03:12 +0000 Subject: [PATCH] troff flag -Tlpr is now changed to -Tlp --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 2ed01f173..c63ad8c6d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -79,4 +79,4 @@ clean: # It makes a version of the installation manual, suitable for a simple # line printer. distr: install.doc - tbl install.doc | nroff -Tlpr $(MS) >install.pr + tbl install.doc | nroff -Tlp $(MS) >install.pr