diff options
author | keramida <keramida@FreeBSD.org> | 2003-05-03 15:55:23 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2003-05-03 15:55:23 +0000 |
commit | 30e6c01c53f506681f108cb05ed9e65ba2652c4a (patch) | |
tree | fc148af104d1a7df6bf4241c8bda091d79c08914 /usr.bin/cut | |
parent | 152593ef08d64635ecbb2371bee188623cb279f2 (diff) | |
download | FreeBSD-src-30e6c01c53f506681f108cb05ed9e65ba2652c4a.zip FreeBSD-src-30e6c01c53f506681f108cb05ed9e65ba2652c4a.tar.gz |
Duplicate "from".
PR: docs/51724
Submitted by: Christopher Nehren <apeiron@comcast.net
Diffstat (limited to 'usr.bin/cut')
-rw-r--r-- | usr.bin/cut/cut.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 18374a2..bc4adc6 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -67,7 +67,7 @@ If no arguments are specified, or a file argument is a single dash .Pq Sq Fl , .Nm -reads from from the standard input. +reads from the standard input. The items specified by .Ar list can be in terms of column position or in terms of fields delimited |