Deleted Added
full compact
readlink.2 (108028) readlink.2 (108087)
1.\" Copyright (c) 1983, 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.\" @(#)readlink.2 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1983, 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.\" @(#)readlink.2 8.1 (Berkeley) 6/4/93
33.\" $FreeBSD: head/lib/libc/sys/readlink.2 108028 2002-12-18 09:22:32Z ru $
33.\" $FreeBSD: head/lib/libc/sys/readlink.2 108087 2002-12-19 09:40:28Z ru $
34.\"
35.Dd June 4, 1993
36.Dt READLINK 2
37.Os
38.Sh NAME
39.Nm readlink
40.Nd read value of a symbolic link
41.Sh LIBRARY

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

82Search permission is denied for a component of the path prefix.
83.It Bq Er ELOOP
84Too many symbolic links were encountered in translating the pathname.
85.It Bq Er EINVAL
86The named file is not a symbolic link.
87.It Bq Er EIO
88An I/O error occurred while reading from the file system.
89.It Bq Er EFAULT
34.\"
35.Dd June 4, 1993
36.Dt READLINK 2
37.Os
38.Sh NAME
39.Nm readlink
40.Nd read value of a symbolic link
41.Sh LIBRARY

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

82Search permission is denied for a component of the path prefix.
83.It Bq Er ELOOP
84Too many symbolic links were encountered in translating the pathname.
85.It Bq Er EINVAL
86The named file is not a symbolic link.
87.It Bq Er EIO
88An I/O error occurred while reading from the file system.
89.It Bq Er EFAULT
90.Fa Buf
90The
91.Fa buf
92argument
91extends outside the process's allocated address space.
92.El
93.Sh SEE ALSO
94.Xr lstat 2 ,
95.Xr stat 2 ,
96.Xr symlink 2 ,
97.Xr symlink 7
98.Sh HISTORY
99The
100.Fn readlink
101system call appeared in
102.Bx 4.2 .
93extends outside the process's allocated address space.
94.El
95.Sh SEE ALSO
96.Xr lstat 2 ,
97.Xr stat 2 ,
98.Xr symlink 2 ,
99.Xr symlink 7
100.Sh HISTORY
101The
102.Fn readlink
103system call appeared in
104.Bx 4.2 .