From owner-freebsd-doc@FreeBSD.ORG Wed Aug 17 23:30:17 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E3EA16A41F for ; Wed, 17 Aug 2005 23:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA18943D53 for ; Wed, 17 Aug 2005 23:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7HNUGiU099064 for ; Wed, 17 Aug 2005 23:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7HNUG7j099056; Wed, 17 Aug 2005 23:30:16 GMT (envelope-from gnats) Resent-Date: Wed, 17 Aug 2005 23:30:16 GMT Resent-Message-Id: <200508172330.j7HNUG7j099056@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Toby Peterson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBD8316A41F for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: docs/85063: expand(1) manpage needs to clarify -t option X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 23:30:17 -0000 >Number: 85063 >Category: docs >Synopsis: expand(1) manpage needs to clarify -t option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 17 23:30:16 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted: