Module Name:    src
Committed By:   wiz
Date:           Wed Feb 24 15:28:36 UTC 2016

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

Log Message:
file system police.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/bin/sh/sh.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/sh/sh.1
diff -u src/bin/sh/sh.1:1.118 src/bin/sh/sh.1:1.119
--- src/bin/sh/sh.1:1.118	Wed Feb 24 14:35:51 2016
+++ src/bin/sh/sh.1	Wed Feb 24 15:28:36 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.118 2016/02/24 14:35:51 christos Exp $
+.\"	$NetBSD: sh.1,v 1.119 2016/02/24 15:28:36 wiz Exp $
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -329,9 +329,9 @@ in which case altering the
 .Fl F
 flag has no effect.
 .It Fl h Em trackall
-Bind commands in functions to filesystem paths when the function is defined.
+Bind commands in functions to file system paths when the function is defined.
 When off,
-the filesystem is searched for commands each time the function is invoked.
+the file system is searched for commands each time the function is invoked.
 (Not implemented.)
 .It Fl p Em nopriv
 Do not attempt to reset effective uid if it does not match uid.

Reply via email to