Module Name:    src
Committed By:   wiz
Date:           Fri Sep 20 13:43:47 UTC 2019

Modified Files:
        src/bin/df: df.1

Log Message:
file system police. Fix typo. Fix macro use.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/bin/df/df.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/df/df.1
diff -u src/bin/df/df.1:1.52 src/bin/df/df.1:1.53
--- src/bin/df/df.1:1.52	Wed Sep 18 23:43:23 2019
+++ src/bin/df/df.1	Fri Sep 20 13:43:47 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: df.1,v 1.52 2019/09/18 23:43:23 christos Exp $
+.\"	$NetBSD: df.1,v 1.53 2019/09/20 13:43:47 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -62,7 +62,7 @@ options below).
 Note that the printed count of available blocks takes
 .Va minfree
 into account, and thus will be negative when the number of free blocks
-on the filesystem is less than
+on the file system is less than
 .Va minfree .
 .Pp
 The following options are available:
@@ -162,11 +162,11 @@ option may not be specified with
 .Fl P .
 .It Fl t Ar type
 Is used to indicate the actions should only be taken on
-filesystems of the specified type.
+file systems of the specified type.
 More than one type may be specified in a comma-separated list.
-The list of filesystem types can be prefixed with
+The list of file system types can be prefixed with
 .Dq no
-to specify the filesystem types for which action should
+to specify the file system types for which action should
 .Em not
 be taken.
 If a file system is given on the command line that is not of
@@ -184,8 +184,9 @@ the wedge information.
 This is available to users with root privileges, and usually to
 members of group operator.
 If the wedge information cannot be obtained, for one or more
-filesystems, the
-.Fl W option is silently ignoresd for those filesystems.
+file systems, the
+.Fl W
+option is silently ignored for those file systems.
 .El
 .Sh ENVIRONMENT
 .Bl -tag -width BLOCKSIZE

Reply via email to