Module Name:    src
Committed By:   apb
Date:           Mon Oct  5 09:57:18 UTC 2009

Modified Files:
        src/share/man/man8: rc.subr.8

Log Message:
Typo in macro name (.Is -> .Ic), noticed by joerg@


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man8/rc.subr.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man8/rc.subr.8
diff -u src/share/man/man8/rc.subr.8:1.24 src/share/man/man8/rc.subr.8:1.25
--- src/share/man/man8/rc.subr.8:1.24	Fri Sep 11 19:48:52 2009
+++ src/share/man/man8/rc.subr.8	Mon Oct  5 09:57:18 2009
@@ -1,4 +1,4 @@
-.\" 	$NetBSD: rc.subr.8,v 1.24 2009/09/11 19:48:52 wiz Exp $
+.\" 	$NetBSD: rc.subr.8,v 1.25 2009/10/05 09:57:18 apb Exp $
 .\"
 .\" Copyright (c) 2002-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 11, 2009
+.Dd October 5, 2009
 .Dt RC.SUBR 8
 .Os
 .Sh NAME
@@ -793,7 +793,7 @@
 .It Ic yesno_to_truefalse Ar var
 Change the value of the specified variable from any of the
 forms acceptable to the
-.Is checkyesno
+.Ic checkyesno
 function, to
 .Dq true
 or

Reply via email to