From b54eff661f03e62ee814b2054e81eb6895d1644f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 21 Jan 2008 15:00:54 +0000 Subject: [PATCH] Use 78n line length when formatting cat pages. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 0bf02c4dc..161398c4f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -178,7 +178,7 @@ all: $(PROGS) .man.cat: @rm -f $(srcdir)/$@ - $(NROFF) -man $< > $(srcdir)/$@ + sed '1s/^/.if n .ll 78n/' $< | $(NROFF) -man > $(srcdir)/$@ sudo: $(SUDO_OBJS) $(LIB_OBJS) $(CC) -o $@ $(SUDO_OBJS) $(LIB_OBJS) $(SUDO_LDFLAGS) $(SUDO_LIBS) -- 2.40.0