Deleted Added
full compact
fstat.1 (94559) fstat.1 (95124)
1.\" Copyright (c) 1987, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)fstat.1 8.3 (Berkeley) 2/25/94
1.\" Copyright (c) 1987, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)fstat.1 8.3 (Berkeley) 2/25/94
33.\" $FreeBSD: head/usr.bin/fstat/fstat.1 94559 2002-04-12 21:31:24Z charnier $
33.\" $FreeBSD: head/usr.bin/fstat/fstat.1 95124 2002-04-20 12:18:28Z charnier $
34.\"
35.Dd March 27, 2002
36.Dt FSTAT 1
37.Os
38.Sh NAME
39.Nm fstat
40.Nd identify active files
41.Sh SYNOPSIS
42.Nm
43.Op Fl fmnv
44.Op Fl M Ar core
45.Op Fl N Ar system
46.Op Fl p Ar pid
47.Op Fl u Ar user
48.Op Ar
49.Sh DESCRIPTION
34.\"
35.Dd March 27, 2002
36.Dt FSTAT 1
37.Os
38.Sh NAME
39.Nm fstat
40.Nd identify active files
41.Sh SYNOPSIS
42.Nm
43.Op Fl fmnv
44.Op Fl M Ar core
45.Op Fl N Ar system
46.Op Fl p Ar pid
47.Op Fl u Ar user
48.Op Ar
49.Sh DESCRIPTION
50.Nm Fstat
51identifies open files.
50The
51.Nm
52utility identifies open files.
52A file is considered open by a process if it was explicitly opened,
53is the working directory, root directory, active executable text, or kernel
54trace file for that process.
55If no options are specified,
56.Nm
57reports on all open files in the system.
58.Pp
59Options:

--- 168 unchanged lines hidden ---
53A file is considered open by a process if it was explicitly opened,
54is the working directory, root directory, active executable text, or kernel
55trace file for that process.
56If no options are specified,
57.Nm
58reports on all open files in the system.
59.Pp
60Options:

--- 168 unchanged lines hidden ---