From e4f431c355ca0371a1575ab242a25a4d99df93c8 Mon Sep 17 00:00:00 2001 From: trbs Date: Fri, 7 Jan 2011 01:32:31 +0100 Subject: [PATCH] fix line --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 788be636..08f278ef 100644 --- a/README.rst +++ b/README.rst @@ -222,13 +222,13 @@ is available by checking its version:: repmgr --version repmgrd --version -You may need to include -the full path of the binary instead, such as this RHEL example:: +You may need to include the full path of the binary instead, such as this +RHEL example:: /usr/pgsql-9.0/bin/repmgr --version /usr/pgsql-9.0/bin/repmgrd --version -or this DEBIAN example:: +Or in this Debian example:: /usr/lib/postgresql/9.0/bin/repmgr --version /usr/lib/postgresql/9.0/bin/repmgrd --version