From 0a027d6b94fa92cf73b701abb0a013126b2e024a Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Tue, 8 Apr 2014 15:17:51 +0200 Subject: [PATCH] Man page update (#1023953) --- screen-man-update.patch | 13 +++++++++++++ screen.spec | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 screen-man-update.patch diff --git a/screen-man-update.patch b/screen-man-update.patch new file mode 100644 index 0000000..d35b0e5 --- /dev/null +++ b/screen-man-update.patch @@ -0,0 +1,13 @@ +diff --git a/src/doc/screen.1 b/src/doc/screen.1 +index 70b39df..22d8dc8 100644 +--- a/src/doc/screen.1 ++++ b/src/doc/screen.1 +@@ -3058,7 +3058,7 @@ Stuff the string + .I string + in the input buffer of the current window. + This is like the \*Qpaste\*U command but with much less overhead. +-Without a paramter, screen will prompt for a string to stuff. ++Without a parameter, screen will prompt for a string to stuff. + You cannot paste + large buffers with the \*Qstuff\*U command. It is most useful for key + bindings. See also \*Qbindkey\*U. diff --git a/screen.spec b/screen.spec index af33c84..dd68fe0 100644 --- a/screen.spec +++ b/screen.spec @@ -4,7 +4,7 @@ Summary: A screen manager that supports multiple logins on one terminal Name: screen Version: 4.1.0 -Release: 0.17.20120314git3c2946%{?dist} +Release: 0.18.20120314git3c2946%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.gnu.org/software/screen @@ -31,6 +31,7 @@ Patch8: screen-4.1.0-crypt.patch Patch9: screen-4.1.0-long-term.patch Patch10: screen-help-update.patch Patch11: screen-altscreen.patch +Patch12: screen-man-update.patch %description The screen utility allows you to have multiple logins on just one @@ -55,6 +56,7 @@ support multiple logins on one terminal. %patch9 -p2 -b .long-term %patch10 -p2 -b .help-update %patch11 -p2 -b .altscreen.patch +%patch12 -p2 -b .man-update.patch %build @@ -151,6 +153,9 @@ fi %endif %changelog +* Tue Apr 08 2014 Petr Hracek - 4.1.0-0.18.20120314git3c2946 +- Man page update (#1023953) + * Sun Aug 04 2013 Fedora Release Engineering - 4.1.0-0.17.20120314git3c2946 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild