Repository: mesos
Updated Branches:
  refs/heads/master e35909e47 -> b592510ed


Fixed typos in stout README.

Review: https://reviews.apache.org/r/35463


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b592510e
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b592510e
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b592510e

Branch: refs/heads/master
Commit: b592510ed66576e8245723d19c5689d188656a82
Parents: e35909e
Author: Joris Van Remoortere <[email protected]>
Authored: Mon Jun 15 17:45:13 2015 +0200
Committer: Till Toenshoff <[email protected]>
Committed: Mon Jun 15 17:45:13 2015 +0200

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b592510e/3rdparty/libprocess/3rdparty/stout/README.md
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/README.md 
b/3rdparty/libprocess/3rdparty/stout/README.md
index 6fc09d6..377d4fb 100644
--- a/3rdparty/libprocess/3rdparty/stout/README.md
+++ b/3rdparty/libprocess/3rdparty/stout/README.md
@@ -256,7 +256,7 @@ There is an `os::sysctl` abstraction for getting and 
setting kernel state on OS
 
 #### Signals
 
-There are a handful of wrappers that make working with signals easier, 
including `os::pending`, `os::block`, and `os::unblock`. In addition, there is 
a suppression abstraction that enables executing a block a code while blocking 
a signal. Consider writing to a pipe which may raise a SIGPIPE if the pipe has 
been closed. Using `suppress` you can do:
+There are a handful of wrappers that make working with signals easier, 
including `os::signals::pending`, `os::signals::block`, and 
`os::signals::unblock`. In addition, there is a suppression abstraction that 
enables executing a block of code while blocking a signal. Consider writing to 
a pipe which may raise a SIGPIPE if the pipe has been closed. Using `suppress` 
you can do:
 
 ~~~{.cpp}
     suppress (SIGPIPE) {

Reply via email to