diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-09-05 06:21:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-09-05 06:21:19 +0000 |
commit | a9faf5b89a8d31370f6622a5ab5b263203edd1cd (patch) | |
tree | a5c01dcdb8acb49f8b2ba9129aa8774d581fd6ba /bin/rm | |
parent | 3a11b2ea55fa6dc153a774fd31dbba2d338fba17 (diff) |
use "MS-DOS", for consistency with other docs;
Diffstat (limited to 'bin/rm')
-rw-r--r-- | bin/rm/rm.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 4cedbf7d6d8..0489ec9f47f 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rm.1,v 1.35 2012/09/04 22:22:50 tedu Exp $ +.\" $OpenBSD: rm.1,v 1.36 2012/09/05 06:21:18 jmc Exp $ .\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)rm.1 8.5 (Berkeley) 12/5/94 .\" -.Dd $Mdocdate: September 4 2012 $ +.Dd $Mdocdate: September 5 2012 $ .Dt RM 1 .Os .Sh NAME @@ -193,7 +193,7 @@ The .Fl P option assumes that both the underlying file system and storage medium write in place. -This is true for the FFS and MSDOS file systems and magnetic hard disks, +This is true for the FFS and MS-DOS file systems and magnetic hard disks, but not true for most flash storage. In addition, only regular files are overwritten, other types of files are not. |