Module Name: src
Committed By: wiz
Date: Mon Sep 5 18:27:31 UTC 2011
Modified Files:
src/usr.bin/fstat: fstat.1
Log Message:
Remove duplicate RCS Id and split file system.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/fstat/fstat.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/fstat/fstat.1
diff -u src/usr.bin/fstat/fstat.1:1.26 src/usr.bin/fstat/fstat.1:1.27
--- src/usr.bin/fstat/fstat.1:1.26 Sat Sep 3 13:22:55 2011
+++ src/usr.bin/fstat/fstat.1 Mon Sep 5 18:27:31 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: fstat.1,v 1.26 2011/09/03 13:22:55 christos Exp $
+.\" $NetBSD: fstat.1,v 1.27 2011/09/05 18:27:31 wiz Exp $
.\"
.\" Copyright (c) 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -28,7 +28,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fstat.1 8.3 (Berkeley) 2/25/94
-.\" $NetBSD: fstat.1,v 1.26 2011/09/03 13:22:55 christos Exp $
.\"
.Dd September 3, 2011
.Dt FSTAT 1
@@ -57,22 +56,22 @@
Options:
.Bl -tag -width Ds
.It Fl f
-Restrict examination to files open in the same filesystems as
-the named file arguments, or to the filesystem containing the
+Restrict examination to files open in the same file systems as
+the named file arguments, or to the file system containing the
current directory if there are no additional filename arguments.
-For example, to find all files open in the filesystem where the
+For example, to find all files open in the file system where the
directory
.Pa /usr/src
resides, type
.Dq Li fstat -f /usr/src .
Note that this will not list
.Dv AF_LOCAL
-domain sockets open in the filesystem.
+domain sockets open in the file system.
To find all the
.Dv AF_LOCAL
domain sockets, use
.Nm
-to list all the sockets, and look for the ones that belong in the filesystem.
+to list all the sockets, and look for the ones that belong in the file system.
.It Fl M
Extract values associated with the name list from the specified core
instead of the default
@@ -82,7 +81,7 @@
.Pa /netbsd .
.It Fl n
Numerical format.
-Print the device number (maj,min) of the filesystem
+Print the device number (maj,min) of the file system
the file resides in rather than the mount point name; for special
files, print the
device number that the special device refers to rather than the filename
@@ -146,7 +145,7 @@
If the
.Fl n
flag wasn't specified, this header is present and is the
-pathname that the filesystem the file resides in is mounted on.
+pathname that the file system the file resides in is mounted on.
.It Li DEV
If the
.Fl n
@@ -185,7 +184,7 @@
.Dq w
indicates open for writing.
This field is useful when trying to find the processes that are
-preventing a filesystem from being downgraded to read-only.
+preventing a file system from being downgraded to read-only.
.It Li NAME
If filename arguments are specified and the
.Fl f