add whiteouts
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sat, 30 Jul 1994 09:38:50 +0000 (01:38 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sat, 30 Jul 1994 09:38:50 +0000 (01:38 -0800)
SCCS-vsn: bin/rm/rm.1 8.3

usr/src/bin/rm/rm.1

index 6e948ce..928b3ce 100644 (file)
@@ -6,7 +6,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)rm.1        8.2 (Berkeley) %G%
+.\"    @(#)rm.1        8.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt RM 1
 .\"
 .Dd 
 .Dt RM 1
@@ -17,7 +17,7 @@
 .Sh SYNOPSIS
 .Nm rm
 .Op Fl f | Fl i
 .Sh SYNOPSIS
 .Nm rm
 .Op Fl f | Fl i
-.Op Fl dPRr
+.Op Fl dPRrW
 .Ar file ...
 .Sh DESCRIPTION
 The
 .Ar file ...
 .Sh DESCRIPTION
 The
@@ -73,6 +73,8 @@ that directory is skipped.
 .It Fl r
 Equivalent to
 .Fl R .
 .It Fl r
 Equivalent to
 .Fl R .
+.It Fl W
+Removes a whiteout.
 .El
 .Pp
 The
 .El
 .Pp
 The
@@ -94,6 +96,7 @@ exits with a value >0.
 .Sh SEE ALSO
 .Xr rmdir 1 ,
 .Xr unlink 2 ,
 .Sh SEE ALSO
 .Xr rmdir 1 ,
 .Xr unlink 2 ,
+.Xr unwhiteout 2 ,
 .Xr fts 3 ,
 .Xr symlink 7
 .Sh BUGS
 .Xr fts 3 ,
 .Xr symlink 7
 .Sh BUGS