Revert previous delta for cut(1) and calendar(1) as they were not applied

correctly.  My fault, forgot that -current was checked out.
This commit is contained in:
Tom Rhodes 2002-07-23 15:09:56 +00:00
parent 9de7305e58
commit a38d3fb35e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100579
2 changed files with 11 additions and 3 deletions

View File

@ -56,7 +56,8 @@ utility checks the current directory for a file named
.Pa calendar .Pa calendar
and displays lines that begin with either today's date and displays lines that begin with either today's date
or tomorrow's. or tomorrow's.
On Fridays, events on Friday through Monday are displayed. On the day before a weekend (normally Friday), events for the next
three days are displayed.
.Pp .Pp
The following options are available: The following options are available:
.Bl -tag -width Ds .Bl -tag -width Ds

View File

@ -61,15 +61,22 @@ utility selects portions of each line (as specified by
.Ar list ) .Ar list )
from each from each
.Ar file .Ar file
(or the standard input by default), and writes them to the and writes them to the standard output.
standard output. If no
.Ar file
arguments are specified, or a file argument is a single dash
.Pq Sq Fl ,
.Nm
reads from from the standard input.
The items specified by The items specified by
.Ar list .Ar list
can be in terms of column position or in terms of fields delimited can be in terms of column position or in terms of fields delimited
by a special character. by a special character.
Column numbering starts from 1. Column numbering starts from 1.
.Pp .Pp
The
.Ar list .Ar list
option argument
is a comma or whitespace separated set of increasing numbers and/or is a comma or whitespace separated set of increasing numbers and/or
number ranges. number ranges.
Number ranges consist of a number, a dash Number ranges consist of a number, a dash