From 1c7e6976837739f5878d204ee86bcd8bbc448591 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Wed, 1 Jan 2025 01:53:45 +0100 Subject: [PATCH] doc: Fix markup. * doc/guix-cookbook.texi (Upgrade Postgres for Cuirass): Escape '@'. Change-Id: Ifb34a20d107721df0523c343259e598503c87afb --- doc/guix-cookbook.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 57e39f12d9..3a37602018 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -5587,7 +5587,7 @@ files and then re-initialize after a failed upgrade to postgres 16. @lisp (service postgresql-service-type (postgresql-configuration - (postgresql (@ (gnu packages databases) postgresql-15)))) + (postgresql (@@ (gnu packages databases) postgresql-15)))) @end lisp Note: If you for some reason didn't read the text here but somewhat