OpenBSD CVS

CVS log for src/usr.bin/lndir/lndir.1


[BACK] Up to [local] / src / usr.bin / lndir

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24 / (download) - annotate - [select for diffs], Wed Aug 14 06:32:30 2013 UTC (10 years, 9 months ago) by jmc
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, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, HEAD
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

no longer any need to quote macro lines with >9 args;
From: Jan Stary

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jan 11 20:16:02 2008 UTC (16 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: 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, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.22: +4 -5 lines
Diff to previous 1.22 (colored)

providing MLINKS for shell builtins makes little sense: what we had was out
of date for ever (no ksh builtins), and since we have two shells, pointing
to one page or the other is never going to work; so remove MLINKS for
csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing
Xr's;

please, there are tools like whence, man, and locate for finding this stuff;

ok deraadt miod

Revision 1.22 / (download) - annotate - [select for diffs], Thu May 31 19:20:12 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

convert to new .Dd format;

Revision 1.21 / (download) - annotate - [select for diffs], Thu Oct 6 15:28:32 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.20: +37 -31 lines
Diff to previous 1.20 (colored)

- keep text concerning the options in the option descriptions
- use a list for excluded files
- clean up BUGS which is very ugly
- use -print0 rather than -print
- couple minor bits

ok deraadt@

Revision 1.20 / (download) - annotate - [select for diffs], Tue Oct 4 19:30:00 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.19: +6 -7 lines
Diff to previous 1.19 (colored)

standard synopsis/usage() and sort options list;

Revision 1.19 / (download) - annotate - [select for diffs], Tue Oct 4 18:39:57 2005 UTC (18 years, 7 months ago) by matthieu
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

ignore the .#* files left over by cvs (and emacs). ok deraadt@, jmc@.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jun 3 21:09:02 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.17: +1 -8 lines
Diff to previous 1.17 (colored)

terms 3 & 4 cleanup based on "terms" file

Revision 1.17 / (download) - annotate - [select for diffs], Sat May 3 18:57:40 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

these files all had >9 arguments to .Nd, causing the name description to be
truncated. i wrapped them in double quotes to preserve the line.

grep inspired by an -mdoc lesson from millert@

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 10 23:21:57 2003 UTC (21 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Some style from Andrey Matveev
 o avoid including sys/types.h and sys/param.h together
 o sort includes
 o in one place warn(3) -> warnx(3)
 o proper usage() (argument `todir' is optional)

Also, fromdir was marked as optional in the manual--it is not.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Feb 13 08:33:47 2002 UTC (22 years, 3 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

When you give command examples and etc., in a manual page prefix them with:
$ command
or
# command

deraadt@ ok

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 4 07:12:38 2001 UTC (22 years, 10 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

no you are wrong

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 4 04:59:25 2001 UTC (22 years, 10 months ago) by jasoni
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

cvs history shows this appeared first in OpenBSD 2.0, not 1.2.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Nov 10 05:10:30 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.11: +17 -18 lines
Diff to previous 1.11 (colored)

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

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 9 17:52:18 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (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.10 / (download) - annotate - [select for diffs], Sat Apr 15 02:15:11 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Mostly punctuation fixes.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 8 03:11:31 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.8: +27 -13 lines
Diff to previous 1.8 (colored)

Various cleanups and improvements.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 5 01:21:31 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.7: +22 -22 lines
Diff to previous 1.7 (colored)

- 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... :/

Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 26 19:54:58 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

usr.bin/ man page fixes, f-m.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Mar 8 21:19:52 1998 UTC (26 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

Use .Ox

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 23 10:47:15 1997 UTC (26 years, 11 months ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

One more slight change.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 22 23:10:56 1997 UTC (26 years, 11 months ago) by downsj
Branch: MAIN
Changes since 1.3: +17 -15 lines
Diff to previous 1.3 (colored)

Convert the find(1) examples to mandoc.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 22 23:04:41 1997 UTC (26 years, 11 months ago) by downsj
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Slightly cleaner.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 21 20:57:15 1997 UTC (26 years, 11 months ago) by downsj
Branch: MAIN
Changes since 1.1: +122 -71 lines
Diff to previous 1.1 (colored)

New mandoc man page.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 19 05:47:26 1996 UTC (27 years, 9 months ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0

lndir from X11, hacked up.

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.