summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-09-24 20:35:29 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-09-24 20:35:29 +0000
commit4c7171c81caad8338c310a37a58d58fe2dfb5aef (patch)
tree5c2c8ca18a27681482f0ac20c33ba067d9a18571
parent44e6a511f9f86510277e8102addb74ade98acd6d (diff)
-M and -N are posix extensions too; from Joachim Schipper
-rw-r--r--usr.bin/fstat/fuser.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fstat/fuser.1 b/usr.bin/fstat/fuser.1
index e80f658364e..01a56078d63 100644
--- a/usr.bin/fstat/fuser.1
+++ b/usr.bin/fstat/fuser.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fuser.1,v 1.4 2010/09/03 11:09:28 jmc Exp $
+.\" $OpenBSD: fuser.1,v 1.5 2010/09/24 20:35:28 jmc Exp $
.\"
.\" Copyright (c) 2002 Peter Werner <peterw@ifost.org.au>
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 3 2010 $
+.Dd $Mdocdate: September 24 2010 $
.Dt FUSER 1
.Os
.Sh NAME
@@ -142,5 +142,5 @@ utility is compliant with the
specification.
.Pp
The flags
-.Op Fl ks
+.Op Fl kMNs
are extensions to that specification.