misc/52486: [patch] Typo in bsd.info.mk comment

Simon L.Nielsen simon at nitro.dk
Tue May 20 08:20:23 PDT 2003


>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 at tex\n\\global\\hsize=120mm\n at 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:


More information about the freebsd-bugs mailing list