Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Revert previous. Fix the real problem properly.



details:   https://anonhg.NetBSD.org/src/rev/1e7737e8620d
branches:  trunk
changeset: 321394:1e7737e8620d
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Mar 14 09:42:37 2018 +0000

description:
Revert previous.  Fix the real problem properly.

diffstat:

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

diffs (18 lines):

diff -r e18442d02bc7 -r 1e7737e8620d bin/sh/sh.1
--- a/bin/sh/sh.1       Wed Mar 14 09:38:33 2018 +0000
+++ b/bin/sh/sh.1       Wed Mar 14 09:42:37 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.188 2018/03/14 07:53:14 wiz Exp $
+.\"    $NetBSD: sh.1,v 1.189 2018/03/14 09:42:37 uwe Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -2053,7 +2053,7 @@
 .Xr test 1 ,
 etc).
 .Bl -tag -width 5n
-.It : Oo Ar arg ... Oc
+.It Ic \&: Oo Ar arg ... Oc
 A null command that returns a 0 (true) exit value.
 Any arguments or redirects are evaluated, then ignored.
 .It Ic \&. Ar file



Home | Main Index | Thread Index | Old Index