Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2013 00:49:08 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r249456 - stable/9/usr.bin/fstat
Message-ID:  <201304140049.r3E0n8br058444@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Apr 14 00:49:08 2013
New Revision: 249456
URL: http://svnweb.freebsd.org/changeset/base/249456

Log:
  MFC r249359:
  	fuser(1) requires a filename.
  
  Approved by:	cperciva (mentor, implicit)

Modified:
  stable/9/usr.bin/fstat/fuser.1
Directory Properties:
  stable/9/usr.bin/fstat/   (props changed)

Modified: stable/9/usr.bin/fstat/fuser.1
==============================================================================
--- stable/9/usr.bin/fstat/fuser.1	Sun Apr 14 00:20:32 2013	(r249455)
+++ stable/9/usr.bin/fstat/fuser.1	Sun Apr 14 00:49:08 2013	(r249456)
@@ -36,7 +36,7 @@
 .Op Fl M Ar core
 .Op Fl N Ar system
 .Op Fl s Ar signal
-.Op Ar
+.Ar
 .Sh DESCRIPTION
 The
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304140049.r3E0n8br058444>