Clarify how "hide" and "unhide" commands work on directories.

This commit is contained in:
Jaakko Heinonen 2013-07-12 06:03:25 +00:00
parent c70d61d51d
commit 36ad3f479c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253252

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd April 21, 2013 .Dd July 12, 2013
.Dt DEVFS 8 .Dt DEVFS 8
.Os .Os
.Sh NAME .Sh NAME
@ -190,6 +190,7 @@ Nodes may later be revived manually with
or with the or with the
.Cm unhide .Cm unhide
action. action.
Hiding a directory node effectively hides all of its child nodes.
.It Cm include Ar ruleset .It Cm include Ar ruleset
Apply all the rules in ruleset number Apply all the rules in ruleset number
.Ar ruleset .Ar ruleset
@ -213,6 +214,8 @@ which may be a user name
or number. or number.
.It Cm unhide .It Cm unhide
Unhide the node. Unhide the node.
If the node resides in a subdirectory,
all parent directory nodes must be visible to be able to access the node.
.El .El
.Sh IMPLEMENTATION NOTES .Sh IMPLEMENTATION NOTES
Rulesets are created by the kernel at the first reference Rulesets are created by the kernel at the first reference