From c19d62012a6f11a6ef3e6b4948eefa17cf199e4a Mon Sep 17 00:00:00 2001 From: sjg Date: Sun, 7 May 2023 16:43:50 +0000 Subject: make.1: lose the trailing blank lines --- usr.bin/make/make.1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/make') diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 9a9b0a39873..5cdd99ce64a 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.362 2023/05/07 16:32:47 sjg Exp $ +.\" $NetBSD: make.1,v 1.363 2023/05/07 16:43:50 sjg Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2727,5 +2727,3 @@ using that token pool to abort the build and exit with error code 6. Sometimes the attempt to suppress a cascade of unnecessary errors, can result in a seemingly unexplained .Ql *** Error code 6 - - -- cgit