History log of /freebsd-10-stable/usr.bin/cut/cut.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 243320 20-Nov-2012 eadler

Add 'w' flag to:

Use whitespace (spaces and tabs) as the delimiter.
Consecutive spaces and tabs count as one single field
separator.

Reviewed by: swildner@dragonflybsd.org
Approved by: cperciva
Obtained from: DragonFlyBSD
MFC after: 1 week


# 236867 11-Jun-2012 kevlo

Fix typo


# 236866 11-Jun-2012 kevlo

- Consistenly mention columns and fields
- Add -b to short error messages

Obtained from: NetBSD


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


# 190610 01-Apr-2009 trhodes

Fix punctuation.

PR: 132834
Submitted by: "Alan R. S. Bueno" <alan.bsd@gmail.com>


# 167101 28-Feb-2007 ru

- Adopt the short description from POSIX as it better matches the
utility name.

- Fix a bug in description: the range preceded by a dash selects
up to the last number, not first.


# 140420 18-Jan-2005 ru

Sort sections.


# 140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


# 131754 07-Jul-2004 ru

mdoc(7) fixes.


# 131227 28-Jun-2004 tjr

Describe the algorithm used by the -n option.


# 131200 27-Jun-2004 tjr

Correct the description of the -f option: input and output fields are
separated by the field delimiter character, which is not necessarily
the tab character.


# 131197 27-Jun-2004 tjr

Handle multibyte characters when cutting out fields (-f and -d options.)


# 131195 27-Jun-2004 tjr

Add cross-reference to colrm(1).


# 131194 27-Jun-2004 tjr

Implement the -c option correctly in locales with multibyte characters
instead of treating it as a synonym for -b.


# 114581 03-May-2003 keramida

Duplicate "from".

PR: docs/51724
Submitted by: Christopher Nehren <apeiron@comcast.net


# 107259 26-Nov-2002 ru

mdoc(7) police: markup polishing.

Approved by: re


# 100579 23-Jul-2002 trhodes

Revert previous delta for cut(1) and calendar(1) as they were not applied
correctly. My fault, forgot that -current was checked out.


# 100529 22-Jul-2002 trhodes

MFC: Fix some grammar, greater reduce diffs to HEAD


# 98111 11-Jun-2002 tjr

cut(1) appeared at least as early as System III.


# 98044 08-Jun-2002 tjr

Add an examples section. Avoid beginning a sentence with a lowercase letter.


# 98042 08-Jun-2002 tjr

Document cut(1)'s deficiencies in dealing with multibyte characters in the
BUGS section. These will be easy to fix when we have wide character stdio.


# 98035 08-Jun-2002 tjr

Don't split multibyte characters when the -n option is specified.


# 97530 29-May-2002 tjr

Move exit status info into Diagnostics section.


# 97495 29-May-2002 ru

mdoc(7) police: use .Fl to represent stdin.


# 97237 24-May-2002 tjr

When a file name of "-" is given, read from standard input (SUSv3)


# 79755 15-Jul-2001 dd

Remove whitespace at EOL.


# 72108 06-Feb-2001 charnier

Remove duplicate FreeBSD Id
Remoce unused #include
Use imperative mode to start flag description


# 68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 57670 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 43927 12-Feb-1999 eivind

Back out the NetBSD .Nm changes - we don't have the required
infrastructure, and I don't seem to find time to merge it.


# 43533 02-Feb-1999 eivind

Merge from NetBSD: cut.1 rev 1.6 to 1.8
cut.c rev 1.9 to 1.13
* Man page internal cleanups
* 8-bit characters cast to unsigned for is*()
* Misc cleanups for egcs -Wall compatibility


# 43532 02-Feb-1999 eivind

Bring in use of strsep() to handle bad input better, and clean up
some text.

Obtained from: Merge from OpenBSD
(cut.1 up to OpenBSD rev 1.3, cut.c up to OpenBSD rev 1.6)


# 43531 02-Feb-1999 eivind

Merge from NetBSD cut.1 rev 1.6 and cut.c rev 1.9, respectively. This
makes us conform to IEEE Std1003.2-1992 (``POSIX.2'').

Obtained from: NetBSD (but with slight modifications).


# 27098 30-Jun-1997 charnier

Use err(3) instead of local redefinition. Change argument name in man
page to sync with usage string.


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources