docs/51724: Duplicate "from" in cut(1)
Christopher Nehren
apeiron at comcast.net
Sat May 3 15:30:20 UTC 2003
>Number: 51724
>Category: docs
>Synopsis: Duplicate "from" in cut(1)
>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: Sat May 03 08:30:15 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-doc
mailing list