[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: doc: Use @file to mark file names.
From: |
John Darrington |
Subject: |
01/01: doc: Use @file to mark file names. |
Date: |
Sat, 3 Dec 2016 17:11:40 +0000 (UTC) |
jmd pushed a commit to branch master
in repository guix.
commit 8b4990300c1b0fa680bafa3aff5f50829a9393e0
Author: John Darrington <address@hidden>
Date: Sat Dec 3 18:09:51 2016 +0100
doc: Use @file to mark file names.
* doc/guix.texi: Use @file where appropriate.
---
doc/guix.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 8a44c1d..47d0d71 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7142,7 +7142,7 @@ entry (@pxref{Invoking guix system}).
The normal way to change the system configuration is by updating this
file and re-running @command{guix system reconfigure}. One should never
-have to touch files in @command{/etc} or to run commands that modify the
+have to touch files in @file{/etc} or to run commands that modify the
system state such as @command{useradd} or @command{grub-install}. In
fact, you must avoid that since that would not only void your warranty
but also prevent you from rolling back to previous versions of your
@@ -10654,7 +10654,7 @@ Defaults to @samp{""}.
@deftypevr address@hidden parameter} string auth-krb5-keytab
Kerberos keytab to use for the GSSAPI mechanism. Will use the
-system default (usually /etc/krb5.keytab) if not specified. You may
+system default (usually @file{/etc/krb5.keytab}) if not specified. You may
need to change the auth service to run as root to be able to read this
file.
Defaults to @samp{""}.