Module Name:    src
Committed By:   uwe
Date:           Wed Mar 14 09:42:37 UTC 2018

Modified Files:
        src/bin/sh: sh.1

Log Message:
Revert previous.  Fix the real problem properly.


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 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.188 src/bin/sh/sh.1:1.189
--- src/bin/sh/sh.1:1.188	Wed Mar 14 07:53:14 2018
+++ src/bin/sh/sh.1	Wed Mar 14 09:42:37 2018
@@ -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 @@ be built in for efficiency (e.g.
 .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

Reply via email to