summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-10-02 07:29:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-10-02 07:29:56 +0000
commit16334747eeee796f7e6f8777b3d0e2a1f286dfa9 (patch)
tree41b795534888deee7cc873e85ef35bed5b7686a9 /share
parent70b14d01a5c79c8cca0f1f74e6bad7a776bd1cee (diff)
zap an unneccessary Ev; from michael reed
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/mk.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5
index eddd52702cb..7c7ce23f054 100644
--- a/share/man/man5/mk.conf.5
+++ b/share/man/man5/mk.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mk.conf.5,v 1.28 2015/07/30 08:03:50 jmc Exp $
+.\" $OpenBSD: mk.conf.5,v 1.29 2015/10/02 07:29:55 jmc Exp $
.\"
.\" Copyright (c) 2003 Jason McIntyre
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 30 2015 $
+.Dd $Mdocdate: October 2 2015 $
.Dt MK.CONF 5
.Os
.Sh NAME
@@ -203,7 +203,7 @@ Do not build PIE objects or executables.
Do not build profiled versions of system libraries.
.It Ev PIPE
If set to
-.Qq Ev -pipe ,
+.Qq -pipe ,
.Xr gcc 1
will be given the
.Fl pipe