mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Give a hint to the reader as to what the "whiteout" actually means.
This commit is contained in:
parent
ca3f81d885
commit
88b0915eb1
1 changed files with 3 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
|||
.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 30, 2006
|
||||
.Dd December 26, 2006
|
||||
.Dt RM 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -121,7 +121,8 @@ Be verbose when deleting files, showing them as they are removed.
|
|||
.It Fl W
|
||||
Attempt to undelete the named files.
|
||||
Currently, this option can only be used to recover
|
||||
files covered by whiteouts.
|
||||
files covered by whiteouts in a union file system (see
|
||||
.Xr undelete 2 ) .
|
||||
.El
|
||||
.Pp
|
||||
The
|
||||
|
|
|
|||
Loading…
Reference in a new issue