From 56afdbd1dee49da0f6a15facb77d79676002e46d Mon Sep 17 00:00:00 2001 From: Fabian Alenius Date: Thu, 19 Apr 2012 01:01:50 +0200 Subject: [PATCH] Add . in man list for consistency. --- man/pcma.5.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/pcma.5.asciidoc b/man/pcma.5.asciidoc index 8a2d71e..f1c5a77 100644 --- a/man/pcma.5.asciidoc +++ b/man/pcma.5.asciidoc @@ -13,7 +13,7 @@ the page cache and avoid page cache eviction. IMPLEMENTATION -------------- -- Protocol based on ØMQ and MessagePack +- Protocol based on ØMQ and MessagePack. - Single-threaded C server. See +pcmad(1)+. - Single-threaded, single request C client. See +pcmac(1)+. - Trivial test client providing an example Ruby implementation, +test/suite.rb+.