]> granicus.if.org Git - psmisc/commitdiff
Minor issues about verbose in fuser.1
authorCraig Small <csmall@enc.com.au>
Mon, 4 Apr 2016 11:35:04 +0000 (21:35 +1000)
committerCraig Small <csmall@enc.com.au>
Mon, 4 Apr 2016 11:35:04 +0000 (21:35 +1000)
access->accessed
Added note about access '.' in verbose mode.

References:
 https://sourceforge.net/p/psmisc/bugs/70/

ChangeLog
doc/fuser.1

index 58cd0cf56cda12bcd9cbb70d92819da5c14ffbaf..8723d9252a6c0e6ef84b35a70b76918608a24631 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,3 @@
-2015-06-30  gettextize  <bug-gnu-gettext@gnu.org>
-
-       * 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
 ================
index 9f150da86f8e1a8ad32ce95c8115f7a78e3a61d5..65c5f3dc50c96f2524e4176b257c4f03a217db16 100644 (file)
@@ -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.