From eef6f6efc2fdf5a28af84b369d930cee82e6f612 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 15 Mar 2006 15:49:38 +0000 Subject: [PATCH] Fix the spelling of MAN to a modern syntax. --- share/mk/bsd.README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 065623609f8..bcf8d7db989 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -305,7 +305,7 @@ To build foo from foo.c with a manual page foo.1, use: To build foo from foo.c with a manual page foo.2, add the line: - MAN2= foo.2 + MAN= foo.2 If foo does not have a manual page at all, add the line: