Module Name: src
Committed By: sjg
Date: Wed Mar 16 00:19:01 UTC 2016
Modified Files:
src/usr.bin/make: make.1
Log Message:
Fix syntax
To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 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.255 src/usr.bin/make/make.1:1.256
--- src/usr.bin/make/make.1:1.255 Mon Mar 14 07:42:15 2016
+++ src/usr.bin/make/make.1 Wed Mar 16 00:19:01 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.255 2016/03/14 07:42:15 matthias Exp $
+.\" $NetBSD: make.1,v 1.256 2016/03/16 00:19:01 sjg Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -686,7 +686,7 @@ or it will not be recognized.
The name of the target; also known as
.Ql Va @ .
For compatibility with other makes this is an alias for
-.Ic Va .ARCHIVE
+.Ic .ARCHIVE
in archive member rules.
.El
.Pp