Module Name: src
Committed By: wiz
Date: Wed Mar 14 07:53:14 UTC 2018
Modified Files:
src/bin/sh: sh.1
Log Message:
Remove Ic macro without effect.
To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 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.187 src/bin/sh/sh.1:1.188
--- src/bin/sh/sh.1:1.187 Tue Mar 13 23:03:21 2018
+++ src/bin/sh/sh.1 Wed Mar 14 07:53:14 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.187 2018/03/13 23:03:21 uwe Exp $
+.\" $NetBSD: sh.1,v 1.188 2018/03/14 07:53:14 wiz 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 Ic : Oo Ar arg ... Oc
+.It : 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