Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2009 00:29:47 -0500 (EST)
From:      Benjamin Kaduk <kaduk@mit.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140766: grammar error in portlint.1
Message-ID:  <200911220529.nAM5Tlw9095475@periphrasis.mit.edu>
Resent-Message-ID: <200911220600.nAM608ux087216@freefall.freebsd.org>

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

>Number:         140766
>Category:       ports
>Synopsis:       grammar error in portlint.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 22 06:00:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Kaduk
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
MIT Student Information Processing Board
>Environment:
System: FreeBSD periphrasis.mit.edu 8.0-CURRENT FreeBSD 8.0-CURRENT #12: Fri Jun 26 23:33:14 EDT 2009 kaduk@periphrasis.mit.edu:/usr/obj/usr/src/sys/PERIPHRASIS amd64


	
>Description:
	portlint(1) recommends ${VARIABLE} over $(VARIABLE), even
	though they are "semantically same", which is a grammar error.
>How-To-Repeat:
	man portlint
>Fix:
[kaduk@periphrasis /usr/devel/zephyr/libss-port/root/usr/ports/ports-mgmt/portlint/src]$ diff -u portlint.1.orig portlint.1
--- portlint.1.orig     2009-11-21 23:12:39.000000000 -0500
+++ portlint.1  2009-11-21 23:12:49.000000000 -0500
@@ -48,7 +48,7 @@
 .Pa ${VARIABLE}
 instead of
 .Pa $(VARIABLE) ,
-even though they are semantically same.
+even though they are semantically the same.
 .It Fl c
 Committer flag.
 It will add several checks useful only for committers.



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



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