summaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
commit8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch)
tree8a144320be53313e4213c190a32070d087be10c3 /usr.bin/fstat
parent4b66483fd8b6ec9417916966c646abfeac99278c (diff)
Notes
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/fstat.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1
index c07616b3bc2c..c7034d1a9a79 100644
--- a/usr.bin/fstat/fstat.1
+++ b/usr.bin/fstat/fstat.1
@@ -39,7 +39,7 @@
.Nm fstat
.Nd file status
.Sh SYNOPSIS
-.Nm fstat
+.Nm
.Op Fl fmnv
.Op Fl M Ar core
.Op Fl N Ar system
@@ -53,7 +53,7 @@ A file is considered open by a process if it was explicitly opened,
is the working directory, root directory, active executable text, or kernel
trace file for that process.
If no options are specified,
-.Nm fstat
+.Nm
reports on all open files in the system.
.Pp
Options:
@@ -94,10 +94,10 @@ Verbose mode. Print error messages upon failures to locate particular
system data structures rather than silently ignoring them. Most of
these data structures are dynamically created or deleted and it is
possible for them to disappear while
-.Nm fstat
+.Nm
is running. This
is normal and unavoidable since the rest of the system is running while
-.Nm fstat
+.Nm
itself is running.
.It Ar filename ...
Restrict reports to the specified files.
@@ -206,7 +206,7 @@ an arrow (``<-'' or ``->''), and a full duplex socket shows a double arrow
(``<->'').
.Sh BUGS
Since
-.Nm fstat
+.Nm
takes a snapshot of the system, it is only correct for a very short period
of time.
.Sh SEE ALSO