Module Name: src
Committed By: rillig
Date: Mon Sep 12 07:13:02 UTC 2022
Modified Files:
src/usr.bin/make: make.1
Log Message:
make.1: remove extraneous .El, update date
To generate a diff of this commit:
cvs rdiff -u -r1.341 -r1.342 src/usr.bin/make/make.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.341 src/usr.bin/make/make.1:1.342
--- src/usr.bin/make/make.1:1.341 Mon Sep 12 07:10:59 2022
+++ src/usr.bin/make/make.1 Mon Sep 12 07:13:02 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.341 2022/09/12 07:10:59 rillig Exp $
+.\" $NetBSD: make.1,v 1.342 2022/09/12 07:13:02 rillig Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
.\"
-.Dd September 9, 2022
+.Dd September 12, 2022
.Dt MAKE 1
.Os
.Sh NAME
@@ -1817,7 +1817,6 @@ If the include statement is written as
not only are errors locating and/or opening include files ignored,
but stale dependencies within the included file are ignored just like in
.Va .MAKE.DEPENDFILE .
-.El
.Ss Exporting variables
The directives for exporting and unexporting variables are:
.Bl -tag -width Ds