Deleted Added
full compact
undelete.2 (108028) undelete.2 (108087)
1.\" Copyright (c) 1994
2.\" Jan-Simon Pendry
3.\" The Regents of the University of California. 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

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

26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
33.\" @(#)undelete.2 8.4 (Berkeley) 10/18/94
1.\" Copyright (c) 1994
2.\" Jan-Simon Pendry
3.\" The Regents of the University of California. 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

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

26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
33.\" @(#)undelete.2 8.4 (Berkeley) 10/18/94
34.\" $FreeBSD: head/lib/libc/sys/undelete.2 108028 2002-12-18 09:22:32Z ru $
34.\" $FreeBSD: head/lib/libc/sys/undelete.2 108087 2002-12-19 09:40:28Z ru $
35.\"
36.Dd October 18, 1994
37.Dt UNDELETE 2
38.Os
39.Sh NAME
40.Nm undelete
41.Nd attempt to recover a deleted file
42.Sh LIBRARY

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

86.It Bq Er EPERM
87The directory containing the name is marked sticky,
88and the containing directory is not owned by the effective user ID.
89.It Bq Er EIO
90An I/O error occurred while updating the directory entry.
91.It Bq Er EROFS
92The name resides on a read-only file system.
93.It Bq Er EFAULT
35.\"
36.Dd October 18, 1994
37.Dt UNDELETE 2
38.Os
39.Sh NAME
40.Nm undelete
41.Nd attempt to recover a deleted file
42.Sh LIBRARY

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

86.It Bq Er EPERM
87The directory containing the name is marked sticky,
88and the containing directory is not owned by the effective user ID.
89.It Bq Er EIO
90An I/O error occurred while updating the directory entry.
91.It Bq Er EROFS
92The name resides on a read-only file system.
93.It Bq Er EFAULT
94.Fa Path
94The
95.Fa path
96argument
95points outside the process's allocated address space.
96.El
97.Sh SEE ALSO
98.Xr unlink 2 ,
99.Xr mount_unionfs 8
100.Sh HISTORY
101The
102.Fn undelete
103system call first appeared in
104.Bx 4.4 Lite .
97points outside the process's allocated address space.
98.El
99.Sh SEE ALSO
100.Xr unlink 2 ,
101.Xr mount_unionfs 8
102.Sh HISTORY
103The
104.Fn undelete
105system call first appeared in
106.Bx 4.4 Lite .