diff options
author | 2012-09-05 06:21:18 +0000 | |
---|---|---|
committer | 2012-09-05 06:21:18 +0000 | |
commit | f83e1b969645dd918f48b5298a887917dbd68c1b (patch) | |
tree | 012bda490dfea271bd9d2e82b932929d1e4eb771 | |
parent | don't truncate a pointer to int, before checking the low bits -- use uintptr_t (diff) | |
download | wireguard-openbsd-f83e1b969645dd918f48b5298a887917dbd68c1b.tar.xz wireguard-openbsd-f83e1b969645dd918f48b5298a887917dbd68c1b.zip |
use "MS-DOS", for consistency with other docs;
-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. |