]> git.decadent.org.uk Git - ion3-doc.git/commitdiff
Changed \file macro to avoid munging of ~.
authorBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 16:39:07 +0000 (16:39 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 16:39:07 +0000 (16:39 +0000)
ionconf/node4.html
ionconf/node7.html
macros.tex

index e8437e5d3eb8bb07ea5a46a37cb7718b5473422e..9ae06debf33cbe1a6d28097455d7d8ef95d70e87 100644 (file)
@@ -183,13 +183,13 @@ the command <TT>locate cfg_ion.lua</TT> might help provided <TT>updatedb</TT>
 has been run recently. 
 
 <P>
-User configuration files go in . 
+User configuration files go in <SPAN  CLASS="textit">~/.ion3/</SPAN>
 Ion always searches the user configuration file directory before the stock
 configuration file directory for files. Therefore, if you want to change
 some setting, it is advised against that you modify the stock configuration
 files in-place as subsequent installs of Ion will restore the stock
 configuration files. Instead you should always make a copy of the stock
-file in  and modify this file. For sake of maintainability
+file in <SPAN  CLASS="textit">~/.ion3/</SPAN> and modify this file. For sake of maintainability
 of your customised configuration, it is recommended against copying all of
 the files there. Only copy those files you actually need to modify. Most 
 simple customisations, such as changes in a few bindings, are best done 
index 3d636c618a5ee366f173a445ed41beb57488c879..f2876fb2301d363a76dab7843336e5acc8ef9697 100644 (file)
@@ -4501,7 +4501,7 @@ Note that this function is asynchronous; the region will not
 </DD>
 <DT><STRONG>Description:</STRONG></DT>
 <DD>This query asks for a host to connect to with SSH. 
- Hosts to tab-complete are read from .
+ Hosts to tab-complete are read from <SPAN  CLASS="textit">~/.ssh/known_hosts</SPAN>.
   
 </DD>
 </DL>
index 0f3bce22504e9475bf71ec56f3caec292c73bd6a..8f60d91a1a7397d18da1f2f9841475240c697dac 100644 (file)
@@ -48,7 +48,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \newcommand{\note}[1]{\color{red}**#1**}
-\newcommand{\file}[1]{\mbox{\emph{#1}}}
+\newcommand{\file}[1]{\emph{#1}}
 \newcommand{\type}[1]{#1}
 \newcommand{\spec}[1]{#1}
 \newcommand{\indextype}[1]{\index{#1@\type{#1}}}