Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/newfs_msdos file system police.



details:   https://anonhg.NetBSD.org/src/rev/6c5d26ad765d
branches:  trunk
changeset: 821790:6c5d26ad765d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Feb 17 09:29:35 2017 +0000

description:
file system police.

diffstat:

 sbin/newfs_msdos/mkfs_msdos.h  |  4 ++--
 sbin/newfs_msdos/newfs_msdos.8 |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c7fa84dc8035 -r 6c5d26ad765d sbin/newfs_msdos/mkfs_msdos.h
--- a/sbin/newfs_msdos/mkfs_msdos.h     Fri Feb 17 08:32:04 2017 +0000
+++ b/sbin/newfs_msdos/mkfs_msdos.h     Fri Feb 17 09:29:35 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mkfs_msdos.h,v 1.5 2017/02/16 22:42:25 christos Exp $  */
+/*     $NetBSD: mkfs_msdos.h,v 1.6 2017/02/17 09:29:35 wiz Exp $       */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 AOPT('F', uint8_t,  fat_type, 12, "FAT type (12, 16, or 32)") \
 AOPT('I', uint32_t, volume_id, 0, "Volume ID") \
 AOPT('L', char *, volume_label, -1, "Volume Label") \
-AOPT('N', bool, no_create, -2, "Don't create filesystem, print params only") \
+AOPT('N', bool, no_create, -2, "Don't create file system, print params only") \
 AOPT('O', char *, OEM_string, -1, "OEM string") \
 AOPT('S', uint16_t, bytes_per_sector, 1, "Bytes per sector") \
 AOPT('a', uint32_t, sectors_per_fat, 1, "Sectors per FAT") \
diff -r c7fa84dc8035 -r 6c5d26ad765d sbin/newfs_msdos/newfs_msdos.8
--- a/sbin/newfs_msdos/newfs_msdos.8    Fri Feb 17 08:32:04 2017 +0000
+++ b/sbin/newfs_msdos/newfs_msdos.8    Fri Feb 17 09:29:35 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: newfs_msdos.8,v 1.22 2017/02/16 18:49:31 christos Exp $
+.\" $NetBSD: newfs_msdos.8,v 1.23 2017/02/17 09:29:35 wiz Exp $
 .\"
 .\" Copyright (c) 1998 Robert Nordier
 .\" All rights reserved.
@@ -149,7 +149,7 @@
 .It Fl s Ar total
 File system size.
 .It Fl T At timestamp
-Specify a timestamp to be used for filesystem creation so that
+Specify a timestamp to be used for file system creation so that
 it can be consistent for reproducible builds.
 The timestamp can be a pathname, where the timestamps are derived from
 that file, a parseable date for parsedate(3) (this option is not



Home | Main Index | Thread Index | Old Index