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

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