History log of /openbsd-src/usr.bin/split/split.1 (Results 1 – 22 of 22)
Revision Date Author Comments
# 9dbd6965 28-Feb-2015 bentley <bentley@openbsd.org>

Reduce usage of predefined strings in manpages.

Predefined strings are not very portable across troff implementations,
and they make the source much harder to read. Usually the intended
character ca

Reduce usage of predefined strings in manpages.

Predefined strings are not very portable across troff implementations,
and they make the source much harder to read. Usually the intended
character can be written directly.

No output changes, except for two instances where the incorrect escape
was used in the first place.

tweaks + ok schwarze@

show more ...


# d4a6a3e8 27-May-2014 jmc <jmc@openbsd.org>

combine the extensions notes;


# f1c64ac4 03-Sep-2010 jmc <jmc@openbsd.org>

add an EXIT STATUS section for /usr/bin;


# 11fbf7b0 22-Jul-2010 jmc <jmc@openbsd.org>

document exit returns; from daniel dickman


# 99332e38 08-Feb-2009 jmc <jmc@openbsd.org>

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;


# 083d32ca 05-Jan-2008 jmc <jmc@openbsd.org>

saying that -b and -l create smaller files can be misleading - the author
was probably thinking of the fact that files created would be smaller than
the original file split; instead, just say that th

saying that -b and -l create smaller files can be misleading - the author
was probably thinking of the fact that files created would be smaller than
the original file split; instead, just say that they create files.

this comes from freebsd pr#119329, submitted by Julian Stacey.
his fix was to introduce the notion of "split files", but the idea of
"create split files" can be just as confusing, so i've gone with removing
the original, ambiguous, adjective.

show more ...


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 7c5a075b 30-May-2007 jmc <jmc@openbsd.org>

- use a consistent text for STANDARDS
- note which options are extensions to POSIX


# 1fdddc39 24-Jan-2007 jmc <jmc@openbsd.org>

+.Xr csplit 1 ,
from Matthias Kilian;


# 7e5821b6 10-Aug-2006 jmc <jmc@openbsd.org>

use .Sq for single letters;


# bb090159 09-Aug-2006 millert <millert@openbsd.org>

Add -a option as per single unix. Rewrote the code to generate
file names to be less blecherous, though it is still not pretty.
OK beck@, with man page help from jmc@


# 84519b37 09-Aug-2006 jmc <jmc@openbsd.org>

- indicate that -b, -l, and -p are mutually exclusive
- tidy up the text somewhat
- make it clear that the original file is not changed

mostly this is based on a freebsd pr (33852),
submitted by gar

- indicate that -b, -l, and -p are mutually exclusive
- tidy up the text somewhat
- make it clear that the original file is not changed

mostly this is based on a freebsd pr (33852),
submitted by gary w. swearingen

show more ...


# 073a9085 07-Sep-2005 jmc <jmc@openbsd.org>

split.1:
add the relevant arguments to the options synopsis for -b and -l;
tidy up the formatting of [-b byte_count[k|m]];
make SYNOPSIS arg for -l match its description;

split.c:
sync usage();


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# bf0f8e2c 24-Jan-2002 mickey <mickey@openbsd.org>

fix the history refs


# b4d7a29b 06-Sep-2001 mpech <mpech@openbsd.org>

Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should
be a single digit. Powered by mantoya@.

millert@ ok.


# 3746a816 10-Nov-2000 aaron <aaron@openbsd.org>

- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.


# 05c78142 11-Mar-2000 aaron <aaron@openbsd.org>

Various cleanups and standardizations.


# 2e0eb34f 05-Jun-1999 aaron <aaron@openbsd.org>

- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/


# c3a1f5f7 04-Feb-1999 millert <millert@openbsd.org>

From FreeBSD:
Add new option '-p pattern' for splitting files based on matching
lines in the file with a regular expression. Useful for e.g.
'cvs diff' output. Also compile cleanly with

From FreeBSD:
Add new option '-p pattern' for splitting files based on matching
lines in the file with a regular expression. Useful for e.g.
'cvs diff' output. Also compile cleanly with -Wall and use
defines from <sysexits.h>.

show more ...


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree