diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-05-25 23:08:45 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-05-25 23:08:45 +0000 |
commit | de1a42cb64f23855766ae0303e14848d4dacb77b (patch) | |
tree | 48f3da96b84466b678db7bbd291f6677568eac60 /sysutils/fuser | |
parent | 71b36ac46930076196cdfd6a9313c36003da6260 (diff) | |
download | ports-de1a42cb64f23855766ae0303e14848d4dacb77b.tar.gz ports-de1a42cb64f23855766ae0303e14848d4dacb77b.zip |
- Improve wording.
Submitted by: Timur Bakeyev
Notes
Notes:
svn path=/head/; revision=191864
Diffstat (limited to 'sysutils/fuser')
-rw-r--r-- | sysutils/fuser/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fuser/pkg-descr b/sysutils/fuser/pkg-descr index 74a5d13db5ab..2a020a6fdb2b 100644 --- a/sysutils/fuser/pkg-descr +++ b/sysutils/fuser/pkg-descr @@ -1,11 +1,11 @@ -The fuser utility shall write to stdout the process IDs of processes that +The fuser utility will write to stdout the IDs of processes that have one or more named files open. For block and character special -devices, all processes using files on that device are listed. A file is +devices, all processes that uses on that device are listed. A file is considered open by a process if it was explicitly opened, is the working directory, root directory, jail root directory, active executable text, kernel trace file for that process or controlling tty of the process. The fuser(1) utility is defined in IEEE Std 1003.1-2004 standard, but -doesn't included in standard FreeBSD distribution. +isn't yet included into the standard FreeBSD distribution. WWW: http://mbsd.msk.ru/stas/fuser.html |