Blame SOURCES/psmisc-22.20-RH-man-page-scan.patch

6691f2
diff -Naur psmisc-22.20.orig/doc/fuser.1 psmisc-22.20/doc/fuser.1
6691f2
--- psmisc-22.20.orig/doc/fuser.1	2012-09-19 12:54:03.000000000 +0200
6691f2
+++ psmisc-22.20/doc/fuser.1	2013-07-30 18:59:38.975335764 +0200
6691f2
@@ -170,8 +170,8 @@
6691f2
 \fB\-\fISIGNAL\fR
6691f2
 Use the specified signal instead of SIGKILL when killing processes.
6691f2
 Signals can be specified either by name (e.g.
6691f2
-.BR \-HUP ) or by
6691f2
-number (e.g.
6691f2
+.BR \-HUP )
6691f2
+or by number (e.g.
6691f2
 .BR \-1 ).
6691f2
 This option is silently ignored if the
6691f2
 .B \-k
6691f2
diff -Naur psmisc-22.20.orig/doc/peekfd.1 psmisc-22.20/doc/peekfd.1
6691f2
--- psmisc-22.20.orig/doc/peekfd.1	2012-09-19 12:54:03.000000000 +0200
6691f2
+++ psmisc-22.20/doc/peekfd.1	2013-07-30 19:10:32.582099617 +0200
6691f2
@@ -37,7 +37,7 @@
6691f2
 .IP -d
6691f2
 Remove duplicate read/writes from the output.  If you're looking at a
6691f2
 tty with echo, you might want this.
6691f2
-.IP -v
6691f2
+.IP -V
6691f2
 Display a version string.
6691f2
 .IP -h
6691f2
 Display a help message.
6691f2
diff -Naur psmisc-22.20.orig/src/pstree.c psmisc-22.20/src/pstree.c
6691f2
--- psmisc-22.20.orig/src/pstree.c	2013-07-30 18:53:21.000000000 +0200
6691f2
+++ psmisc-22.20/src/pstree.c	2013-07-30 19:17:14.057288441 +0200
6691f2
@@ -860,7 +860,8 @@
6691f2
              "  -V, --version       display version information\n"));
6691f2
 #ifdef WITH_SELINUX
6691f2
     fprintf(stderr,
6691f2
-            _("  -Z     show         SELinux security contexts\n"));
6691f2
+           _("  -Z,\n"
6691f2
+             "  --security-context   show SELinux security contexts\n"));
6691f2
 #endif                                /*WITH_SELINUX */
6691f2
     fprintf(stderr, _("  PID    start at this PID; default is 1 (init)\n"
6691f2
                       "  USER   show only trees rooted at processes of this user\n\n"));