From 9cc47df0d74d2fff91bd456bea526d04534c4641 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 12 Nov 2021 13:09:37 -0500 Subject: Use line continuations in catsit example --- README.7 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.7 b/README.7 index 735840e..455a5e0 100644 --- a/README.7 +++ b/README.7 @@ -141,9 +141,10 @@ process supervisor. For example with the following lines in .Xr catsit.conf 5 : .Bd -literal -offset indent -% sock=/var/run/scooper.sock -% scooper='/bin/scooper /share/litterbox/litterbox.sqlite' -@scooper kfcgi -d -u www -s $sock -U $USER -p ~/.local -- $scooper +@scooper kfcgi -d \e + -u www -s /var/www/run/scooper.sock \e + -U $USER -p ~/.local \e + -- /bin/scooper /share/litterbox/litterbox.sqlite .Ed . .Sh FILES -- cgit 1.4.1