<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/split, branch release/8.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-02-16T16:18:46Z</updated>
<entry>
<title>Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.</title>
<updated>2011-02-16T16:18:46Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2011-02-16T16:18:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dec99dafe5763ba1db6950342aa80a634169c083'/>
<id>urn:sha1:dec99dafe5763ba1db6950342aa80a634169c083</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.2-RELEASE image.
</content>
</entry>
<entry>
<title>Merge r212162 from head:</title>
<updated>2010-09-11T18:50:33Z</updated>
<author>
<name>Gavin Atkinson</name>
<email>gavin@FreeBSD.org</email>
</author>
<published>2010-09-11T18:50:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9189154885b221a44f51480c2826c1d1a3e71c3c'/>
<id>urn:sha1:9189154885b221a44f51480c2826c1d1a3e71c3c</id>
<content type='text'>
  Correct spelling mistake, int -&gt; into
</content>
</entry>
<entry>
<title>When "-b" is specified, one could easily create "smaller" files</title>
<updated>2009-01-24T05:32:11Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2009-01-24T05:32:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cff548f0dd9fc0a042b8bbba6600bca5a5e5033b'/>
<id>urn:sha1:cff548f0dd9fc0a042b8bbba6600bca5a5e5033b</id>
<content type='text'>
that are much larger than expected (given the default size).
Change "smaller files" to "split files" which is more in line
with what "-b" actually does.

PR:		119329
Submitted by:	Julian Stacey &lt;jhs@berklix.org&gt;
</content>
</entry>
<entry>
<title>Add a -n option to split(1) to split files into N chunks rather than</title>
<updated>2008-03-16T15:15:32Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2008-03-16T15:15:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e286f086c7bf9c728c2917887ad46ec7916271e'/>
<id>urn:sha1:0e286f086c7bf9c728c2917887ad46ec7916271e</id>
<content type='text'>
having to specify the right number of bytes.

Obtained from:	NetBSD
Submitted by:	Jan Schaumann &lt;jschauma@netmeister.org&gt;
PR:		113175
</content>
</entry>
<entry>
<title>Markup fixes.</title>
<updated>2006-09-29T15:20:48Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-29T15:20:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cb29445a92708496312b59658abe2020d2359ac2'/>
<id>urn:sha1:cb29445a92708496312b59658abe2020d2359ac2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for splitting at gigabyte boundaries. [1]</title>
<updated>2006-08-10T10:41:47Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2006-08-10T10:41:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab'/>
<id>urn:sha1:a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab</id>
<content type='text'>
Also make both lowercase and uppercase suffix letters work
as byte-count suffixes, i.e. the following two commands are
equivalent now:

    % split -b 4m foo
    % split -b 4M foo

Submitted by:		Roman Divacky [1]
Lots of help by:	cperciva
Reviewed by:		cperciva
MFC after:		1 week
</content>
</entry>
<entry>
<title>Update usage &amp; SYNOPSIS and clarify that input files are not removed.</title>
<updated>2006-08-08T21:25:22Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2006-08-08T21:25:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=49198c429758b2bca2854d3748a4c6cfaf6cc633'/>
<id>urn:sha1:49198c429758b2bca2854d3748a4c6cfaf6cc633</id>
<content type='text'>
Sort getopt option handling of -p too, while here.

The changes are adapted from a patch by Ruslan Ermilov, posted as
followup to docs/33852.

PR:             docs/33852
Submitted by:   Gary W. Swearingen &lt;swear@blarg.net&gt;
MFC after:      1 week
</content>
</entry>
<entry>
<title>-mdoc sweep.</title>
<updated>2005-11-18T10:36:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-18T10:36:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4e9e907d636ef7f776d89d98bd778f740ee69cdd'/>
<id>urn:sha1:4e9e907d636ef7f776d89d98bd778f740ee69cdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include option-argument names in the list in the DESCRIPTION section.</title>
<updated>2005-08-30T12:48:28Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2005-08-30T12:48:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=33eafb83b76b6a3f1a2d1f712e6f623097edfbf9'/>
<id>urn:sha1:33eafb83b76b6a3f1a2d1f712e6f623097edfbf9</id>
<content type='text'>
Remove a non-bug from the BUGS section.
</content>
</entry>
<entry>
<title>Remove undocumented historic support for treating "-" as an option</title>
<updated>2005-08-30T12:32:18Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2005-08-30T12:32:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bb78dba49b79cf66f84c863e3c392ba9f9b7f08d'/>
<id>urn:sha1:bb78dba49b79cf66f84c863e3c392ba9f9b7f08d</id>
<content type='text'>
instead of a file operand; this is not compatible with POSIX.
</content>
</entry>
</feed>
