From 5cee1c193ba8cf90b3179b5bb1a1197d8152f76f Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Mon, 22 Jul 2013 10:23:53 +0200 Subject: [PATCH] Fixed broken sentence on the futex(7) man page --- man-pages-3.52-futex.patch | 12 ++++++++++++ man-pages.spec | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 man-pages-3.52-futex.patch diff --git a/man-pages-3.52-futex.patch b/man-pages-3.52-futex.patch new file mode 100644 index 0000000..174cc82 --- /dev/null +++ b/man-pages-3.52-futex.patch @@ -0,0 +1,12 @@ +diff -ur man-pages-3.52.orig/man7/futex.7 man-pages-3.52/man7/futex.7 +--- man-pages-3.52.orig/man7/futex.7 2013-07-04 12:54:02.000000000 +0200 ++++ man-pages-3.52/man7/futex.7 2013-07-22 10:17:43.002809131 +0200 +@@ -51,7 +51,7 @@ + .SS Semantics + .PP + Any futex operation starts in user space, +-but it may necessary to communicate with the kernel using the ++but it may be necessary to communicate with the kernel using the + .BR futex (2) + system call. + .PP diff --git a/man-pages.spec b/man-pages.spec index 8f54063..8e92252 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -35,6 +35,8 @@ Patch21: man-pages-3.42-close.patch Patch22: man-pages-3.42-connect.patch # resolves: #771540 Patch23: man-pages-3.43-tcp-congestion.patch +# resolves: #984108 +Patch24: man-pages-3.52-futex.patch Autoreq: false @@ -58,6 +60,7 @@ Documentation Project (LDP). %patch21 -p1 %patch22 -p1 %patch23 -p1 +%patch24 -p1 ## Remove man pages we are not going to use ## @@ -123,6 +126,7 @@ cd .. * Mon Jul 22 2013 Peter Schiffer - 3.52-1 - resolves: #981385 updated to 3.52 +- fixed broken sentence on the futex(7) man page * Tue Apr 23 2013 Peter Schiffer - 3.51-1 - resolves: #921911