Fixed broken sentence on the futex(7) man page

This commit is contained in:
Peter Schiffer 2013-07-22 10:23:53 +02:00
parent b8465903d2
commit 5cee1c193b
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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 <pschiffe@redhat.com> - 3.52-1
- resolves: #981385
updated to 3.52
- fixed broken sentence on the futex(7) man page
* Tue Apr 23 2013 Peter Schiffer <pschiffe@redhat.com> - 3.51-1
- resolves: #921911