Deleted Added
full compact
undelete.2 (68946) undelete.2 (77042)
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 68946 2000-11-20 14:11:46Z ru $
34.\" $FreeBSD: head/lib/libc/sys/undelete.2 77042 2001-05-23 14:58:19Z ru $
35.\"
36.Dd October 18, 1994
37.Dt UNDELETE 2
38.Os BSD 4
39.Sh NAME
40.Nm undelete
41.Nd attempt to recover a deleted file
42.Sh LIBRARY

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

94.It Bq Er EROFS
95The name resides on a read-only file system.
96.It Bq Er EFAULT
97.Fa Path
98points outside the process's allocated address space.
99.El
100.Sh SEE ALSO
101.Xr unlink 2 ,
35.\"
36.Dd October 18, 1994
37.Dt UNDELETE 2
38.Os BSD 4
39.Sh NAME
40.Nm undelete
41.Nd attempt to recover a deleted file
42.Sh LIBRARY

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

94.It Bq Er EROFS
95The name resides on a read-only file system.
96.It Bq Er EFAULT
97.Fa Path
98points outside the process's allocated address space.
99.El
100.Sh SEE ALSO
101.Xr unlink 2 ,
102.Xr mount_union 8
102.Xr mount_unionfs 8
103.Sh HISTORY
104An
105.Fn undelete
106function call first appeared in 4.4BSD-Lite.
103.Sh HISTORY
104An
105.Fn undelete
106function call first appeared in 4.4BSD-Lite.