summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-07-23 15:09:56 +0000
committertrhodes <trhodes@FreeBSD.org>2002-07-23 15:09:56 +0000
commitcef72b6149c8df384325b93cb11ee0bea6cee375 (patch)
treec0a8e12c9a3fe1f27d35061b7c2ce60ba5174a3e /usr.bin
parent8be25d316fd223870df5d6dffff6ac4135f3e8c0 (diff)
downloadFreeBSD-src-cef72b6149c8df384325b93cb11ee0bea6cee375.zip
FreeBSD-src-cef72b6149c8df384325b93cb11ee0bea6cee375.tar.gz
Revert previous delta for cut(1) and calendar(1) as they were not applied
correctly. My fault, forgot that -current was checked out.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/calendar/calendar.13
-rw-r--r--usr.bin/cut/cut.111
2 files changed, 11 insertions, 3 deletions
diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1
index c215377..7964e75 100644
--- a/usr.bin/calendar/calendar.1
+++ b/usr.bin/calendar/calendar.1
@@ -56,7 +56,8 @@ utility checks the current directory for a file named
.Pa calendar
and displays lines that begin with either today's date
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
The following options are available:
.Bl -tag -width Ds
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index f0c30d0..0279ec7 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -61,15 +61,22 @@ utility selects portions of each line (as specified by
.Ar list )
from each
.Ar file
-(or the standard input by default), and writes them to the
-standard output.
+and writes them to the 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
.Ar list
can be in terms of column position or in terms of fields delimited
by a special character.
Column numbering starts from 1.
.Pp
+The
.Ar list
+option argument
is a comma or whitespace separated set of increasing numbers and/or
number ranges.
Number ranges consist of a number, a dash
OpenPOWER on IntegriCloud