Deleted Added
full compact
link.2 (17906) link.2 (20097)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 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.\" @(#)link.2 8.3 (Berkeley) 1/12/94
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 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.\" @(#)link.2 8.3 (Berkeley) 1/12/94
33.\" $Id$
33.\" $Id: link.2,v 1.4 1996/08/29 21:24:11 wosch Exp $
34.\"
35.Dd January 12, 1994
36.Dt LINK 2
37.Os BSD 4
38.Sh NAME
39.Nm link
40.Nd make a hard file link
41.Sh SYNOPSIS

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

139.It Bq Er EFAULT
140One of the pathnames specified
141is outside the process's allocated address space.
142.El
143.Sh SEE ALSO
144.Xr symlink 2 ,
145.Xr unlink 2
146.Sh STANDARDS
34.\"
35.Dd January 12, 1994
36.Dt LINK 2
37.Os BSD 4
38.Sh NAME
39.Nm link
40.Nd make a hard file link
41.Sh SYNOPSIS

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

139.It Bq Er EFAULT
140One of the pathnames specified
141is outside the process's allocated address space.
142.El
143.Sh SEE ALSO
144.Xr symlink 2 ,
145.Xr unlink 2
146.Sh STANDARDS
147.Fn Link
148is expected to
149conform to IEEE Std 1003.1-1988
150.Pq Dq Tn POSIX .
147The
148.Fn link
149function call is expected to conform to
150.St -p1003.1-90 .
151.Sh HISTORY
152A
153.Fn link
154function call appeared in
155.At v7 .
156.Pp
157The
158.Fn link
159system call traditionally allows the super-user to link directories which
160corrupts the filesystem coherency. This implementation no longer permits
161it.
151.Sh HISTORY
152A
153.Fn link
154function call appeared in
155.At v7 .
156.Pp
157The
158.Fn link
159system call traditionally allows the super-user to link directories which
160corrupts the filesystem coherency. This implementation no longer permits
161it.