From 781fd499492235742d09a53200d942e46d009417 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Thu, 31 Oct 2024 12:12:41 +0100 Subject: doc: Fix markup. * doc/contributing.texi (Source Tree Structure, Submitting Patches, Translating Guix): Write @command instead of @code when invoking guix. (Submitting Patches): Write @code instead of @command for a field name. * doc/guix-cookbook.texi (A ``Hello World'' package): Use @xref at the beginning of a sentence. (Auto-Login to a Specific TTY): Remove a space before @pxref. (Basic setup with manifests): Write @ref instead of (@pxref) after ``see''. Change-Id: I1ced2ebc4062b3a80878a7e0eea8f7a3d4baf7da --- doc/guix-cookbook.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/guix-cookbook.texi') diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index e41d584813..b2c58fe6d2 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -749,7 +749,7 @@ my-hello 2.10 out We've gone as far as we could without any knowledge of Scheme. Before moving on to more complex packages, now is the right time to brush up on your Scheme -knowledge. @pxref{A Scheme Crash Course} to get up to speed. +knowledge. @xref{A Scheme Crash Course} to get up to speed. @node Setup @subsection Setup @@ -1608,8 +1608,8 @@ reference. @node Auto-Login to a Specific TTY @section Auto-Login to a Specific TTY -While the Guix manual explains auto-login one user to @emph{all} TTYs ( -@pxref{auto-login to TTY,,, guix, GNU Guix Reference Manual}), some +While the Guix manual explains auto-login one user to @emph{all} TTYs +(@pxref{auto-login to TTY,,, guix, GNU Guix Reference Manual}), some might prefer a situation, in which one user is logged into one TTY with the other TTYs either configured to login different users or no one at all. Note that one can auto-login one user to any TTY, but it is @@ -4159,7 +4159,7 @@ It contains the same variables you would get if you ran: guix package --search-paths=prefix --profile=$my_profile" @end example -Once again, see (@pxref{Invoking guix package,,, guix, GNU Guix Reference Manual}) +Once again, see @ref{Invoking guix package,,, guix, GNU Guix Reference Manual} for the command line options. To upgrade a profile, simply install the manifest again: -- cgit v1.2.3