summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/undelete.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
committerru <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
commit041d1287e88250bf06ad159c6c696bd653a77957 (patch)
tree8a8960200349aa661a39654202f6e0adc5e7360e /lib/libc/sys/undelete.2
parent719bf117173e17f5286b995c031a11d553149e50 (diff)
downloadFreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.zip
FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.tar.gz
Uniformly refer to a file system as "file system".
Approved by: re
Diffstat (limited to 'lib/libc/sys/undelete.2')
-rw-r--r--lib/libc/sys/undelete.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/undelete.2 b/lib/libc/sys/undelete.2
index 8263314..12cc6f0 100644
--- a/lib/libc/sys/undelete.2
+++ b/lib/libc/sys/undelete.2
@@ -51,15 +51,15 @@ The
function attempts to recover the deleted file named by
.Fa path .
Currently, this works only when the named object
-is a whiteout in a union filesystem.
+is a whiteout in a union file system.
The system call removes the whiteout causing
any objects in a lower layer of the
union stack to become visible once more.
.Pp
Eventually, the
.Fn undelete
-functionality may be expanded to other filesystems able to recover
-deleted files such as the log-structured filesystem.
+functionality may be expanded to other file systems able to recover
+deleted files such as the log-structured file system.
.Sh RETURN VALUES
.Rv -std undelete
.Sh ERRORS
OpenPOWER on IntegriCloud