Bug 85063

Summary: [patch] expand(1) manpage needs to clarify -t option
Product: Documentation Reporter: Toby Peterson <toby>
Component: Books & ArticlesAssignee: ru <ru>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Toby Peterson 2005-08-18 00:30:16 UTC
expand's -t option overrides the -a option; the manpage does not mention this.

How-To-Repeat: Read the expand(1) manpage.
Comment 1 dfilter service freebsd_committer freebsd_triage 2006-10-13 17:22:36 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"
Comment 2 ru freebsd_committer freebsd_triage 2006-10-13 17:22:41 UTC
State Changed
From-To: open->closed

I fixed it differently, by changing the usage() and SYNOPSIS 
to be like in POSIX. 


Comment 3 ru freebsd_committer freebsd_triage 2006-10-13 17:22:41 UTC
Responsible Changed
From-To: freebsd-doc->ru
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-10-16 14:17:19 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"