diff options
author | cracauer <cracauer@FreeBSD.org> | 1999-12-05 12:23:03 +0000 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1999-12-05 12:23:03 +0000 |
commit | 40718257bf708445ca1f53701a8569d5d8f01761 (patch) | |
tree | e046766b5a079492ee73a97c4aea566bb0f59013 /usr.bin | |
parent | afc2bd855c451701ca35aaf54f120954cccbfa4a (diff) | |
download | FreeBSD-src-40718257bf708445ca1f53701a8569d5d8f01761.zip FreeBSD-src-40718257bf708445ca1f53701a8569d5d8f01761.tar.gz |
Make '||' visible.
PR: docs/15265
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/make.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 577ef32..e934dc6 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -803,7 +803,7 @@ logical OR Logical .Tn AND ; of higher precedence than -.Dq . +.Ql Ic || . .El .Pp As in C, |