OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.33 / (download) - annotate - [select for diffs], Wed Aug 10 19:46:43 2016 UTC (7 years, 10 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.32: +3 -3 lines
Diff to previous 1.32 (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.32 / (download) - annotate - [select for diffs], Fri Sep 11 18:58:16 2015 UTC (8 years, 9 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

delete bogus escaping from ellipsis to forestall cargo cult effects

Revision 1.31 / (download) - annotate - [select for diffs], Mon Dec 2 22:19:30 2013 UTC (10 years, 6 months ago) by sobrado
Branch: MAIN
CVS Tags: 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
Changes since 1.30: +10 -6 lines
Diff to previous 1.30 (colored)

use a wording more usual in our manual pages.

ok guenther@

Revision 1.30 / (download) - annotate - [select for diffs], Tue Mar 12 06:00:05 2013 UTC (11 years, 3 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.29: +18 -5 lines
Diff to previous 1.29 (colored)

Add support for the -L and -P options.

Based on a patch from Kent R. Spillner (kspillner (at) acm.org)
ok jmc@ millert@

Revision 1.29 / (download) - annotate - [select for diffs], Wed Mar 2 07:47:21 2011 UTC (13 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: 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
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

grammar fix: from David H. Gutteridge, netbsd pr bin/44645

Revision 1.28 / (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.27: +3 -3 lines
Diff to previous 1.27 (colored)

add an EXIT STATUS section for /bin;

Revision 1.27 / (download) - annotate - [select for diffs], Sun Feb 8 17:15:09 2009 UTC (15 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: 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
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

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

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jan 4 11:19:55 2009 UTC (15 years, 5 months ago) by sobrado
Branch: MAIN
Changes since 1.25: +3 -5 lines
Diff to previous 1.25 (colored)

replace hardcoded exit values with .Ex macros;

ok jmc@

Revision 1.25 / (download) - annotate - [select for diffs], Sun Sep 16 18:13:57 2007 UTC (16 years, 8 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.24: +13 -13 lines
Diff to previous 1.24 (colored)

"source" and "target" can be either files or directories;
cp(1) and ln(1) must have a synopsis consistent with mkdir(1),
mv(1), rmdir(1) and others

ok jmc@, millert@, otto@

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

convert to new .Dd format;

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

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

discussed w/ deraadt otto millert

Revision 1.22 / (download) - annotate - [select for diffs], Fri Dec 2 20:36:56 2005 UTC (18 years, 6 months ago) by cloder
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.21: +11 -11 lines
Diff to previous 1.21 (colored)

Make usage() and manual match. OK jmc, deraadt

Revision 1.21 / (download) - annotate - [select for diffs], Fri Dec 17 00:36:07 2004 UTC (19 years, 5 months ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.20: +29 -20 lines
Diff to previous 1.20 (colored)

sync usage

manpage:
- indent examples
- document exit status

ok jmc

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 2 23:32:08 2003 UTC (21 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.19: +2 -6 lines
Diff to previous 1.19 (colored)

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

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

more .Li

Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 29 17:38:38 2002 UTC (22 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Typo; Brian Poole

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

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

deraadt@ ok

Revision 1.16 / (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.15: +2 -2 lines
Diff to previous 1.15 (colored)

fix the history refs

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jan 24 19:40:14 2002 UTC (22 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

this both were in v4, before v6

Revision 1.14 / (download) - annotate - [select for diffs], Fri Dec 21 11:41:49 2001 UTC (22 years, 5 months ago) by mpech
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Initial patch for a new mdoc issue.
Powered by @mantoya:
o) kill extra line in the end of file;
o) kill extra space in the end of line;
o) replace blank lines with .Pp;

millert@ ok

Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 13 14:00:15 2001 UTC (22 years, 7 months ago) by mpech
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

o) start new sentence on a new line;
o) don't use .Pp before/after .Ss;
o) wrap long lines;
o) fix bogus .Xr usage;

millert@ ok;

Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 23 12:20:39 2001 UTC (22 years, 9 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.11: +7 -1 lines
Diff to previous 1.11 (colored)

Add a CAVEATS section explaining that a hard link cannot be made to a file
flagged immutable or append-only; pjanzen@ ok

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 9 00:03:12 2001 UTC (22 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.10: +28 -2 lines
Diff to previous 1.10 (colored)

Add -h flag to prevent following a symlink to a dir as the dest.
Also add -n as an alias for -h for compat with GNU ln.
Patch from Phil.Pennock@globnix.org with minor changes by me.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 9 17:51:55 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (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.9 / (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.8: +8 -8 lines
Diff to previous 1.8 (colored)

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

Revision 1.8 / (download) - annotate - [select for diffs], Thu Sep 23 19:15:49 1999 UTC (24 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.7: +49 -17 lines
Diff to previous 1.7 (colored)

Add an EXAMPLES section. Note that symbolic links may refer to non-existent
files (as pointed out in symlink(2)). Fix some formatting, too.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 16 18:40:03 1999 UTC (24 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

more precise SYNOPSIS syntax

Revision 1.6 / (download) - annotate - [select for diffs], Sun May 23 14:10:48 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com

Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 15 01:20:22 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

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

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

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

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 14 22:13:49 1998 UTC (25 years, 9 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Sun Jun 23 14:20:15 1996 UTC (27 years, 11 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, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

update rcsid

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:37:14 1995 UTC (28 years, 8 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, 8 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.