aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-18 07:11:29 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-18 07:11:29 +1000
commitf86f80fcd6658b457e568699aa2116d012e7a9be (patch)
treeaee48a71227a8813738039189952ea3eab229701 /doc_src
parentd563e428e8dd33be951f8421c505eae173e69c9d (diff)
Properly handle character sets in universal variables
darcs-hash:20061017211129-ac50b-6aecd04b74a9122ff0e1b320a2cf48db36dd2194.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/doc.hdr1
-rw-r--r--doc_src/fishd.txt15
2 files changed, 8 insertions, 8 deletions
diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr
index 13c05a0b..ddc64353 100644
--- a/doc_src/doc.hdr
+++ b/doc_src/doc.hdr
@@ -1320,7 +1320,6 @@ g++, javac, java, gcj, lpr, doxygen, whois, find)
- Completion for gcc -\#\#\# option doesn't work.
- Suspending and then resuming pipelines containing a builtin is broken. How should this be handled?
-- fishd should use utf-8, not whatever is the default character set
- screen handling code can't handle tabs in input
If you think you have found a bug not described here, please send a
diff --git a/doc_src/fishd.txt b/doc_src/fishd.txt
index cc59b1b8..dc18b08d 100644
--- a/doc_src/fishd.txt
+++ b/doc_src/fishd.txt
@@ -17,13 +17,14 @@ When no clients are connected, fishd will automatically shut down.
\subsection fishd-files Files
-~/.fishd.HOSTNAME permanent storage location for universal variable
-data. The data is stored as a set of \c set and \c set_export commands
-such as would be parsed by fishd. If an instance of fishd is running
-(which is generally the case), manual modifications to ~/.fishd.HOSTNAME
-will be lost. Do NOT edit this file manually!
-
-/tmp/fishd.socket.USERNAME the socket which fishd uses to communicate
+\c ~/.config/fish/fishd.HOSTNAME permanent storage location for universal
+variable data. The data is stored as a set of \c set and \c set_export
+commands such as would be parsed by fishd. The file must always be
+stored in ASCII format. If an instance of fishd is running (which is
+generally the case), manual modifications to ~/.fishd.HOSTNAME will be
+lost. Do NOT edit this file manually!
+
+\c /tmp/fishd.socket.USERNAME the socket which fishd uses to communicate
with all clients.
/tmp/fishd.log.USERNAME the fishd log file