summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-01 17:48:30 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-01 17:48:30 +0000
commite60b9782872ca9ff87f3f6888ca5979ca8d5bd89 (patch)
tree18ae706e93635e09876cc1c1545453791205ca42 /bin/ksh/sh.1
parent96cc71db7208ba0a9308325c4bddb3f1962c7f76 (diff)
remove trailing spaces; missed from a previous commit
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r--bin/ksh/sh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 722cf611a7a..2dc6aeac326 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.14 1999/06/15 01:18:35 millert Exp $
+.\" $OpenBSD: sh.1,v 1.15 1999/07/01 17:48:29 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -385,7 +385,7 @@ is executed only if the exit status of
.Ar cmd1
is non-zero.
.Ql &&
-and
+and
.Ql ||
have equal precedence which is higher that that of
.Ql & ,