Source-Changes-HG archive

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

[src/trunk]: src/bin/sh file system police.



details:   https://anonhg.NetBSD.org/src/rev/aae71ffe986b
branches:  trunk
changeset: 343744:aae71ffe986b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Feb 24 15:28:36 2016 +0000

description:
file system police.

diffstat:

 bin/sh/sh.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r f09b60c0ed3a -r aae71ffe986b bin/sh/sh.1
--- a/bin/sh/sh.1       Wed Feb 24 14:57:12 2016 +0000
+++ b/bin/sh/sh.1       Wed Feb 24 15:28:36 2016 +0000
@@ -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 @@
 .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.



Home | Main Index | Thread Index | Old Index