From apeiron@prophecy.dyndns.org  Sat May  3 08:23:48 2003
Return-Path: <apeiron@prophecy.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4D1A537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 May 2003 08:23:48 -0700 (PDT)
Received: from smtp-out.comcast.net (smtp-out.comcast.net [24.153.64.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B762F43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 May 2003 08:23:47 -0700 (PDT)
	(envelope-from apeiron@prophecy.dyndns.org)
Received: from prophecy.dyndns.org
 (pcp04083487pcs.levtwn01.pa.comcast.net [68.60.254.152])
 by mtaout02.icomcast.net
 (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003))
 with ESMTP id <0HEB00B9NHE0ND@mtaout02.icomcast.net> for
 FreeBSD-gnats-submit@freebsd.org; Sat, 03 May 2003 11:22:48 -0400 (EDT)
Received: from prophecy.dyndns.org (prophecy.dyndns.org [127.0.0.1])
	by prophecy.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h43FNINP001433	for
 <FreeBSD-gnats-submit@freebsd.org>; Sat, 03 May 2003 11:23:18 -0400
Received: (from apeiron@localhost)
	by prophecy.dyndns.org (8.12.6p2/8.12.6/Submit) id h43FNDBh001432; Sat,
 03 May 2003 11:23:13 -0400 (EDT envelope-from apeiron)
Message-Id: <200305031523.h43FNDBh001432@prophecy.dyndns.org>
Date: Sat, 03 May 2003 11:23:13 -0400 (EDT)
From: Christopher Nehren <apeiron@comcast.net>
Reply-To: Christopher Nehren <apeiron@comcast.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Duplicate "from" in cut(1)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51724
>Category:       docs
>Synopsis:       Duplicate "from" in cut(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hmp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 03 08:30:15 PDT 2003
>Closed-Date:    Mon May 26 05:42:52 PDT 2003
>Last-Modified:  Mon May 26 05:42:52 PDT 2003
>Originator:     Christopher Nehren
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD prophecy.dyndns.org 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Thu May 1 17:49:32 EDT 2003 root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY i386


	
>Description:
On line 70 of /usr/src/usr.bin/cut/cut.1, the word "from" is written twice.
>How-To-Repeat:
grep -n "from from" /usr/src/usr.bin/cut/cut.1
>Fix:
--- cut.1       Sat May  3 11:17:02 2003
+++ /usr/src/usr.bin/cut/cut.1  Tue Nov 26 05:51:47 2002
@@ -67,7 +67,7 @@
 arguments are specified, or a file argument is a single dash
 .Pq Sq Fl ,
 .Nm
-reads from the standard input.
+reads from from the standard input.
 The items specified by
 .Ar list
 can be in terms of column position or in terms of fields delimited
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: keramida 
State-Changed-When: Sat May 3 08:55:54 PDT 2003 
State-Changed-Why:  
Committed to current, thanks :) 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Sat May 3 08:55:54 PDT 2003 
Responsible-Changed-Why:  
My MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51724 
Responsible-Changed-From-To: keramida->hmp 
Responsible-Changed-By: hmp 
Responsible-Changed-When: Mon May 26 00:06:54 PDT 2003 
Responsible-Changed-Why:  
I will take care of this by tommorowish. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51724 
State-Changed-From-To: patched->closed 
State-Changed-By: hmp 
State-Changed-When: Mon May 26 05:42:28 PDT 2003 
State-Changed-Why:  
MFC done.  Thanks Christopher, Giorgos. 

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