Module Name: src
Committed By: uwe
Date: Tue Mar 13 20:29:13 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Use \(or not \*(Ba when discussing case patterns.
To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/bin/sh/sh.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.180 src/bin/sh/sh.1:1.181
--- src/bin/sh/sh.1:1.180 Tue Mar 13 20:18:16 2018
+++ src/bin/sh/sh.1 Tue Mar 13 20:29:13 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.180 2018/03/13 20:18:16 uwe Exp $
+.\" $NetBSD: sh.1,v 1.181 2018/03/13 20:29:13 uwe Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -1327,7 +1327,7 @@ esac
The pattern can actually be one or more patterns (see
.Sx Shell Patterns
described later), separated by
-.Dq \*(Ba
+.Dq \(or
characters.
.Pp
Word is expanded and matched against each pattern in turn,