diff options
author | tb <tb@cvs.openbsd.org> | 2016-01-03 19:12:38 +0000 |
---|---|---|
committer | tb <tb@cvs.openbsd.org> | 2016-01-03 19:12:38 +0000 |
commit | aa25b8007f42e732f13ab3b9f6b22a10a4dc1a6e (patch) | |
tree | 1835b1e0c98388a6230e984fd06686b77cde79ad | |
parent | efe4634a7abe2e18cabf841950e1acdc05b77bb2 (diff) |
Fix description of fuser -u: what's usually reported in brackets is the
username, as determined by the real user id, not the real user id
itself.
ok jmc@
-rw-r--r-- | usr.bin/fstat/fuser.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fstat/fuser.1 b/usr.bin/fstat/fuser.1 index 674f206abe7..ce4205a986d 100644 --- a/usr.bin/fstat/fuser.1 +++ b/usr.bin/fstat/fuser.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fuser.1,v 1.6 2014/03/20 19:12:11 jmc Exp $ +.\" $OpenBSD: fuser.1,v 1.7 2016/01/03 19:12:37 tb 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: March 20 2014 $ +.Dd $Mdocdate: January 3 2016 $ .Dt FUSER 1 .Os .Sh NAME @@ -77,7 +77,7 @@ For example, the following signal arguments are equivalent: .Dq kill , .Dq SIGKILL . .It Fl u -The real user ID of the process using the file will be printed in brackets +The username of the process using the file will be printed in brackets to standard error. If the username is unable to be determined, the real user ID will be printed instead. |