Blame SOURCES/psmisc-22.20-fuser-manpage-other-pids-restrict.patch

58b5e3
diff -up ./doc/fuser.1.ori ./doc/fuser.1
58b5e3
--- ./doc/fuser.1.ori	2017-03-14 14:28:17.318871108 +0100
58b5e3
+++ ./doc/fuser.1	2017-03-14 14:30:49.202273564 +0100
58b5e3
@@ -235,6 +235,15 @@ privileges.  As a consequence, files ope
58b5e3
 other users may not be listed and executables may be classified as
58b5e3
 mapped only.
58b5e3
 .PP
58b5e3
+.B fuser
58b5e3
+cannot report on any processes that it doesn't have permission to look
58b5e3
+at the file descriptor table for.  The most common time this problem
58b5e3
+occurs is when looking for TCP or UDP sockets when running
58b5e3
+.B fuser
58b5e3
+as a non-root user.  In this case
58b5e3
+.B fuser
58b5e3
+will report no access.
58b5e3
+.PP
58b5e3
 Installing
58b5e3
 .B fuser
58b5e3
 SUID root will avoid problems associated with partial information, but
58b5e3
@@ -261,15 +270,6 @@ fuser \-m /dev/sgX will show (or kill wi
58b5e3
 even if you don't have that device configured.  There may be other
58b5e3
 devices it does this for too.
58b5e3
 .PP
58b5e3
-.B fuser
58b5e3
-cannot report on any processes that it doesn't have permission to look
58b5e3
-at the file descriptor table for.  The most common time this problem
58b5e3
-occurs is when looking for TCP or UDP sockets when running
58b5e3
-.B fuser
58b5e3
-as a non-root user.  In this case
58b5e3
-.B fuser
58b5e3
-will report no access
58b5e3
-.PP
58b5e3
 The mount \-m option will match any file within the save device as the
58b5e3
 specified file, use the \-M option as well if you mean to specify only
58b5e3
 the mount point.