From: Craig Small Date: Mon, 4 Apr 2016 11:35:04 +0000 (+1000) Subject: Minor issues about verbose in fuser.1 X-Git-Tag: v23.0rc1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b5aefde75f683c8ead6daacbba9c2178a569fa6;p=psmisc Minor issues about verbose in fuser.1 access->accessed Added note about access '.' in verbose mode. References: https://sourceforge.net/p/psmisc/bugs/70/ --- diff --git a/ChangeLog b/ChangeLog index 58cd0cf..8723d92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,3 @@ -2015-06-30 gettextize - - * m4/gettext.m4: Upgrade to gettext-0.19.4. - * m4/iconv.m4: Upgrade to gettext-0.19.4. - * m4/lib-ld.m4: Upgrade to gettext-0.19.4. - * m4/lib-link.m4: Upgrade to gettext-0.19.4. - * m4/lib-prefix.m4: Upgrade to gettext-0.19.4. - * m4/nls.m4: Upgrade to gettext-0.19.4. - * m4/po.m4: Upgrade to gettext-0.19.4. - * m4/progtest.m4: Upgrade to gettext-0.19.4. - * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.19.4. - Changes in 22.22 ================ * Make usage of linked lists of devices found in @@ -23,6 +11,15 @@ Changes in 22.22 * pstree: PATH_MAX defined for FreeBSD. Debian #750405 * pstree: ignores disappeared processes. SF [#34] * killall: -o and -y work with -r flags. SF [#64] + * m4/gettext.m4: Upgrade to gettext-0.19.4. + * m4/iconv.m4: Upgrade to gettext-0.19.4. + * m4/lib-ld.m4: Upgrade to gettext-0.19.4. + * m4/lib-link.m4: Upgrade to gettext-0.19.4. + * m4/lib-prefix.m4: Upgrade to gettext-0.19.4. + * m4/nls.m4: Upgrade to gettext-0.19.4. + * m4/po.m4: Upgrade to gettext-0.19.4. + * m4/progtest.m4: Upgrade to gettext-0.19.4. + * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.19.4. Changes in 22.21 ================ diff --git a/doc/fuser.1 b/doc/fuser.1 index 9f150da..65c5f3d 100644 --- a/doc/fuser.1 +++ b/doc/fuser.1 @@ -1,12 +1,12 @@ .\" .\" Copyright 1993-2005 Werner Almesberger -.\" 2005-2015 Craig Small +.\" 2005-2016 Craig Small .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" -.TH FUSER 1 "2015-01-26" "psmisc" "User Commands" +.TH FUSER 1 "2016-04-04" "psmisc" "User Commands" .SH NAME fuser \- identify processes using files or sockets .SH SYNOPSIS @@ -61,6 +61,9 @@ root directory. .TP .B m mmap'ed file or shared library. +.TP +.B . +Placeholder, omitted in default display mode. .PD .RE .LP @@ -193,7 +196,7 @@ Verbose mode. Processes are shown in a style. The fields PID, USER and COMMAND are similar to .BR ps . ACCESS shows how the process accesses the file. Verbose mode will also -show when a particular file is being access as a mount point, knfs +show when a particular file is being accessed as a mount point, knfs export or swap file. In this case .B kernel is shown instead of the PID.