Deleted Added
full compact
realpath.1 (139969) realpath.1 (140353)
1.\"-
2.\" Copyright (c) 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

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

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.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
33.\" From: src/bin/pwd/pwd.1,v 1.11 2000/11/20 11:39:39 ru Exp
1.\"-
2.\" Copyright (c) 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

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

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.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
33.\" From: src/bin/pwd/pwd.1,v 1.11 2000/11/20 11:39:39 ru Exp
34.\" $FreeBSD: head/bin/realpath/realpath.1 139969 2005-01-10 08:39:26Z imp $
34.\" $FreeBSD: head/bin/realpath/realpath.1 140353 2005-01-16 16:41:59Z ru $
35.\"
36.Dd November 24, 2000
37.Dt REALPATH 1
38.Os
39.Sh NAME
40.Nm realpath
41.Nd return resolved physical path
42.Sh SYNOPSIS

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

50function to resolve all symbolic links, extra
51.Ql /
52characters and references to
53.Pa /./
54and
55.Pa /../
56in
57.Ar path .
35.\"
36.Dd November 24, 2000
37.Dt REALPATH 1
38.Os
39.Sh NAME
40.Nm realpath
41.Nd return resolved physical path
42.Sh SYNOPSIS

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

50function to resolve all symbolic links, extra
51.Ql /
52characters and references to
53.Pa /./
54and
55.Pa /../
56in
57.Ar path .
58.Sh DIAGNOSTICS
58.Sh EXIT STATUS
59.Ex -std
60.Sh SEE ALSO
61.Xr realpath 3
62.Sh HISTORY
63The
64.Nm
65utility first appeared in
66.Fx 4.3 .
59.Ex -std
60.Sh SEE ALSO
61.Xr realpath 3
62.Sh HISTORY
63The
64.Nm
65utility first appeared in
66.Fx 4.3 .