Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2003 17:18:19 +0200 (CEST)
From:      "Simon L.Nielsen" <simon@nitro.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/52486: [patch] Typo in bsd.info.mk comment
Message-ID:  <20030520151819.EF8E310BF84@arthur.nitro.dk>
Resent-Message-ID: <200305201520.h4KFKMRh081311@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52486
>Category:       misc
>Synopsis:       [patch] Typo in bsd.info.mk comment
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 08:20:21 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
>Description:
There are two simple typos in comments in share/mk/bsd.info.mk.
>How-To-Repeat:
>Fix:
--- bsd.info.mk-comment-typo.patch begins here ---
Index: bsd.info.mk
===================================================================
RCS file: /home/ncvs/src/share/mk/bsd.info.mk,v
retrieving revision 1.66
diff -u -d -r1.66 bsd.info.mk
--- bsd.info.mk	29 Jul 2002 09:40:12 -0000	1.66
+++ bsd.info.mk	19 May 2003 21:28:38 -0000
@@ -95,7 +95,7 @@
 .texi.dvi .texinfo.dvi:
 	TEXINPUTS=${.CURDIR}:${SRCDIR}:$$TEXINPUTS \
 		${TEX} ${.IMPSRC} </dev/null
-# Run again to reolve cross references.
+# Run again to resolve cross references.
 	TEXINPUTS=${.CURDIR}:${SRCDIR}:$$TEXINPUTS \
 		${TEX} ${.IMPSRC} </dev/null
 
@@ -103,7 +103,7 @@
 	perl -npe 's/(^\s*\\input\s+texinfo\s+)/$$1\n@tex\n\\global\\hsize=120mm\n@end tex\n\n/' ${.IMPSRC} >> ${.IMPSRC:T:R}-la.texi
 	TEXINPUTS=${.CURDIR}:${SRCDIR}:$$TEXINPUTS \
 		${TEX} ${.IMPSRC:T:R}-la.texi </dev/null
-# Run again to reolve cross references.
+# Run again to resolve cross references.
 	TEXINPUTS=${.CURDIR}:${SRCDIR}:$$TEXINPUTS \
 		${TEX} ${.IMPSRC:T:R}-la.texi </dev/null
 	${DVIPS} -o /dev/stdout ${.IMPSRC:T:R}-la.dvi | \
--- bsd.info.mk-comment-typo.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030520151819.EF8E310BF84>