diff options
author | 2014-04-14 07:03:19 +0000 | |
---|---|---|
committer | 2014-04-14 07:03:19 +0000 | |
commit | 18631c4a96b6bde931ec5feb5f58fd71f217332a (patch) | |
tree | e8ef38adf83d5a7f2b98583971698e2728fee8ab | |
parent | update STANDARDS somewhat, and some macro simplification; (diff) | |
download | wireguard-openbsd-18631c4a96b6bde931ec5feb5f58fd71f217332a.tar.xz wireguard-openbsd-18631c4a96b6bde931ec5feb5f58fd71f217332a.zip |
STANDARDS: note that make is optional
ok schwarze sobrado
-rw-r--r-- | usr.bin/make/make.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index da777a2d8c1..9d588d6c38d 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.112 2014/03/14 10:19:01 espie Exp $ +.\" $OpenBSD: make.1,v 1.113 2014/04/14 07:03:19 jmc Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: March 14 2014 $ +.Dd $Mdocdate: April 14 2014 $ .Dt MAKE 1 .Os .Sh NAME @@ -1516,7 +1516,8 @@ The .Nm utility is mostly compliant with the .St -p1003.1-2008 -specification. +specification, +though its presence is optional. .Pp The flags .Op Fl BDdIjmV |