doc: Use @file to mark file names.

* doc/guix.texi: Use @file where appropriate.
This commit is contained in:
John Darrington 2016-12-03 18:09:51 +01:00
parent 8e3f813f22
commit 8b4990300c
No known key found for this signature in database
GPG Key ID: 8A67719C2DE827B3
1 changed files with 2 additions and 2 deletions

View File

@ -7142,7 +7142,7 @@ entry (@pxref{Invoking guix system}).
The normal way to change the system configuration is by updating this The normal way to change the system configuration is by updating this
file and re-running @command{guix system reconfigure}. One should never 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 system state such as @command{useradd} or @command{grub-install}. In
fact, you must avoid that since that would not only void your warranty 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 but also prevent you from rolling back to previous versions of your
@ -10654,7 +10654,7 @@ Defaults to @samp{""}.
@deftypevr {@code{dovecot-configuration} parameter} string auth-krb5-keytab @deftypevr {@code{dovecot-configuration} parameter} string auth-krb5-keytab
Kerberos keytab to use for the GSSAPI mechanism. Will use the 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 need to change the auth service to run as root to be able to read this
file. file.
Defaults to @samp{""}. Defaults to @samp{""}.