diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-05-02 11:14:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-05-02 11:14:12 +0000 |
commit | 7b5169aecdc8bc1e9e808fb5554246b5ecbd1721 (patch) | |
tree | 7c52691b979b92dd793a350026bbe78989c6fc43 /usr.bin/make/make.1 | |
parent | 4ba9456c14c7069ad770a4c5773beaf7cb9fc06c (diff) |
no need to escape `|'; as discussed with schwartze
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r-- | usr.bin/make/make.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 08d6ad5ea46..a438994b4f1 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.91 2011/01/23 20:43:55 schwarze Exp $ +.\" $OpenBSD: make.1,v 1.92 2011/05/02 11:14:11 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: January 23 2011 $ +.Dd $Mdocdate: May 2 2011 $ .Dt MAKE 1 .Os .Sh NAME @@ -991,13 +991,13 @@ The .Ar operator may be any one of the following: .Bl -tag -width "Cm XX" -.It Cm \&|\&| +.It Cm || logical OR .It Cm \&&& Logical .Tn AND ; of higher precedence than -.Dq \&|\&| . +.Cm || . .El .Pp As in C, |