Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/fstat Remove duplicate RCS Id and split file system.



details:   https://anonhg.NetBSD.org/src/rev/0221936e5b52
branches:  trunk
changeset: 769285:0221936e5b52
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 05 18:27:31 2011 +0000

description:
Remove duplicate RCS Id and split file system.

diffstat:

 usr.bin/fstat/fstat.1 |  19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diffs (72 lines):

diff -r c13117803841 -r 0221936e5b52 usr.bin/fstat/fstat.1
--- a/usr.bin/fstat/fstat.1     Mon Sep 05 18:25:57 2011 +0000
+++ b/usr.bin/fstat/fstat.1     Mon Sep 05 18:27:31 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index