Deleted Added
full compact
ln.1 (139969) ln.1 (140353)
1.\"-
2.\" Copyright (c) 1980, 1990, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" the Institute of Electrical and Electronics Engineers, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)ln.1 8.2 (Berkeley) 12/30/93
1.\"-
2.\" Copyright (c) 1980, 1990, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" the Institute of Electrical and Electronics Engineers, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)ln.1 8.2 (Berkeley) 12/30/93
33.\" $FreeBSD: head/bin/ln/ln.1 139969 2005-01-10 08:39:26Z imp $
33.\" $FreeBSD: head/bin/ln/ln.1 140353 2005-01-16 16:41:59Z ru $
34.\"
35.Dd December 30, 1993
36.Dt LN 1
37.Os
38.Sh NAME
39.Nm ln ,
40.Nm link
41.Nd make links

--- 121 unchanged lines hidden (view full) ---

163When the utility is called as
164.Nm link ,
165exactly two arguments must be supplied,
166neither of which may specify a directory.
167No options may be supplied in this simple mode of operation,
168which performs a
169.Xr link 2
170operation using the two passed arguments.
34.\"
35.Dd December 30, 1993
36.Dt LN 1
37.Os
38.Sh NAME
39.Nm ln ,
40.Nm link
41.Nd make links

--- 121 unchanged lines hidden (view full) ---

163When the utility is called as
164.Nm link ,
165exactly two arguments must be supplied,
166neither of which may specify a directory.
167No options may be supplied in this simple mode of operation,
168which performs a
169.Xr link 2
170operation using the two passed arguments.
171.Sh SEE ALSO
172.Xr link 2 ,
173.Xr lstat 2 ,
174.Xr readlink 2 ,
175.Xr stat 2 ,
176.Xr symlink 2 ,
177.Xr symlink 7
178.Sh COMPATIBILITY
179The
180.Fl h ,
181.Fl i ,
182.Fl n
183and
184.Fl v
185options are non-standard and their use in scripts is not recommended.
186They are provided solely for compatibility with other
187.Nm
188implementations.
171.Sh COMPATIBILITY
172The
173.Fl h ,
174.Fl i ,
175.Fl n
176and
177.Fl v
178options are non-standard and their use in scripts is not recommended.
179They are provided solely for compatibility with other
180.Nm
181implementations.
182.Sh SEE ALSO
183.Xr link 2 ,
184.Xr lstat 2 ,
185.Xr readlink 2 ,
186.Xr stat 2 ,
187.Xr symlink 2 ,
188.Xr symlink 7
189.Sh STANDARDS
190The
191.Nm
192utility conforms to
193.St -p1003.2-92 .
194.Pp
195The simplified
196.Nm link
197command conforms to
198.St -susv2 .
199.Sh HISTORY
200An
201.Nm
202command appeared in
203.At v1 .
189.Sh STANDARDS
190The
191.Nm
192utility conforms to
193.St -p1003.2-92 .
194.Pp
195The simplified
196.Nm link
197command conforms to
198.St -susv2 .
199.Sh HISTORY
200An
201.Nm
202command appeared in
203.At v1 .