OpenBSD CVS

CVS log for src/bin/ls/ls.1


[BACK] Up to [local] / src / bin / ls

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.79 / (download) - annotate - [select for diffs], Mon Oct 24 13:46:58 2016 UTC (7 years, 7 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, HEAD
Changes since 1.78: +10 -7 lines
Diff to previous 1.78 (colored)

Unify wording for LC_CTYPE in ENVIRONMENT:
* Consistently use "character encoding locale" as suggested by stsp@.
* Resolve various gratuitious wording variations.
OK jmc@.

Revision 1.78 / (download) - annotate - [select for diffs], Thu Sep 8 05:52:19 2016 UTC (7 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.77: +3 -3 lines
Diff to previous 1.77 (colored)

it seems we hyphenate it set-group-id;
from daniel bolgheroni

Revision 1.77 / (download) - annotate - [select for diffs], Wed Aug 10 19:46:43 2016 UTC (7 years, 9 months ago) by schwarze
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored)

fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>;
checked with http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man1

Revision 1.76 / (download) - annotate - [select for diffs], Thu Mar 17 07:18:33 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.75: +2 -3 lines
Diff to previous 1.75 (colored)

simplify previous; ok bentley

Revision 1.75 / (download) - annotate - [select for diffs], Thu Mar 17 05:27:10 2016 UTC (8 years, 2 months ago) by bentley
Branch: MAIN
Changes since 1.74: +8 -6 lines
Diff to previous 1.74 (colored)

Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.

Previously behaviors were all over the map. This changes them to
use COLUMNS first, and either terminal width or a hardcoded value
(typically 80) as appropriate.

ok deraadt@; man bits ok jmc@

Revision 1.74 / (download) - annotate - [select for diffs], Fri Mar 11 02:35:57 2016 UTC (8 years, 2 months ago) by bentley
Branch: MAIN
Changes since 1.73: +3 -3 lines
Diff to previous 1.73 (colored)

Mark up COLUMNS as an environment variable.

ok jmc@ schwarze@

Revision 1.73 / (download) - annotate - [select for diffs], Tue Dec 1 18:36:13 2015 UTC (8 years, 6 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.72: +8 -2 lines
Diff to previous 1.72 (colored)

Support UTF-8: use wcwidth(3) for column adjustment and replace
non-printable Unicode codepoints and invalid bytes with ASCII
question marks.  No change for the SMALL version.

Using ideas developed by tedu@, phessler@, bentley@ and feedback from many.
OK yasuoka@ czarkoff@ sthen@.

Revision 1.72 / (download) - annotate - [select for diffs], Fri Apr 24 10:57:36 2015 UTC (9 years, 1 month ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.71: +3 -3 lines
Diff to previous 1.71 (colored)

improve wording.

ok jmc@

Revision 1.71 / (download) - annotate - [select for diffs], Tue Apr 1 16:43:16 2014 UTC (10 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

slightly reword -f; ok sobrado schwarze

Revision 1.70 / (download) - annotate - [select for diffs], Mon Mar 31 20:54:37 2014 UTC (10 years, 2 months ago) by sobrado
Branch: MAIN
Changes since 1.69: +5 -5 lines
Diff to previous 1.69 (colored)

restore the traditional behavior of -f implying -a; apparently Keith Bostic
forgot to restore it when the -f flag was put back on 2nd of September 1989,
after being removed on 16th of August as a consequence of issues getting it
working over NFS, so deviation from traditional UNIX behavior in all BSDs
looks like an historical accident; as a side effect, this change accommodates
behavior of this option to IEEE Std 1003.1-2008 (``POSIX.1'').

joint work with jmc@ (who found the inaccuracy in our implementation),
schwarze@ (who provided a detailed tracking of historical facts) and millert@

ok millert@, schwarze@

Revision 1.69 / (download) - annotate - [select for diffs], Mon Mar 31 07:06:20 2014 UTC (10 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.68: +4 -5 lines
Diff to previous 1.68 (colored)

revert previous: i was wrong;
thanks thomas klausner for noticing

Revision 1.68 / (download) - annotate - [select for diffs], Sun Mar 30 07:26:12 2014 UTC (10 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.67: +5 -4 lines
Diff to previous 1.67 (colored)

a pesky comma rendered the text describing how output is sorted relevant
only to the "if more than one operand is given" scenario; replace it
with a full stop and start a new paragraph;

ok millert

Revision 1.67 / (download) - annotate - [select for diffs], Fri Mar 28 18:33:26 2014 UTC (10 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.66: +18 -11 lines
Diff to previous 1.66 (colored)

expand STANDARDS somewhat; ok millert

Revision 1.66 / (download) - annotate - [select for diffs], Wed Aug 31 08:48:40 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

use the same format/text, as far as possible, for date strings;
help/ok guenther millert

Revision 1.65 / (download) - annotate - [select for diffs], Sat Mar 5 15:57:03 2011 UTC (13 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.64: +4 -4 lines
Diff to previous 1.64 (colored)

fix description of -g; from Pascal Stumpf

Revision 1.64 / (download) - annotate - [select for diffs], Sat Mar 5 15:46:02 2011 UTC (13 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored)

tweak; ok okan

Revision 1.63 / (download) - annotate - [select for diffs], Fri Mar 4 21:03:19 2011 UTC (13 years, 3 months ago) by okan
Branch: MAIN
Changes since 1.62: +10 -3 lines
Diff to previous 1.62 (colored)

add support for the (POSIX) -H flag

feedback and ok millert@, sobrado@, jmc@

Revision 1.62 / (download) - annotate - [select for diffs], Fri Sep 3 09:53:20 2010 UTC (13 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.61: +4 -4 lines
Diff to previous 1.61 (colored)

add an EXIT STATUS section for /bin;

Revision 1.61 / (download) - annotate - [select for diffs], Fri Aug 21 07:11:01 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.60: +8 -10 lines
Diff to previous 1.60 (colored)

- more opaque removal
- sort the flags list while here

ok martynas tedu

Revision 1.60 / (download) - annotate - [select for diffs], Sun Aug 16 09:41:07 2009 UTC (14 years, 9 months ago) by sobrado
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59 (colored)

replace ".Ar file ..." with ".Ar" whenever possible.

ok jmc@

Revision 1.59 / (download) - annotate - [select for diffs], Tue May 12 19:22:32 2009 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.58: +1 -8 lines
Diff to previous 1.58 (colored)

remove a sentence from COLUMNS that says nothing; ok otto

Revision 1.58 / (download) - annotate - [select for diffs], Sun Feb 8 17:33:01 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.57: +3 -3 lines
Diff to previous 1.57 (colored)

updates to IEEE Std 1003.1-2008;

Revision 1.57 / (download) - annotate - [select for diffs], Sun Feb 8 17:15:09 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.56: +5 -5 lines
Diff to previous 1.56 (colored)

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

Revision 1.56 / (download) - annotate - [select for diffs], Wed Jan 28 11:50:51 2009 UTC (15 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.55: +2 -12 lines
Diff to previous 1.55 (colored)

remove some duplicate information from the description of -g: this
information is already provided further down the page;

ok sobrado

Revision 1.55 / (download) - annotate - [select for diffs], Mon Jan 19 09:46:59 2009 UTC (15 years, 4 months ago) by sobrado
Branch: MAIN
Changes since 1.54: +3 -5 lines
Diff to previous 1.54 (colored)

replace standardized text concerning the exit values of applications
with the right mdoc macros.

Revision 1.54 / (download) - annotate - [select for diffs], Mon Sep 29 16:42:41 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.53: +8 -10 lines
Diff to previous 1.53 (colored)

more updates on which args do and do not mix (doc only, this time):

- list -f in the -cStu "exclusive group" (we already document that -f
overrides these options)
- note that our implementation of -f differs from posix
- -k and -u do not override each other: those options are not used together

ok sobrado

Revision 1.53 / (download) - annotate - [select for diffs], Thu Sep 4 15:44:41 2008 UTC (15 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.52: +61 -39 lines
Diff to previous 1.52 (colored)

- make -ln and -nl combinations behave identically. currently -l overrides -n.
behaviour now similar to netbsd/freebsd/solaris.

- make -gn and -ng combinations behave identically: long listing, numeric
group ID, no user ID. currently -g overrides -n. behaviour now similar to
netbsd/solaris.

- allow -m and -x to override -1Cgln (and each other) if specified last.
currently -m and -x can be overriden even if they are specified last.
behaviour now similar to netbsd/freebsd. fixes PR 5785 from
Jacek Masiulaniec.

- update man page to reflect reality.

ls.c diff based on Jacek Masiulaniec's diff from PR 5785, and extended by
sobrado. this work is really a joint effort from sobrado and myself.
i don't know about igor, but this particular diff has nearly killed me...

ok millert otto

Revision 1.52 / (download) - annotate - [select for diffs], Thu May 31 19:19:15 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

convert to new .Dd format;

Revision 1.51 / (download) - annotate - [select for diffs], Tue May 29 15:17:54 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.50: +6 -1 lines
Diff to previous 1.50 (colored)

note some flags which differ in behaviour from posix;
suggested by millert

Revision 1.50 / (download) - annotate - [select for diffs], Tue May 29 15:04:59 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.49: +6 -2 lines
Diff to previous 1.49 (colored)

- consistent STANDARDS blurb
- note which options are extensions to POSIX

discussed w/ deraadt otto millert

Revision 1.49 / (download) - annotate - [select for diffs], Tue May 8 13:36:34 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.48: +19 -8 lines
Diff to previous 1.48 (colored)

small update, now that -g does something; ok millert

Revision 1.48 / (download) - annotate - [select for diffs], Mon May 7 18:39:28 2007 UTC (17 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.47: +25 -11 lines
Diff to previous 1.47 (colored)

Change the -g flag from a no-op to be POSIX conforming.  We allow the
-l flag to override -g regardless of its position on the command line
for backwards compat with 4.3BSD.  From NetBSD.
OK jmc@, tom@, sobrado@

Revision 1.47 / (download) - annotate - [select for diffs], Sat Mar 3 23:26:12 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.46: +5 -5 lines
Diff to previous 1.46 (colored)

minor shuffle; from Igor Sobrado and myself

Revision 1.46 / (download) - annotate - [select for diffs], Wed Nov 30 11:18:27 2005 UTC (18 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

timezone -> time zone

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jun 15 17:47:17 2005 UTC (18 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.44: +2 -9 lines
Diff to previous 1.44 (colored)

remove whiteout support

Revision 1.44 / (download) - annotate - [select for diffs], Thu Mar 24 22:53:15 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.43: +45 -45 lines
Diff to previous 1.43 (colored)

- sort options
- sync usage()
- remove unnecessary quoting

Revision 1.43 / (download) - annotate - [select for diffs], Mon Jan 10 15:36:17 2005 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.42: +6 -4 lines
Diff to previous 1.42 (colored)

-l outputs total always, not just to terminals (netbsd -r 1.50);
-l output is one per line (like -1);
-x also inhibits one per line output;

Revision 1.42 / (download) - annotate - [select for diffs], Thu Sep 16 20:48:35 2004 UTC (19 years, 8 months ago) by millert
Branch: MAIN
Changes since 1.41: +5 -4 lines
Diff to previous 1.41 (colored)

Use angle bracket macros instead of literal angle brackets.  OK jmc@

Revision 1.41 / (download) - annotate - [select for diffs], Fri Jul 23 00:42:22 2004 UTC (19 years, 10 months ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.40: +8 -8 lines
Diff to previous 1.40 (colored)

move example descriptions before the examples themselves

ok jmc

Revision 1.40 / (download) - annotate - [select for diffs], Mon Dec 8 11:33:01 2003 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.39: +6 -3 lines
Diff to previous 1.39 (colored)

use POSIX description of -L, since it's much clearer;
ok henning@

Revision 1.39 / (download) - annotate - [select for diffs], Tue Sep 2 18:09:43 2003 UTC (20 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

escape punctuation;
ok deraadt@

Revision 1.38 / (download) - annotate - [select for diffs], Wed Aug 27 08:06:49 2003 UTC (20 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored)

-l and -n options display owner, group and other permissions;
from Jonathan Gray via FreeBSD PR 54294;

Revision 1.37 / (download) - annotate - [select for diffs], Wed Aug 6 19:09:09 2003 UTC (20 years, 10 months ago) by tedu
Branch: MAIN
Changes since 1.36: +7 -2 lines
Diff to previous 1.36 (colored)

-h, human readable sizes.  from a jonathon gray mail to tech@
ok ian@ millert@

Revision 1.36 / (download) - annotate - [select for diffs], Mon Jun 2 23:32:08 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.35: +2 -6 lines
Diff to previous 1.35 (colored)

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

Revision 1.35 / (download) - annotate - [select for diffs], Thu May 29 19:36:58 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.34: +27 -27 lines
Diff to previous 1.34 (colored)

- section reorder
- merge COMPATIBILITY into STANDARDS
- kill unneeded Ns macros
- replace reference to itself with .Nm

Revision 1.34 / (download) - annotate - [select for diffs], Wed Mar 12 20:12:35 2003 UTC (21 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored)

more .Li

Revision 1.33 / (download) - annotate - [select for diffs], Mon Feb 11 18:43:51 2002 UTC (22 years, 3 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.32: +4 -4 lines
Diff to previous 1.32 (colored)

Initial patch.
When you give command examples in a manual page prefix them with
	$ command
or
	# command

deraadt@ ok

Revision 1.32 / (download) - annotate - [select for diffs], Thu Jan 24 20:33:45 2002 UTC (22 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

fix the history refs

Revision 1.31 / (download) - annotate - [select for diffs], Tue May 1 17:58:01 2001 UTC (23 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.30: +1 -3 lines
Diff to previous 1.30 (colored)

Remove completely redundant introductory sentences in ENVIRONMENT sections.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Nov 9 23:58:55 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.29: +6 -6 lines
Diff to previous 1.29 (colored)

- Some section shuffling: conform to the standard order documented in mdoc(7)
- .Sh AUTHOR -> .Sh AUTHORS

Revision 1.29 / (download) - annotate - [select for diffs], Thu Nov 9 17:51:55 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Oct 18 06:55:08 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.27: +19 -1 lines
Diff to previous 1.27 (colored)

Add some rudimentary EXAMPLES sections and standardize the way we display
existing EXAMPLES sections.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jul 23 06:16:42 2000 UTC (23 years, 10 months ago) by ericj
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

oops, what was i thinking?

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jul 23 06:12:52 2000 UTC (23 years, 10 months ago) by ericj
Branch: MAIN
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored)

un .Xr chflags

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 19 19:04:21 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.24: +3 -6 lines
Diff to previous 1.24 (colored)

Change the second sentence a bit so it doesn't seem like you're reading the
same thing twice; noticed by angelos@, but no beer for him yet. :-)

Revision 1.24 / (download) - annotate - [select for diffs], Sat Apr 15 11:45:53 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Mar 24 21:41:08 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Correct the HISTORY section to note that this command appeared in Version 5
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11
executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the
directory /pub/DEC/sim/software. Idea from NetBSD PR/4790.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Mar 17 18:15:14 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.21: +13 -11 lines
Diff to previous 1.21 (colored)

Remove hard sentence breaks.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jan 5 18:48:31 2000 UTC (24 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Document meaning of `p'-type file (FIFO) in long listing; FreeBSD PR/9117

Revision 1.20 / (download) - annotate - [select for diffs], Tue Aug 17 14:04:00 1999 UTC (24 years, 9 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

consistency

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 4 02:45:13 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.18: +5 -6 lines
Diff to previous 1.18 (colored)

start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@

Revision 1.18 / (download) - annotate - [select for diffs], Sun May 30 02:42:05 1999 UTC (25 years ago) by pjanzen
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

It's spelled "occurrence".  Also a few other minor mods while I'm at it.

Revision 1.17 / (download) - annotate - [select for diffs], Sun May 23 20:15:48 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.16: +80 -49 lines
Diff to previous 1.16 (colored)

improve; kwesterback@home.com, myself

Revision 1.16 / (download) - annotate - [select for diffs], Mon May 3 16:27:12 1999 UTC (25 years, 1 month ago) by espie
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Repair Theo's mayhem, put -o option together again.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 3 03:03:14 1999 UTC (25 years, 3 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.14: +1 -4 lines
Diff to previous 1.14 (colored)

remove duplicate description of -1 option

Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 20 18:59:25 1999 UTC (25 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +14 -3 lines
Diff to previous 1.13 (colored)

add -x, -p, and -m options, based on netbsd work

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 15 01:20:23 1998 UTC (25 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net

Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 28 03:20:34 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.11: +9 -9 lines
Diff to previous 1.11 (colored)

start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 6 00:34:08 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.10: +32 -14 lines
Diff to previous 1.10 (colored)

use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future
processing); kill redundant .Pp macros; other misc fixes

Revision 1.10 / (download) - annotate - [select for diffs], Wed Sep 23 00:13:49 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

alphabetize SEE ALSO entries and numerically order according to section

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 14 22:13:49 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
Changes since 1.8: +17 -16 lines
Diff to previous 1.8 (colored)

First complete sweep of man pages, bin/. Command/function names previously
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS
cleanups, other miscellaneous typos.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 7 19:44:53 1998 UTC (25 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

repair

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 1 11:24:23 1998 UTC (25 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.6: +27 -1 lines
Diff to previous 1.6 (colored)


Document BSD4.4 flags support

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 1 03:17:04 1998 UTC (26 years ago) by deraadt
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

doc = after socket; deberg@mit.edu

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 13 10:33:23 1998 UTC (26 years ago) by deraadt
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

fix .Sh ENVIRONMENT

Revision 1.4 / (download) - annotate - [select for diffs], Tue Apr 1 22:59:36 1997 UTC (27 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.3: +27 -11 lines
Diff to previous 1.3 (colored)

option 'n' was unused, so let's come up with a feature to use it!!! YEAH!!
add -n (numeric uid/gid), fix some man page errors; tv@pobox.com

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 23 14:20:19 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

update rcsid

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 14 01:25:02 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

s/ENVIRONMENTAL/ENVIRONMENT/

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:37:14 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:37:14 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.