From nobody@FreeBSD.org  Wed Aug 17 23:21:00 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EBD8316A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Aug 2005 23:21:00 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BCC8743D45
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Aug 2005 23:21:00 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j7HNL0fw054553
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 Aug 2005 23:21:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j7HNL0Us054552;
	Wed, 17 Aug 2005 23:21:00 GMT
	(envelope-from nobody)
Message-Id: <200508172321.j7HNL0Us054552@www.freebsd.org>
Date: Wed, 17 Aug 2005 23:21:00 GMT
From: Toby Peterson <toby@apple.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: expand(1) manpage needs to clarify -t option
X-Send-Pr-Version: www-2.3

>Number:         85063
>Category:       docs
>Synopsis:       [patch] expand(1) manpage needs to clarify -t option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 17 23:30:16 GMT 2005
>Closed-Date:    Fri Oct 13 16:23:18 GMT 2006
>Last-Modified:  Mon Oct 16 13:20:27 GMT 2006
>Originator:     Toby Peterson
>Release:        HEAD
>Organization:
Apple Computer, Inc.
>Environment:
n/a
>Description:
expand's -t option overrides the -a option; the manpage does not mention this.
>How-To-Repeat:
Read the expand(1) manpage.
>Fix:
Index: expand.1
===================================================================
RCS file: /home/ncvs/src/usr.bin/expand/expand.1,v
retrieving revision 1.14
diff -u -r1.14 expand.1
--- expand.1    17 Jan 2005 07:44:17 -0000      1.14
+++ expand.1    17 Aug 2005 23:19:36 -0000
@@ -90,7 +90,11 @@
 Set tab stops at column positions
 .Ar tab1 , tab2 , ... , tabn .
 If only a single number is given, tab stops are set that number of
-column positions apart instead of the default number of 8.
+column positions apart instead of the default number of 8. If the
+.Fl t
+option is specified, it overrides the
+.Fl a
+option.
 .El
 .Sh ENVIRONMENT
 The

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Fri Oct 13 16:22:41 UTC 2006 
State-Changed-Why:  
I fixed it differently, by changing the usage() and SYNOPSIS 
to be like in POSIX. 


Responsible-Changed-From-To: freebsd-doc->ru 
Responsible-Changed-By: ru 
Responsible-Changed-When: Fri Oct 13 16:22:41 UTC 2006 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=85063 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/85063: commit references a PR
Date: Fri, 13 Oct 2006 16:22:36 +0000 (UTC)

 ru          2006-10-13 16:22:25 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.bin/expand       expand.1 
     usr.bin/unexpand     unexpand.c 
   Log:
   Document that unexpand(1)'s -a and -t options are exclusive.
   
   PR:             docs/85063
   
   Revision  Changes    Path
   1.15      +2 -3      src/usr.bin/expand/expand.1
   1.15      +1 -1      src/usr.bin/unexpand/unexpand.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/85063: commit references a PR
Date: Mon, 16 Oct 2006 13:17:19 +0000 (UTC)

 ru          2006-10-16 13:16:41 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     usr.bin/expand       expand.1 
     usr.bin/unexpand     unexpand.c 
   Log:
   MFC: Document that unexpand(1)'s -a and -t options are exclusive.
   
   PR:             docs/85063
   Approved by:    re (hrs)
   
   Revision  Changes    Path
   1.14.2.1  +2 -3      src/usr.bin/expand/expand.1
   1.14.8.1  +1 -1      src/usr.bin/unexpand/unexpand.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
