History log of /freebsd-10.1-release/usr.bin/csplit/csplit.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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

# 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


# 187019 10-Jan-2009 trhodes

A bit of rewording for clarity, taken from OpenBSD.

Submitted by: jmc@OpenBSD.org


# 186477 24-Dec-2008 trhodes

Update the description of -k, output files appear to
be left regardless of an error, signal, or complete
run.

PR: 69861
Submitted by: vlad902@gmail.com


# 140835 25-Jan-2005 tjr

Document input line length limit.


# 140420 18-Jan-2005 ru

Sort sections.


# 140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


# 132028 12-Jul-2004 tjr

Remove BUGS section that talked about missing multibyte character support.
We have support now that the regular expression routines do.


# 131511 02-Jul-2004 tjr

Document missing multibyte character support in utilities specified
by POSIX.


# 101865 14-Aug-2002 ru

mdoc(7) police: simplify.


# 98107 10-Jun-2002 jmallett

Note that this appeared at least as early as PWB UNIX.

Use the literal string 'PWB UNIX', as we still have no .At macro for it.


# 97977 06-Jun-2002 tjr

Respect LC_CTYPE and LC_COLLATE environment variables, mainly for their
effects on regular expressions. The libc regex code does not handle
equivalence classes well (for example), but we do our best.


# 97599 30-May-2002 ru

mdoc(7) police: markup polishing.


# 96708 16-May-2002 tjr

Correct synopsis and usage(): pattern arguments are not optional.


# 95926 02-May-2002 tjr

Add the csplit(1) utility, which splits files based on context, as specified
by SUSv3.

PR: 36191
Reviewed by: mike