- tighten and clarify wording

PR:		203338 (based on)
Submitted by:	varnishedgreen@aim.com
Approved by:	wblock@ (mentor)
Differential Revision:	https://reviews.freebsd.org/D3749
This commit is contained in:
Jason Helfman 2015-10-01 15:42:03 +00:00
parent 0048f6916c
commit e62918192e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47470

View file

@ -3362,12 +3362,12 @@ kern.sched.name: ULE</screen>
deleted, the file is not really removed from the file deleted, the file is not really removed from the file
system until the program stops using it. The file is system until the program stops using it. The file is
immediately deleted from the directory listing, however. immediately deleted from the directory listing, however.
As an example, consider a file that is large enough that As an example, consider a file large enough
its presence affects the output of to affect the output of
<command>du</command> and <command>df</command>. If this <command>du</command> and <command>df</command>. A
file is deleted while using <command>more</command> on it, file being viewed with <command>more</command> can be
<command>more</command> does not immediately choke and deleted wihout causing an error.
complain that it cannot view the file. The entry is The entry is
removed from the directory so no other program or user can removed from the directory so no other program or user can
access it. However, <command>du</command> shows that it access it. However, <command>du</command> shows that it
is gone as it has walked the directory tree and the is gone as it has walked the directory tree and the