Source-Changes-HG archive

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

[src/trunk]: src/bin/sh add missing parenthesis



details:   https://anonhg.NetBSD.org/src/rev/628bc737eb45
branches:  trunk
changeset: 545639:628bc737eb45
user:      zuntum <zuntum%NetBSD.org@localhost>
date:      Sat Apr 12 16:39:19 2003 +0000

description:
add missing parenthesis

diffstat:

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

diffs (18 lines):

diff -r b6387eecb40d -r 628bc737eb45 bin/sh/sh.1
--- a/bin/sh/sh.1       Sat Apr 12 14:41:28 2003 +0000
+++ b/bin/sh/sh.1       Sat Apr 12 16:39:19 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.62 2003/03/22 11:37:49 kristerw Exp $
+.\"    $NetBSD: sh.1,v 1.63 2003/04/12 16:39:19 zuntum Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -429,7 +429,7 @@
 is an optional number, as in
 .Sq 3
 (not
-.Sq Bq 3 ,
+.Sq Bq 3 ) ,
 that refers to a file descriptor.
 .Bl -tag -width aaabsfiles -offset indent
 .It [n] Ns \*[Gt] file



Home | Main Index | Thread Index | Old Index