From 8221b2f2e36a22177500b246070a03f52ca43c37 Mon Sep 17 00:00:00 2001 From: stas Date: Sat, 14 May 2011 04:02:56 +0000 Subject: - Fix several typos [1] - fuser(1) writes usernames to stderr, not stdout [1] - Add history section. Submitted by: Pieter de Goeje [1] --- usr.bin/fstat/fuser.1 | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/fstat/fuser.1 b/usr.bin/fstat/fuser.1 index 999a72d..a844939 100644 --- a/usr.bin/fstat/fuser.1 +++ b/usr.bin/fstat/fuser.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2005-2009 Stanislav Sedov +.\" Copyright (c) 2005-2011 Stanislav Sedov .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 31, 2009 +.Dd May 13, 2011 .Dt FUSER 1 .Os .Sh NAME @@ -66,7 +66,7 @@ Send signal to reported processes .It Fl m Search through mmapped files too. .It Fl u -Write the user name associated with each process to stdout. +Write the user name associated with each process to stderr. .It Fl M Extract values associated with the name list from the specified core instead of the default @@ -114,9 +114,9 @@ utility returns 0 on successful completion and >0 otherwise. .Sh EXAMPLES The command: .Dq Li "fuser -fu ." -writes to standart output the process IDs of processes that are using the +writes to standard output the process IDs of processes that are using the current directory and writes to stderr an indication of how those processes are -using the direcory and user names associated with the processes that are using +using the directory and user names associated with the processes that are using this directory. .Sh SEE ALSO .Xr fstat 1 , @@ -125,7 +125,7 @@ this directory. .Xr iostat 8 , .Xr pstat 8 , .Xr vmstat 8 -.Sh STANDARTS +.Sh STANDARDS The .Nm utility is expected to conform to @@ -141,6 +141,11 @@ interface the report will be limited to filesystems the .Nm utility knows about (currently only cd9660, devfs, nfs, ntfs, nwfs, udf, ufs and zfs). +.Sh HISTORY +The +.Nm +utility appeared in +.Fx 9.0 . .Sh AUTHORS The .Nm -- cgit v1.1