<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/ls, branch releng/6.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-10-16T11:54:36Z</updated>
<entry>
<title>MFC: 1.100:</title>
<updated>2006-10-16T11:54:36Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-10-16T11:54:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f3cab639783c96208d3792ebd8728fa39ebff87e'/>
<id>urn:sha1:f3cab639783c96208d3792ebd8728fa39ebff87e</id>
<content type='text'>
- Improve description of the -A option.
- Document how whiteouts look in the long output. [1]
- Sort entry types.
- Fix description of the socket type.

PR:		docs/51921 [1]
Approved by:	re (hrs)
</content>
</entry>
<entry>
<title>MFC: Add a new -U flag to instruct ls to use the birthtime for printing or</title>
<updated>2006-05-18T22:02:20Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-05-18T22:02:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=01d51104815074bbe55e9ebe58259d114030b16f'/>
<id>urn:sha1:01d51104815074bbe55e9ebe58259d114030b16f</id>
<content type='text'>
sorting.
</content>
</entry>
<entry>
<title>MFC: Reimplement the -I option.</title>
<updated>2005-11-22T20:58:58Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-22T20:58:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26a41259e639bf25368ac9ad005901ad454c7f9b'/>
<id>urn:sha1:26a41259e639bf25368ac9ad005901ad454c7f9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-11-13T17:06:49Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2005-11-13T17:06:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cdb5544c5a717be2145d20d0b8dca90c968d0232'/>
<id>urn:sha1:cdb5544c5a717be2145d20d0b8dca90c968d0232</id>
<content type='text'>
  ls.c r1.81 and ls.1 r1.92:
  date: 2005/11/10 00:02:32;  author: mux;  state: Exp;  lines: +16 -8
  Add a -I option to disable the automatic -A flag for the super-user.

  ls.1 r1.93:
  date: 2005/11/10 14:26:50;  author: mux;  state: Exp;  lines: +2 -1
  Mention the non-standardness of the -I option in ls(1).
</content>
</entry>
<entry>
<title>MFC: Improved descriptions of block size handling.</title>
<updated>2005-09-07T16:29:11Z</updated>
<author>
<name>Gary W. Swearingen</name>
<email>garys@FreeBSD.org</email>
</author>
<published>2005-09-07T16:29:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e7fe45634cdbf8cd794c6d597908dea6f3c58464'/>
<id>urn:sha1:e7fe45634cdbf8cd794c6d597908dea6f3c58464</id>
<content type='text'>
PR:             docs/84765
Approved by:    re
</content>
</entry>
<entry>
<title>Remove the EXAMPLES section that describes how to sort by size using</title>
<updated>2005-06-03T11:38:35Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2005-06-03T11:38:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=24b0280f8ce2fe252f57bdd98343ffd8e2da38b9'/>
<id>urn:sha1:24b0280f8ce2fe252f57bdd98343ffd8e2da38b9</id>
<content type='text'>
sort(1). This functionality is provided by the -S option now, and it
is useful even though a similar effect is achievable with sort(1),
since the latter doesn't work in combination with -h. This option is
also present in NetBSD, OpenBSD, and GNU fileutils, so there's clearly
a demand for it.

Noticed by:	asmodai
</content>
</entry>
<entry>
<title>Improve wording: A sort is "in" a particular order, not "by" a</title>
<updated>2005-06-03T11:22:06Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2005-06-03T11:22:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=77a15272e76f2d07fae1604cc5f84737507ac74e'/>
<id>urn:sha1:77a15272e76f2d07fae1604cc5f84737507ac74e</id>
<content type='text'>
particular order.
</content>
</entry>
<entry>
<title>Add the -S option to sort files by size. NetBSD and OpenBSD already</title>
<updated>2005-06-03T11:05:58Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2005-06-03T11:05:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=71b8b7488794f1ddca03db4fe2d7acf1a0ced1fa'/>
<id>urn:sha1:71b8b7488794f1ddca03db4fe2d7acf1a0ced1fa</id>
<content type='text'>
have this option with identical semantics (sorting large files first).
-r can be used to reverse the sort if that is desired.

PR:		81625
Submitted by:	Kostas Blekos &lt;mplekos@physics.upatras.gr&gt;, keramida
</content>
</entry>
<entry>
<title>Expand *n't contractions.</title>
<updated>2005-02-13T22:25:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-13T22:25:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0227791b40a6936310e1dd376b0883b540fec0c0'/>
<id>urn:sha1:0227791b40a6936310e1dd376b0883b540fec0c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync program's usage() with manpage's SYNOPSIS.</title>
<updated>2005-02-09T17:37:39Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-09T17:37:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a89237ae953b770c82cf9c1dbf192cc54e1dd5be'/>
<id>urn:sha1:a89237ae953b770c82cf9c1dbf192cc54e1dd5be</id>
<content type='text'>
</content>
</entry>
</feed>
