Remove remaining Lite1 stuff from the man page and uphold the
precedence in changing sccsid to rcsid as set by Phillippe Charnier in his previous 100 or so commits. pointed out by: Bruce Evans <bde@zeta.org.au>
This commit is contained in:
+1
-7
@@ -33,7 +33,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
|
.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
|
||||||
.\" $Id: rm.1,v 1.9 1997/04/09 05:04:43 mpp Exp $
|
.\" $Id: rm.1,v 1.10 1997/04/29 10:03:09 dfr Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd December 5, 1994
|
.Dd December 5, 1994
|
||||||
.Dt RM 1
|
.Dt RM 1
|
||||||
@@ -158,12 +158,6 @@ system.
|
|||||||
UFS is a fixed-block file system, LFS is not.
|
UFS is a fixed-block file system, LFS is not.
|
||||||
In addition, only regular files are overwritten, other types of files
|
In addition, only regular files are overwritten, other types of files
|
||||||
are not.
|
are not.
|
||||||
.Pp
|
|
||||||
No support exists for the
|
|
||||||
.Xr undelete 2
|
|
||||||
call in the kernel, so the
|
|
||||||
.Fl W
|
|
||||||
option is not yet implemented.
|
|
||||||
.Sh COMPATIBILITY
|
.Sh COMPATIBILITY
|
||||||
The
|
The
|
||||||
.Nm rm
|
.Nm rm
|
||||||
|
|||||||
+8
-3
@@ -29,16 +29,21 @@
|
|||||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
|
||||||
* from: @(#)rm.c 8.5 (Berkeley) 4/18/94
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char copyright[] =
|
static const char copyright[] =
|
||||||
"@(#) Copyright (c) 1990, 1993, 1994\n\
|
"@(#) Copyright (c) 1990, 1993, 1994\n\
|
||||||
The Regents of the University of California. All rights reserved.\n";
|
The Regents of the University of California. All rights reserved.\n";
|
||||||
|
#endif /* not lint */
|
||||||
|
|
||||||
|
#ifndef lint
|
||||||
|
#if 0
|
||||||
|
static char sccsid[] = "@(#)rm.c 8.5 (Berkeley) 4/18/94";
|
||||||
|
#else
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id: rm.c,v 1.16 1997/04/29 10:03:10 dfr Exp $";
|
"$Id: rm.c,v 1.17 1997/08/07 15:37:47 steve Exp $";
|
||||||
|
#endif
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user