From 5c7c36ff376c4aaf1a478ea2a36243b8640df8bf Mon Sep 17 00:00:00 2001 From: Bryan Wayne Lewis Date: Mon, 16 Sep 2013 09:46:39 -0400 Subject: [PATCH] More man page fixes to addres PDF man page overful lines --- man/redisConnect.Rd | 6 ++++-- man/redisMonitorChannels.Rd | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/man/redisConnect.Rd b/man/redisConnect.Rd index c633571..d5e97a9 100644 --- a/man/redisConnect.Rd +++ b/man/redisConnect.Rd @@ -34,8 +34,10 @@ Possible consequences include: * Angry system adiministrators. -A better choice for good performance is to enable Redis pipelining using -\code{redisSetPipeline(FALSE)} and then use the \code{redisGetResponse} +A better choice for good performance is to enable Redis pipelining +with +\code{redisSetPipeline(FALSE)} (q.v.). + } \value{Nothing is returned by default. diff --git a/man/redisMonitorChannels.Rd b/man/redisMonitorChannels.Rd index 62cff10..41e3206 100644 --- a/man/redisMonitorChannels.Rd +++ b/man/redisMonitorChannels.Rd @@ -41,6 +41,7 @@ B. W. Lewis \code{\link{redisPublish}} \code{\link{redisUnsubscribe}} \code{\link{redisGetResponse}} + \code{\link{redisMonitorChannels}} } \examples{