Deleted Added
full compact
vn_fullpath.9 (185224) vn_fullpath.9 (267936)
1.\"
2.\" Copyright (c) 2003 Robert N. M. Watson.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
26.\" DAMAGE.
27.\"
1.\"
2.\" Copyright (c) 2003 Robert N. M. Watson.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
26.\" DAMAGE.
27.\"
28.\" $FreeBSD: head/share/man/man9/vn_fullpath.9 185224 2008-11-23 20:02:58Z hrs $
28.\" $FreeBSD: head/share/man/man9/vn_fullpath.9 267936 2014-06-26 21:44:30Z bapt $
29.\"
30.Dd November 23, 2008
31.Dt VN_FULLPATH 9
32.Os
33.Sh NAME
34.Nm vn_fullpath
35.Nd "convert a vnode reference to a full pathname, given a process context"
36.Sh SYNOPSIS

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

117.Dv M_TEMP .
118.Sh RETURN VALUES
119If the vnode is successfully converted to a pathname, 0 is returned;
120otherwise, an error number is returned.
121.Sh SEE ALSO
122.Xr free 9
123.Sh AUTHORS
124This manual page was written by
29.\"
30.Dd November 23, 2008
31.Dt VN_FULLPATH 9
32.Os
33.Sh NAME
34.Nm vn_fullpath
35.Nd "convert a vnode reference to a full pathname, given a process context"
36.Sh SYNOPSIS

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

117.Dv M_TEMP .
118.Sh RETURN VALUES
119If the vnode is successfully converted to a pathname, 0 is returned;
120otherwise, an error number is returned.
121.Sh SEE ALSO
122.Xr free 9
123.Sh AUTHORS
124This manual page was written by
125.An Robert Watson Aq rwatson@FreeBSD.org .
125.An Robert Watson Aq Mt rwatson@FreeBSD.org .