From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oHvDG/5smV+YRAAA0tVLHw (envelope-from ) for ; Wed, 28 Oct 2020 13:07:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 0BCtF/5smV/tLgAAbx9fmQ (envelope-from ) for ; Wed, 28 Oct 2020 13:07:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1C5BA94053C for ; Wed, 28 Oct 2020 13:07:10 +0000 (UTC) Received: from localhost ([::1]:43236 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kXlAT-0000aH-4B for larch@yhetil.org; Wed, 28 Oct 2020 09:07:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41228) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXlAM-0000Zz-Dv for guix-patches@gnu.org; Wed, 28 Oct 2020 09:07:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36123) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kXlAM-0004Va-4e for guix-patches@gnu.org; Wed, 28 Oct 2020 09:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kXlAL-0004ti-Tl for guix-patches@gnu.org; Wed, 28 Oct 2020 09:07:01 -0400 Subject: bug#44252: [PATCH] doc: Use @code rather than @var for data type items. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 28 Oct 2020 13:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 44252 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 44252-done@debbugs.gnu.org Mail-Followup-To: 44252@debbugs.gnu.org, mail@cbaines.net, mail@cbaines.net Received: via spool by 44252-done@debbugs.gnu.org id=D44252.160389038118773 (code D ref 44252); Wed, 28 Oct 2020 13:07:01 +0000 Received: (at 44252-done) by debbugs.gnu.org; 28 Oct 2020 13:06:21 +0000 Received: from localhost ([127.0.0.1]:47667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXl9h-0004sj-HB for submit@debbugs.gnu.org; Wed, 28 Oct 2020 09:06:21 -0400 Received: from mira.cbaines.net ([212.71.252.8]:59778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXl9f-0004sa-Ch for 44252-done@debbugs.gnu.org; Wed, 28 Oct 2020 09:06:19 -0400 Received: from localhost (188.28.126.167.threembb.co.uk [188.28.126.167]) by mira.cbaines.net (Postfix) with ESMTPSA id 7506D27BBF2; Wed, 28 Oct 2020 13:06:18 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 162ee76e; Wed, 28 Oct 2020 13:06:15 +0000 (UTC) References: <20201027095415.18584-1-mail@cbaines.net> <87tuuf62pe.fsf@gnu.org> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <87tuuf62pe.fsf@gnu.org> Date: Wed, 28 Oct 2020 13:06:15 +0000 Message-ID: <874kmezeig.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: RRBJUjkVvAEm --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hi, > > Christopher Baines skribis: > >> In the couple of cases where it's inconsistent. >> >> * doc/guix.texi (PostgreSQL, Sound Services): Replace @var with @code wi= thin >> data type sections. > > Good catch, LGTM! Great, I've pushed this along with another PostgreSQL documentation improvement as 0105b8624dbba539677ebbfd0dc0bd35143c6fad. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+ZbMdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfHNRAAgQPCeMLFU568yB8cGx49TXlS4pmUeqzm oMgGBlMbqQUQG2OF3v9pHb+OT7BZ7ILYlwFj2XsHtDIh4OrpQvOEPSchNHk6wtUv x4/DCNv451tq1Xrh7r7HX3TLGi7OzSPiNQtzSCIsCV2z48dx2Inq1YTIDhHGcid3 0CZNe1KXXpuCiudEWnWAFn3lGWQjhGJbGlvSREKlEU01yqxWmgcPRgS8OZD9fGug 00OyM3kfFfDCXHw4rhehCEHzX7smt4kI+U/puGA+5cri3+nsVkZ53FExN1ryadIp ODFj3WzNx2ffHHXesFALCbeoE8CvVFSA5UqDwPnbjcnZ20awnfTRHfvqYMaD3ZSJ yrpo99OZvPlm8hd95vNgQaInICV0zOs/RbaisUTqRlXyB04nbNHgtjfCifQNUKvN bkGIDDGCO3yZBjSJYfVtwMSEzd0aCEjakb9tAf7GfXuQCLw/IAoSInlIwyJkxhjJ EmSn7cAmgq31DRwevWTcPPqBRSEUGjglNdD2cdBo/jGXT02LGnFnPQtoPNARn1J/ Cue07hRv3VXPBqs/wqhvxRpmvJO7YCUtDTmXwdKeN+h2aME0yBhJuf3oSWP4o2QX vRhHfGO43GRL/2xpe1btodcclhVJn8goU1egE4gkLgUJnAop6Puv27yCFuHiJ/9u 41sBcv/8po4= =XTT4 -----END PGP SIGNATURE----- --=-=-=--