Deleted Added
full compact
realpath.3 (83206) realpath.3 (108037)
1.\" Copyright (c) 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Jan-Simon Pendry.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)realpath.3 8.2 (Berkeley) 2/16/94
1.\" Copyright (c) 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Jan-Simon Pendry.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)realpath.3 8.2 (Berkeley) 2/16/94
36.\" $FreeBSD: head/lib/libc/stdlib/realpath.3 83206 2001-09-07 14:46:36Z asmodai $
36.\" $FreeBSD: head/lib/libc/stdlib/realpath.3 108037 2002-12-18 12:45:11Z ru $
37.\"
38.Dd February 16, 1994
39.Dt REALPATH 3
40.Os
41.Sh NAME
42.Nm realpath
43.Nd returns the canonicalized absolute pathname
44.Sh LIBRARY

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

119.Fa resolved_path
120when given a relative
121.Fa pathname .
122.Sh "SEE ALSO"
123.Xr getcwd 3
124.Sh HISTORY
125The
126.Fn realpath
37.\"
38.Dd February 16, 1994
39.Dt REALPATH 3
40.Os
41.Sh NAME
42.Nm realpath
43.Nd returns the canonicalized absolute pathname
44.Sh LIBRARY

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

119.Fa resolved_path
120when given a relative
121.Fa pathname .
122.Sh "SEE ALSO"
123.Xr getcwd 3
124.Sh HISTORY
125The
126.Fn realpath
127function call first appeared in
127function first appeared in
128.Bx 4.4 .
128.Bx 4.4 .