Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh Use \(or not \*(Ba when discussing case patterns.



details:   https://anonhg.NetBSD.org/src/rev/4ff375d0a5bc
branches:  trunk
changeset: 831143:4ff375d0a5bc
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Mar 13 20:29:13 2018 +0000

description:
Use \(or not \*(Ba when discussing case patterns.

diffstat:

 bin/sh/sh.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d98cebcaaf16 -r 4ff375d0a5bc bin/sh/sh.1
--- a/bin/sh/sh.1       Tue Mar 13 20:18:16 2018 +0000
+++ b/bin/sh/sh.1       Tue Mar 13 20:29:13 2018 +0000
@@ -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 @@
 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,



Home | Main Index | Thread Index | Old Index