From nobody@FreeBSD.org  Wed Mar  5 15:29:12 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 9C7B969D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  5 Mar 2014 15:29:12 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 8A23A841
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  5 Mar 2014 15:29:12 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s25FTAQa027358
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 5 Mar 2014 15:29:10 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s25FTA0A027352;
	Wed, 5 Mar 2014 15:29:10 GMT
	(envelope-from nobody)
Message-Id: <201403051529.s25FTA0A027352@cgiserv.freebsd.org>
Date: Wed, 5 Mar 2014 15:29:10 GMT
From: Trey Valenta <t@trey.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ls(1) man page typo
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         187284
>Category:       docs
>Synopsis:       ls(1) man page typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 05 15:30:00 UTC 2014
>Closed-Date:    Wed Mar 05 16:25:05 UTC 2014
>Last-Modified:  Wed Mar 05 16:25:05 UTC 2014
>Originator:     Trey Valenta
>Release:        10.0
>Organization:
>Environment:
FreeBSD x1.sea.trey.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
In the man page for ls, the section on "-G" reads:

-G      Enable colorized output.  This option is equivalent to defining
             CLICOLOR in the environment.  (See below.)  This functionality
             can be compiled out by removing the definition of COLORLS.

COLORLS should be LSCOLORS
>How-To-Repeat:
man ls | grep -A3 -- -G
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Wed Mar 5 16:25:04 UTC 2014 
State-Changed-Why:  
LSCOLORS in an envrionment variable documented in the man page for 
controlling the ls colors.  COLORLS is a compile time macro which 
controls wether color exists in the ls binary at all. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187284 
>Unformatted:
