From b30e74889c5b787b8342e1383a912414e5237145 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 14 Mar 2018 07:53:14 +0000 Subject: [PATCH] Remove Ic macro without effect. --- bin/sh/sh.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index c815602e7ae5..4626d3ed0adf 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -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