Module Name:    src
Committed By:   wiz
Date:           Sun Dec 15 09:20:48 UTC 2013

Modified Files:
        src/usr.bin/fstat: fstat.1

Log Message:
Sort SYNOPSIS and option descriptions. Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 src/usr.bin/fstat/fstat.1:1.33
--- src/usr.bin/fstat/fstat.1:1.32	Sun Dec 15 08:16:24 2013
+++ src/usr.bin/fstat/fstat.1	Sun Dec 15 09:20:48 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fstat.1,v 1.32 2013/12/15 08:16:24 mlelstv Exp $
+.\"	$NetBSD: fstat.1,v 1.33 2013/12/15 09:20:48 wiz Exp $
 .\"
 .\" Copyright (c) 1987, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     from: @(#)fstat.1	8.3 (Berkeley) 2/25/94
 .\"
-.Dd September 5, 2011
+.Dd December 15, 2013
 .Dt FSTAT 1
 .Os
 .Sh NAME
@@ -37,7 +37,7 @@
 .Nd display status of open files
 .Sh SYNOPSIS
 .Nm
-.Op Fl fnAv
+.Op Fl Afnv
 .Op Fl M Ar core
 .Op Fl N Ar system
 .Op Fl p Ar pid
@@ -55,6 +55,11 @@ reports on all open files in the system.
 .Pp
 Options:
 .Bl -tag -width Ds
+.It Fl A
+Add an output column with the address of the kernel object (vnode or file),
+that can be matched with
+.Xr pstat 8
+output.
 .It Fl f
 Restrict examination to files open in the same file systems as
 the named file arguments, or to the file system containing the
@@ -87,11 +92,6 @@ and print the mode of the file in octal 
 Report all files open by the specified process.
 .It Fl u
 Report all files open by the specified user.
-.It Fl A
-Add an output column with the address of the kernel object (vnode or file),
-that can be matched with
-.Xr pstat 8
-output.
 .It Fl v
 Verbose mode.
 Print error messages upon failures to locate particular

Reply via email to